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

/external/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/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c564 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local
571 bit_height = bitmap->rows;
581 y_pos < 0 || y_pos + height > bit_height )
702 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local
710 bit_height = bitmap->rows;
720 y_pos < 0 || y_pos + height > bit_height )

Completed in 94 milliseconds