Searched defs:image_data_offset (Results 1 - 7 of 7) sorted by relevance

/external/libexif/contrib/examples/
H A 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) {
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc39 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());
221 Builder(int32_t index_format, int32_t image_format, int32_t image_data_offset, int32_t data_size) argument
H A Dindex_sub_table.h53 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/sfntly/table/bitmap/
H A Dindex_sub_table.cc39 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());
221 Builder(int32_t index_format, int32_t image_format, int32_t image_data_offset, int32_t data_size) argument
H A Dindex_sub_table.h53 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/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc391 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 local
390 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, int32_t* image_data_offset) argument
428 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, int32_t* image_data_offset) argument
477 SubsetIndexSubTable(IndexSubTable::Builder* builder, const BitmapGlyphInfoMap& loca, int32_t* image_data_offset) argument
[all...]
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc391 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 local
390 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, int32_t* image_data_offset) argument
428 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, int32_t* image_data_offset) argument
477 SubsetIndexSubTable(IndexSubTable::Builder* builder, const BitmapGlyphInfoMap& loca, int32_t* image_data_offset) argument
[all...]

Completed in 1044 milliseconds