/third_party/skia/third_party/externals/piex/src/image_type_recognition/ |
D | image_type_recognition_lite.cc | 75 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/ |
D | ftbitmap.c | 811 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/ |
D | d3d12_query.cpp | 583 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/ |
D | ftbitmap.h | 266 const FT_Vector source_offset,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_rs.h | 47 uint32_t source_offset; member
|
D | etnaviv_rs.c | 119 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/ |
D | pvr_xgl_pds.c | 1596 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()
|
D | pvr_pds.h | 891 uint32_t source_offset; member
|
/third_party/node/src/ |
D | node_buffer.cc | 1349 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/ |
D | WasmTranslator.cpp | 1515 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/ |
D | engine_dawn.cc | 380 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/ |
D | module-decoder.cc | 1193 uint32_t source_offset = pc_offset(); in DecodeDataSection() local 1206 segment->source = {source_offset, source_length}; in DecodeDataSection()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_pipeline.c | 600 current_buffer->source_offset = 0; in pvr_pds_descriptor_program_setup_buffers()
|