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

  /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/sfntly/table/bitmap/
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
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 393 int32_t* image_data_offset) {
408 builder4->set_image_data_offset(*image_data_offset);
423 *image_data_offset += offset;
431 int32_t* image_data_offset) {
461 new_builder->set_image_data_offset(*image_data_offset);
474 *image_data_offset += offset;
481 int32_t* image_data_offset) {
486 return ConstructIndexFormat4(builder, loca, image_data_offset);
489 return ConstructIndexFormat5(builder, loca, image_data_offset);
508 int32_t image_data_offset = EbdtTable::Offset::kHeaderLength local
    [all...]

Completed in 1219 milliseconds