Searched refs:image_format (Results 1 – 15 of 15) sorted by relevance
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table.cc | 42 image_format()); in GlyphInfo() 114 image_format()); in GlyphInfo() 222 int32_t image_format, in Builder() argument 229 image_format_(image_format), in Builder() 263 image_format()); in SerializeIndexSubHeader()
|
D | index_sub_table.h | 51 int32_t image_format() { return image_format_; } in image_format() function 102 int32_t image_format, 134 int32_t image_format() { return image_format_; } in image_format() function
|
D | bitmap_size_table.cc | 116 return subtable->image_format(); in GlyphFormat() 359 return subtable->image_format(); in GlyphFormat()
|
D | index_sub_table_format3.cc | 293 container()->image_format()); in Next()
|
D | index_sub_table_format2.cc | 270 container()->image_format()); in Next()
|
D | index_sub_table_format1.cc | 297 container()->image_format()); in Next()
|
D | index_sub_table_format5.cc | 342 container()->image_format()); in Next()
|
D | index_sub_table_format4.cc | 379 container()->image_format()); in Next()
|
/external/freetype/src/sfnt/ |
D | ttsbit.c | 1091 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local 1121 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() 1252 image_format, glyph_index )); in tt_sbit_decoder_load_image() 1255 image_format, in tt_sbit_decoder_load_image()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttsbit.c | 1085 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local 1115 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() 1246 image_format, glyph_index )); in tt_sbit_decoder_load_image() 1249 image_format, in tt_sbit_decoder_load_image()
|
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT); in CommonReadingTest()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 405 builder4->set_image_format(b->image_format()); in ConstructIndexFormat4() 458 new_builder->set_image_format(b->image_format()); in ConstructIndexFormat5()
|
/external/pdfium/third_party/freetype/include/internal/ |
D | tttypes.h | 583 FT_UShort image_format; member
|
/external/freetype/include/internal/ |
D | tttypes.h | 583 FT_UShort image_format; member
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 3098 png_uint_32 image_format; in read_file() local 3101 image_format = image->image.format; in read_file() 3108 format_names[image_format & FORMAT_MASK], in read_file() 3128 (image_format & PNG_FORMAT_FLAG_COLORMAP) != 0) in read_file() 3129 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file() 3132 format = image_format; in read_file()
|