Home
last modified time | relevance | path

Searched refs:image_offset (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh411 unsigned int image_offset = 0, image_length = 0, image_format = 0; in get_extents() local
412 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in get_extents()
417 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in get_extents()
426 StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset); in get_extents()
434 StructAtOffset<GlyphBitmapDataFormat18> (this->cbdt, image_offset); in get_extents()
464 unsigned int image_offset = 0, image_length = 0, image_format = 0; in reference_png() local
465 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in reference_png()
470 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in reference_png()
479 StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset); in reference_png()
481 image_offset + GlyphBitmapDataFormat17::min_size, in reference_png()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh838 unsigned int image_offset = 0, image_length = 0, image_format = 0; in get_extents() local
839 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in get_extents()
843 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in get_extents()
851 auto &glyphFormat17 = StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset); in get_extents()
858 auto &glyphFormat18 = StructAtOffset<GlyphBitmapDataFormat18> (this->cbdt, image_offset); in get_extents()
885 unsigned int image_offset = 0, image_length = 0, image_format = 0; in reference_png() local
886 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in reference_png()
890 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in reference_png()
899 auto &glyphFormat17 = StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset); in reference_png()
901 image_offset + GlyphBitmapDataFormat17::min_size, in reference_png()
[all …]
/third_party/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh838 unsigned int image_offset = 0, image_length = 0, image_format = 0; in get_extents() local
839 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in get_extents()
843 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in get_extents()
851 auto &glyphFormat17 = StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset); in get_extents()
858 auto &glyphFormat18 = StructAtOffset<GlyphBitmapDataFormat18> (this->cbdt, image_offset); in get_extents()
885 unsigned int image_offset = 0, image_length = 0, image_format = 0; in reference_png() local
886 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in reference_png()
890 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in reference_png()
899 auto &glyphFormat17 = StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset); in reference_png()
901 image_offset + GlyphBitmapDataFormat17::min_size, in reference_png()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.cpp432 PValue image_offset; in emit_image_store() local
437 image_offset = from_nir(intrin->src[0], 0); in emit_image_store()
452 image_offset, 1, 0xf, 0, false); in emit_image_store()
465 PValue image_offset; in emit_ssbo_atomic_op() local
470 image_offset = from_nir(intrin->src[0], 0); in emit_ssbo_atomic_op()
496 image_offset, 1, 0xf, 0, true); in emit_ssbo_atomic_op()
521 image_offset, in emit_ssbo_atomic_op()
537 PValue image_offset; in emit_image_load() local
542 image_offset = from_nir(intrin->src[0], 0); in emit_image_load()
571 image_offset, 1, 0xf, 0, true); in emit_image_load()
[all …]
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dbitmap.c107 int32_t image_offset = 0; in save_as_bitmap() local
158 image_offset = row * image_stride + col * bytes_per_pixel; in save_as_bitmap()
161 image_buffer[image_offset + i] = pixel_p[1 + j]; in save_as_bitmap()
164 image_buffer[image_offset + 3] = pixel_p[0]; in save_as_bitmap()
Dwritepng.c162 int32_t image_offset = 0; in save_as_png() local
204 image_offset = row * image_stride + col * bytes_per_pixel; in save_as_png()
206 image_buffer[image_offset + i] = pixel_p[i + (has_alpha ? 0 : 1)]; in save_as_png()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c125 assert(!tex->image_offset[level]); in i915_texture_set_level_info()
128 tex->image_offset[level] = MALLOC(nr_images * sizeof(struct offset_pair)); in i915_texture_set_level_info()
129 tex->image_offset[level][0].nblocksx = 0; in i915_texture_set_level_info()
130 tex->image_offset[level][0].nblocksy = 0; in i915_texture_set_level_info()
138 x = tex->image_offset[level][layer].nblocksx * in i915_texture_offset()
140 y = tex->image_offset[level][layer].nblocksy; in i915_texture_offset()
154 tex->image_offset[level][img].nblocksx = nblocksx; in i915_texture_set_image_offset()
155 tex->image_offset[level][img].nblocksy = nblocksy; in i915_texture_set_image_offset()
Di915_resource_buffer.c60 for (i = 0; i < ARRAY_SIZE(tex->image_offset); i++) in i915_resource_destroy()
61 FREE(tex->image_offset[i]); in i915_resource_destroy()
Di915_state_static.c97 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx; in update_framebuffer()
98 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy; in update_framebuffer()
Di915_resource.h77 struct offset_pair *image_offset[I915_MAX_TEXTURE_2D_LEVELS]; member
/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.cc155 const gfx::Vector2d& image_offset, in StartDragging() argument
160 browser->StartDragging(drop_data, allowed_ops, image, image_offset, in StartDragging()
Dbrowser_platform_delegate_osr.cc466 const gfx::Vector2d& image_offset, in StartDragging() argument
477 CefPoint cef_image_pos(image_offset.x(), image_offset.y()); in StartDragging()
Dweb_contents_view_osr.h72 const gfx::Vector2d& image_offset,
Dbrowser_platform_delegate_osr.h81 const gfx::Vector2d& image_offset,
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1266 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
1293 image_offset = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
1297 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image()
1300 p += image_offset; in tt_sbit_decoder_load_image()
1307 image_offset = FT_NEXT_ULONG ( p ); in tt_sbit_decoder_load_image()
1433 image_start = image_offset + image_start; in tt_sbit_decoder_load_image()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1269 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
1296 image_offset = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
1300 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image()
1303 p += image_offset; in tt_sbit_decoder_load_image()
1310 image_offset = FT_NEXT_ULONG ( p ); in tt_sbit_decoder_load_image()
1436 image_start = image_offset + image_start; in tt_sbit_decoder_load_image()
/third_party/freetype/src/sfnt/
Dttsbit.c1265 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
1292 image_offset = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
1296 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image()
1299 p += image_offset; in tt_sbit_decoder_load_image()
1306 image_offset = FT_NEXT_ULONG ( p ); in tt_sbit_decoder_load_image()
1432 image_start = image_offset + image_start; in tt_sbit_decoder_load_image()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc562 std::vector<std::vector<uint64_t>> image_offset = GetImageOffset(page_ptr->GetPageID(), shard_id); in ReadRowGroupBrief() local
565 …r = std::make_shared<ROW_GROUP_BRIEF>(file_name, page_length, page_offset, std::move(image_offset), in ReadRowGroupBrief()
582 …std::vector<std::vector<uint64_t>> image_offset = GetImageOffset(page_ptr->GetPageID(), shard_id, … in ReadRowGroupCriteria() local
583 if (image_offset.empty()) { in ReadRowGroupCriteria()
588 …r = std::make_shared<ROW_GROUP_BRIEF>(file_name, page_length, page_offset, std::move(image_offset), in ReadRowGroupCriteria()
639 const auto &image_offset = image_offsets[i]; in GetImageOffset() local
640 res[i][0] = std::stoull(image_offset[0]) + kInt64Len; in GetImageOffset()
641 res[i][1] = std::stoull(image_offset[1]); in GetImageOffset()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h333 const gfx::Vector2d& image_offset,
Dbrowser_platform_delegate.cc315 const gfx::Vector2d& image_offset, in StartDragging() argument
/third_party/freetype/include/freetype/internal/
Dtttypes.h611 FT_ULong image_offset; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h611 FT_ULong image_offset; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h612 FT_ULong image_offset; member
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h173 const gfx::Vector2d& image_offset,
Dalloy_browser_host_impl.cc1643 const gfx::Vector2d& image_offset, in StartDragging() argument
1648 image_offset, event_info, source_rwh); in StartDragging()

12