/third_party/skia/third_party/externals/piex/src/image_type_recognition/ |
H A D | image_type_recognition_lite.cc | 75 const size_t source_offset, const bool use_big_endian, in CheckUInt16Value() 79 source + source_offset, use_big_endian, &status); in CheckUInt16Value() 88 const size_t source_offset, const bool use_big_endian, in CheckUInt32Value() 92 binary_parse::Get32u(source + source_offset, use_big_endian, &status); in CheckUInt32Value() 121 const size_t source_offset, const string& signature) { in IsSignatureMatched() 122 return source.substr(source_offset, signature.size()) == signature; in IsSignatureMatched() 74 CheckUInt16Value(const RangeCheckedBytePtr& source, const size_t source_offset, const bool use_big_endian, const unsigned short target_value) CheckUInt16Value() argument 87 CheckUInt32Value(const RangeCheckedBytePtr& source, const size_t source_offset, const bool use_big_endian, const unsigned int target_value) CheckUInt32Value() argument 120 IsSignatureMatched(const RangeCheckedBytePtr& source, const size_t source_offset, const string& signature) IsSignatureMatched() argument
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftbitmap.c | 811 FT_Vector source_offset; in FT_EXPORT_DEF() local 847 source_offset.x = FT_PIX_FLOOR( source_offset_.x ); in FT_EXPORT_DEF() 848 source_offset.y = FT_PIX_FLOOR( source_offset_.y ); in FT_EXPORT_DEF() 853 source_llx = source_offset.x; in FT_EXPORT_DEF() 854 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y ) in FT_EXPORT_DEF() 860 source_lly = source_offset.y - ( source_->rows << 6 ); in FT_EXPORT_DEF() 869 source_ury = source_offset.y; in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftbitmap.h | 225 * source_offset :: 266 const FT_Vector source_offset,
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_query.cpp | 583 uint64_t source_offset = 0; 584 ID3D12Resource *source = d3d12_resource_underlying(res, &source_offset); 585 source_offset += query->subqueries[0].buffer_offset; 590 source, source_offset,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_rs.h | 47 uint32_t source_offset; member
|
H A 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/ |
H A 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()
|
H A D | pvr_pds.h | 891 uint32_t source_offset; member
|
/third_party/node/src/ |
H A 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/vk-gl-cts/external/amber/src/src/dawn/ |
H A 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/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | WasmTranslator.cpp | 1515 LOG(out << Id << ": (" << Seg.source_offset << ", " << Seg.source_size in translate() 1599 Seg.source_offset, in translate()
|
/third_party/node/deps/v8/src/wasm/ |
H A 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/ |
H A D | pvr_pipeline.c | 600 current_buffer->source_offset = 0; in pvr_pds_descriptor_program_setup_buffers()
|