Searched refs:bit_height (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c569 FT_UInt bit_height, bit_width; local
576 bit_height = bitmap->rows;
586 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
708 FT_UInt bit_height, bit_width; local
716 bit_height = bitmap->rows;
726 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
/external/freetype/src/sfnt/
H A Dttsbit.c704 FT_UInt bit_height, bit_width; local
713 bit_height = bitmap->rows;
723 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
846 FT_UInt bit_height, bit_width; local
856 bit_height = bitmap->rows;
866 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )

Completed in 47 milliseconds