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

  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local
417 bit_height = bitmap->rows;
427 y_pos < 0 || y_pos + height > bit_height )
549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local
559 bit_height = bitmap->rows;
569 y_pos < 0 || y_pos + height > bit_height )
    [all...]
ttsbit0.c 378 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 )
  /external/freetype/src/sfnt/
ttsbit.c 408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local
417 bit_height = bitmap->rows;
427 y_pos < 0 || y_pos + height > bit_height )
549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local
559 bit_height = bitmap->rows;
569 y_pos < 0 || y_pos + height > bit_height )
    [all...]

Completed in 47 milliseconds