Lines Matching refs:width
74 u16 width; member
533 to->width = to->height = 1; in CreateColorMapTexture()
536 to->width *= 2; in CreateColorMapTexture()
537 if ( to->width * to->height >= ciSize ) in CreateColorMapTexture()
541 if ( to->width * to->height >= ciSize ) in CreateColorMapTexture()
556 to->width, in CreateColorMapTexture()
567 for ( iw = 0 ; iw < to->width ; ++iw ) in CreateColorMapTexture()
578 to->width, in CreateColorMapTexture()
622 to->width = SAMPLE_IMG_WIDTH; in CreateSampleImgTexture()
637 to->width, in CreateSampleImgTexture()
648 for ( iw = 0 ; iw < to->width ; ++iw ) in CreateSampleImgTexture()
707 to->width, in CreateSampleImgTexture()
936 if ( x >= to->width || y >= to->height ) in PlotOnTexture()
947 aw = ( to->width + 7 ) / 8u; in PlotOnTexture()
970 aw = ( to->width + 7 ) / 8u; in PlotOnTexture()
982 aw = ( to->width + 3 ) / 4u; in PlotOnTexture()