HomeSort by relevance Sort by last modified time
    Searched full:bit_height (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/sfnt/
ttsbit.c 569 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 )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttsbit.c 635 FT_UInt bit_height, bit_width; local
644 bit_height = bitmap->rows;
654 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
777 FT_UInt bit_height, bit_width; local
787 bit_height = bitmap->rows;
797 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 569 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 )
    [all...]

Completed in 88 milliseconds