Home
last modified time | relevance | path

Searched refs:image_data_offset (Results 1 – 10 of 10) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.cc39 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()
Dindex_sub_table.h53 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
Dindex_sub_table_format1.cc65 return image_data_offset() + in Loca()
294 container()->image_data_offset(), in Next()
Dindex_sub_table_format2.cc267 container()->image_data_offset(), in Next()
Dindex_sub_table_format3.cc290 container()->image_data_offset(), in Next()
Dindex_sub_table_format5.cc339 container()->image_data_offset(), in Next()
Dindex_sub_table_format4.cc376 container()->image_data_offset(), in Next()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc393 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/
Dwrite-exif.c108 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/
Dbitmap_table_test.cc87 EXPECT_EQ(sub1->image_data_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET); in CommonReadingTest()