Home
last modified time | relevance | path

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

12

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A 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()
H A 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
H A Dindex_sub_table_format1.cc65 return image_data_offset() + in Loca()
294 container()->image_data_offset(), in Next()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A 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()
H A 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
H A Dindex_sub_table_format1.cc65 return image_data_offset() + in Loca()
294 container()->image_data_offset(), in Next()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/ereader/
H A Dreader132.py44 self.image_data_offset, = struct.unpack('>H', raw[40:42])
52 self.num_image_pages = self.metadata_offset - self.image_data_offset
89 …if number < self.header_record.image_data_offset or number > self.header_record.image_data_offset
165 name, img = self.get_image(self.header_record.image_data_offset + i)
218 name, img = self.get_image(self.header_record.image_data_offset + i)
H A Dwriter.py203 image_data_offset = link_offset + link_count
204 meta_data_offset = image_data_offset + image_count
209 image_data_offset = last_data_offset
238 …record += struct.pack('>H', image_data_offset) # [40:42] # Image offset. This will be the la…
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkiconcache.c458 guint32 offset, image_data_offset, pixel_data_offset; in _gtk_icon_cache_get_icon() local
466 image_data_offset = GET_UINT32 (cache->buffer, offset + 4); in _gtk_icon_cache_get_icon()
468 if (!image_data_offset) in _gtk_icon_cache_get_icon()
471 pixel_data_offset = GET_UINT32 (cache->buffer, image_data_offset); in _gtk_icon_cache_get_icon()
519 guint32 offset, image_data_offset, meta_data_offset; in _gtk_icon_cache_get_icon_data() local
527 image_data_offset = GET_UINT32 (cache->buffer, offset + 4); in _gtk_icon_cache_get_icon_data()
528 if (!image_data_offset) in _gtk_icon_cache_get_icon_data()
531 meta_data_offset = GET_UINT32 (cache->buffer, image_data_offset + 4); in _gtk_icon_cache_get_icon_data()
H A Dgtkiconcachevalidator.c287 guint32 image_data_offset; in check_image() local
292 get_uint32 (info, offset + 4, &image_data_offset)); in check_image()
297 if (image_data_offset != 0) in check_image()
299 if (!check_image_data (info, image_data_offset)) in check_image()
H A Dupdateiconcache.c1112 int next_offset, image_data_offset; in write_bucket() local
1128 image_data_offset = *offset + node_size; in write_bucket()
1173 data_offset = image_data_offset; in write_bucket()
1217 image->image_data->offset = image_data_offset + 8; in write_bucket()
1229 image->icon_data->offset = image_data_offset + pixel_data_size + 8; in write_bucket()
1251 image_data_offset += pixel_data_size + meta_data_size + 8; in write_bucket()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc437 int32_t* image_data_offset) { in ConstructIndexFormat4() argument
452 builder4->set_image_data_offset(*image_data_offset); in ConstructIndexFormat4()
467 *image_data_offset += offset; in ConstructIndexFormat4()
475 int32_t* image_data_offset) { in ConstructIndexFormat5() argument
505 new_builder->set_image_data_offset(*image_data_offset); in ConstructIndexFormat5()
518 *image_data_offset += offset; in ConstructIndexFormat5()
525 int32_t* image_data_offset) { in SubsetIndexSubTable() argument
530 return ConstructIndexFormat4(builder, loca, image_data_offset); in SubsetIndexSubTable()
533 return ConstructIndexFormat5(builder, loca, image_data_offset); in SubsetIndexSubTable()
552 int32_t image_data_offset = EbdtTable::Offset::kHeaderLength; in SubsetEBLC() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc394 int32_t* image_data_offset) { in ConstructIndexFormat4() argument
409 builder4->set_image_data_offset(*image_data_offset); in ConstructIndexFormat4()
424 *image_data_offset += offset; in ConstructIndexFormat4()
432 int32_t* image_data_offset) { in ConstructIndexFormat5() argument
462 new_builder->set_image_data_offset(*image_data_offset); in ConstructIndexFormat5()
475 *image_data_offset += offset; in ConstructIndexFormat5()
482 int32_t* image_data_offset) { in SubsetIndexSubTable() argument
487 return ConstructIndexFormat4(builder, loca, image_data_offset); in SubsetIndexSubTable()
490 return ConstructIndexFormat5(builder, loca, image_data_offset); in SubsetIndexSubTable()
509 int32_t image_data_offset = EbdtTable::Offset::kHeaderLength; in SubsetEBLC() local
[all …]
/dports/graphics/libexif/libexif-0.6.23/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) { in main()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_LibExifModule/libexif-0.6.20/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) { in main()
/dports/graphics/gtk-update-icon-cache/gtk-update-icon-cache-5d5d06c43e088b527a283d8eae37e9ef3ea0d7ea/gtk/
H A Dgtkiconcachevalidator.c285 guint32 image_data_offset; in check_image() local
290 get_uint32 (info, offset + 4, &image_data_offset)); in check_image()
295 if (image_data_offset != 0) in check_image()
297 if (!check_image_data (info, image_data_offset)) in check_image()
H A Dupdateiconcache.c1111 int next_offset, image_data_offset; in write_bucket() local
1126 image_data_offset = *offset + node_size; in write_bucket()
1168 data_offset = image_data_offset; in write_bucket()
1212 image->image_data->offset = image_data_offset + 8; in write_bucket()
1224 image->icon_data->offset = image_data_offset + pixel_data_size + 8; in write_bucket()
1246 image_data_offset += pixel_data_size + meta_data_size + 8; in write_bucket()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkiconcachevalidator.c285 guint32 image_data_offset; in check_image() local
290 get_uint32 (info, offset + 4, &image_data_offset)); in check_image()
295 if (image_data_offset != 0) in check_image()
297 if (!check_image_data (info, image_data_offset)) in check_image()
H A Dgtkiconcache.c484 guint32 offset, image_data_offset, pixel_data_offset; in _gtk_icon_cache_get_icon() local
495 image_data_offset = GET_UINT32 (cache->buffer, offset + 4); in _gtk_icon_cache_get_icon()
497 if (!image_data_offset) in _gtk_icon_cache_get_icon()
500 pixel_data_offset = GET_UINT32 (cache->buffer, image_data_offset); in _gtk_icon_cache_get_icon()
H A Dupdateiconcache.c1119 int next_offset, image_data_offset; in write_bucket() local
1134 image_data_offset = *offset + node_size; in write_bucket()
1176 data_offset = image_data_offset; in write_bucket()
1220 image->image_data->offset = image_data_offset + 8; in write_bucket()
1232 image->icon_data->offset = image_data_offset + pixel_data_size + 8; in write_bucket()
1254 image_data_offset += pixel_data_size + meta_data_size + 8; in write_bucket()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkiconcachevalidator.c285 guint32 image_data_offset; in check_image() local
290 get_uint32 (info, offset + 4, &image_data_offset)); in check_image()
295 if (image_data_offset != 0) in check_image()
297 if (!check_image_data (info, image_data_offset)) in check_image()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tools/
H A Dupdateiconcache.c1114 int next_offset, image_data_offset; in write_bucket() local
1129 image_data_offset = *offset + node_size; in write_bucket()
1171 data_offset = image_data_offset; in write_bucket()
1215 image->image_data->offset = image_data_offset + 8; in write_bucket()
1227 image->icon_data->offset = image_data_offset + pixel_data_size + 8; in write_bucket()
1249 image_data_offset += pixel_data_size + meta_data_size + 8; in write_bucket()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Ddpx.c266 U32 image_data_offset; /* Offset to image data in bytes */ member
554 MagickSwabUInt32(&file_info->image_data_offset); in SwabDPXFileInfo()
1706 pixels_offset=dpx_file_info.image_data_offset & 0xffffffff; in ReadDPXImage()
2281 magick_off_t file_size_estimate = dpx_file_info.image_data_offset; in ReadDPXImage()
2292 if (!IS_UNDEFINED_U32(dpx_file_info.image_data_offset) && in ReadDPXImage()
2293 (file_size < dpx_file_info.image_data_offset)) in ReadDPXImage()
3731 image_data_offset, in WriteDPXImage() local
4102 image_data_offset=2048; in WriteDPXImage()
4104 image_data_offset += (unsigned int) user_data_length; in WriteDPXImage()
4105 image_data_offset=RoundUpToBoundary(image_data_offset,IMAGE_DATA_ROUNDING); in WriteDPXImage()
[all …]
H A Dcineon.c88 U32 image_data_offset; /* Offset to image data in bytes */ member
316 MagickSwabUInt32(&file_info->image_data_offset); in SwabCineonFileInfo()
544 cin_file_info.image_data_offset, in ReadCINEONImage()
581 pixels_offset=cin_file_info.image_data_offset & 0xffffffff; in ReadCINEONImage()
1216 cin_file_info.image_data_offset = in WriteCINEONImage()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dereader.py26 raw = pheader.section_data(eheader.image_data_offset + i)

12