Home
last modified time | relevance | path

Searched refs:image_offset (Results 1 – 25 of 27) 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/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/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/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/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp597 auto [imageid, image_offset] = shader.evaluate_resource_offset(intr, 0); {} in emit_ssbo_atomic_op()
625 image_offset, 1, 0xf, 0); in emit_ssbo_atomic_op()
642 image_offset); in emit_ssbo_atomic_op()
676 auto [imageid, image_offset] = shader.evaluate_resource_offset(intrin, 0); {} in emit_image_store()
701 image_offset, 1, 0xf, 0); in emit_image_store()
712 auto [imageid, image_offset] = shader.evaluate_resource_offset(intrin, 0); {} in emit_image_load_or_atomic()
746 image_offset, 1, 0xf, 0); in emit_image_load_or_atomic()
770 image_offset); in emit_image_load_or_atomic()
/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/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.c1263 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
1290 image_offset = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
1294 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image()
1297 p += image_offset; in tt_sbit_decoder_load_image()
1304 image_offset = FT_NEXT_ULONG ( p ); in tt_sbit_decoder_load_image()
1430 image_start = image_offset + image_start; in tt_sbit_decoder_load_image()
/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/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()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c379 info->image_offset.x, info->image_offset.y, info->base_layer, in handle_copy_buffer_to_image_cpu_job()
Dv3dv_private.h1025 VkOffset3D image_offset; member
/third_party/rust/crates/libc/libc-test/semver/
Dapple.txt1926 image_offset

12