HomeSort by relevance Sort by last modified time
    Searched refs:image_data_offset (Results 1 - 10 of 10) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 39 image_data_offset(),
51 return image_data_offset() + glyph_start_offset;
111 image_data_offset(),
119 return image_data_offset() + GlyphStartOffset(glyph_id);
223 int32_t image_data_offset,
230 image_data_offset_(image_data_offset) {
265 image_data_offset());
index_sub_table.h 53 int32_t image_data_offset() { return image_data_offset_; } function in class:sfntly::IndexSubTable::Builder
103 int32_t image_data_offset,
135 int32_t image_data_offset() { return image_data_offset_; } function in class:sfntly::IndexSubTable
index_sub_table_format1.cc 65 return image_data_offset() +
294 container()->image_data_offset(),
index_sub_table_format2.cc 267 container()->image_data_offset(),
index_sub_table_format3.cc 290 container()->image_data_offset(),
index_sub_table_format5.cc 339 container()->image_data_offset(),
index_sub_table_format4.cc 376 container()->image_data_offset(),
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 391 int32_t* image_data_offset) {
406 builder4->set_image_data_offset(*image_data_offset);
421 *image_data_offset += offset;
429 int32_t* image_data_offset) {
459 new_builder->set_image_data_offset(*image_data_offset);
472 *image_data_offset += offset;
479 int32_t* image_data_offset) {
484 return ConstructIndexFormat4(builder, loca, image_data_offset);
487 return ConstructIndexFormat5(builder, loca, image_data_offset);
506 int32_t image_data_offset = EbdtTable::Offset::kHeaderLength local
    [all...]
  /external/libexif/contrib/examples/
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) {
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 87 EXPECT_EQ(sub1->image_data_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET);

Completed in 83 milliseconds