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

/external/freetype/src/sfnt/
H A Dttsbit0.c378 FT_Int bit_height, bit_width, pitch, width, height, h; local
392 bit_height = bitmap->rows;
400 y_pos < 0 || y_pos + height > bit_height )
516 FT_Int bit_height, bit_width, pitch, width, height, h, nbits; local
531 bit_height = bitmap->rows;
539 y_pos < 0 || y_pos + height > bit_height )

Completed in 70 milliseconds