Home
last modified time | relevance | path

Searched refs:source_offset (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/piex/src/image_type_recognition/
Dimage_type_recognition_lite.cc75 const size_t source_offset, const bool use_big_endian, in CheckUInt16Value() argument
79 source + source_offset, use_big_endian, &status); in CheckUInt16Value()
88 const size_t source_offset, const bool use_big_endian, in CheckUInt32Value() argument
92 binary_parse::Get32u(source + source_offset, use_big_endian, &status); in CheckUInt32Value()
121 const size_t source_offset, const string& signature) { in IsSignatureMatched() argument
122 return source.substr(source_offset, signature.size()) == signature; in IsSignatureMatched()
/third_party/skia/third_party/externals/freetype/src/base/
Dftbitmap.c811 FT_Vector source_offset; in FT_Bitmap_Blend() local
847 source_offset.x = FT_PIX_FLOOR( source_offset_.x ); in FT_Bitmap_Blend()
848 source_offset.y = FT_PIX_FLOOR( source_offset_.y ); in FT_Bitmap_Blend()
853 source_llx = source_offset.x; in FT_Bitmap_Blend()
854 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y ) in FT_Bitmap_Blend()
860 source_lly = source_offset.y - ( source_->rows << 6 ); in FT_Bitmap_Blend()
869 source_ury = source_offset.y; in FT_Bitmap_Blend()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp583 uint64_t source_offset = 0; in d3d12_render_condition() local
584 ID3D12Resource *source = d3d12_resource_underlying(res, &source_offset); in d3d12_render_condition()
585 source_offset += query->subqueries[0].buffer_offset; in d3d12_render_condition()
590 source, source_offset, in d3d12_render_condition()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftbitmap.h266 const FT_Vector source_offset,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.h47 uint32_t source_offset; member
Detnaviv_rs.c119 cs->source[pipe].offset = rs->source_offset; in etna_compile_rs_state()
137 cs->source[1].offset = rs->source_offset + rs->source_stride * rs->source_padded_height / 2; in etna_compile_rs_state()
166 rs->source_offset == rs->dest_offset && in etna_compile_rs_state()
768 .source_offset = src_offset, in etna_try_rs_blit()
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_xgl_pds.c1596 special_buffer_entry->buffer_index = buffer->source_offset; in pvr_pds_generate_descriptor_upload_program()
1608 special_buffer_entry->buffer_index = buffer->source_offset; in pvr_pds_generate_descriptor_upload_program()
1658 constant_buffer_entry->offset = buffer->source_offset; in pvr_pds_generate_descriptor_upload_program()
1672 constant_buffer_entry->offset = buffer->source_offset; in pvr_pds_generate_descriptor_upload_program()
Dpvr_pds.h891 uint32_t source_offset; member
/third_party/node/src/
Dnode_buffer.cc1349 uint32_t source_offset = args[3].As<Uint32>()->Value(); in CopyArrayBuffer() local
1353 CHECK_GE(source_byte_length - source_offset, bytes_to_copy); in CopyArrayBuffer()
1356 uint8_t* src = static_cast<uint8_t*>(source) + source_offset; in CopyArrayBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1515 LOG(out << Id << ": (" << Seg.source_offset << ", " << Seg.source_size in translate()
1599 Seg.source_offset, in translate()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dengine_dawn.cc380 const uint64_t source_offset = 0; in MapDeviceBufferToHostBuffer() local
385 encoder.CopyBufferToBuffer(device_buffer, source_offset, copy_device_buffer, in MapDeviceBufferToHostBuffer()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1193 uint32_t source_offset = pc_offset(); in DecodeDataSection() local
1206 segment->source = {source_offset, source_length}; in DecodeDataSection()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pipeline.c600 current_buffer->source_offset = 0; in pvr_pds_descriptor_program_setup_buffers()