Searched refs:image_data_offset (Results 1 – 10 of 10) sorted by relevance
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table.cc | 39 image_data_offset(), in GlyphInfo() 51 return image_data_offset() + glyph_start_offset; in GlyphOffset() 111 image_data_offset(), in GlyphInfo() 119 return image_data_offset() + GlyphStartOffset(glyph_id); in GlyphOffset() 223 int32_t image_data_offset, in Builder() argument 230 image_data_offset_(image_data_offset) { in Builder() 265 image_data_offset()); in SerializeIndexSubHeader()
|
D | index_sub_table.h | 53 int32_t image_data_offset() { return image_data_offset_; } in image_data_offset() function 103 int32_t image_data_offset, 135 int32_t image_data_offset() { return image_data_offset_; } in image_data_offset() function
|
D | index_sub_table_format1.cc | 65 return image_data_offset() + in Loca() 294 container()->image_data_offset(), in Next()
|
D | index_sub_table_format2.cc | 267 container()->image_data_offset(), in Next()
|
D | index_sub_table_format3.cc | 290 container()->image_data_offset(), in Next()
|
D | index_sub_table_format5.cc | 339 container()->image_data_offset(), in Next()
|
D | index_sub_table_format4.cc | 376 container()->image_data_offset(), in Next()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 393 int32_t* image_data_offset) { in ConstructIndexFormat4() argument 408 builder4->set_image_data_offset(*image_data_offset); in ConstructIndexFormat4() 423 *image_data_offset += offset; in ConstructIndexFormat4() 431 int32_t* image_data_offset) { in ConstructIndexFormat5() argument 461 new_builder->set_image_data_offset(*image_data_offset); in ConstructIndexFormat5() 474 *image_data_offset += offset; in ConstructIndexFormat5() 481 int32_t* image_data_offset) { in SubsetIndexSubTable() argument 486 return ConstructIndexFormat4(builder, loca, image_data_offset); in SubsetIndexSubTable() 489 return ConstructIndexFormat5(builder, loca, image_data_offset); in SubsetIndexSubTable() 508 int32_t image_data_offset = EbdtTable::Offset::kHeaderLength; in SubsetEBLC() local [all …]
|
/external/libexif/contrib/examples/ |
D | write-exif.c | 108 static const unsigned int image_data_offset = 20; variable 109 #define image_data_len (image_jpg_len - image_data_offset) 282 if (fwrite(image_jpg+image_data_offset, image_data_len, 1, f) != 1) { in main()
|
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 87 EXPECT_EQ(sub1->image_data_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET); in CommonReadingTest()
|