Lines Matching refs:height
75 u16 height; member
533 to->width = to->height = 1; in CreateColorMapTexture()
537 if ( to->width * to->height >= ciSize ) in CreateColorMapTexture()
540 to->height *= 2; in CreateColorMapTexture()
541 if ( to->width * to->height >= ciSize ) in CreateColorMapTexture()
557 to->height, in CreateColorMapTexture()
565 for ( ih = 0 ; ih < to->height ; ++ih ) in CreateColorMapTexture()
579 to->height, in CreateColorMapTexture()
623 to->height = SAMPLE_IMG_HEIGHT; in CreateSampleImgTexture()
638 to->height, in CreateSampleImgTexture()
646 for ( ih = 0 ; ih < to->height ; ++ih ) in CreateSampleImgTexture()
708 to->height, in CreateSampleImgTexture()
936 if ( x >= to->width || y >= to->height ) in PlotOnTexture()