Home
last modified time | relevance | path

Searched defs:offset (Results 726 - 750 of 4614) sorted by relevance

1...<<21222324252627282930>>...185

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc87 int32_t FileInputStream::Read(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Read() argument
138 void FileInputStream::Unread(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Unread() argument
H A Dmemory_input_stream.cc81 int32_t MemoryInputStream::Read(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Read() argument
130 void MemoryInputStream::Unread(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Unread() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.h57 int32_t offset() const { return block_offset() + start_offset(); } in offset() function in sfntly::BitmapGlyphInfo
H A Dindex_sub_table_format4.h30 int32_t offset() const { return offset_; } in offset() function in sfntly::IndexSubTableFormat4::CodeOffsetPair
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_metrics_table.cc41 int32_t offset = Offset::kHMetricsStart + (entry * Offset::kHMetricsSize) + in HMetricAdvanceWidth() local
53 int32_t offset = Offset::kHMetricsStart + (entry * Offset::kHMetricsSize) + in HMetricLSB() local
65 int32_t offset = Offset::kHMetricsStart + (entry * Offset::kHMetricsSize) + in LsbTableEntry() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dheader.h43 int32_t offset() const { return offset_; } in offset() function in sfntly::Header
/third_party/python/Include/cpython/
H A Ddescrobject.h13 int offset; member
/third_party/skia/tools/
H A Dblob_cache_sim.cpp37 SkPoint offset = record.offset; in main() local
/third_party/skia/third_party/externals/icu/source/common/
H A Druleiter.cpp75 int32_t offset = 0; in next() local
H A Dutf_impl.cpp221 int32_t offset; in utf8_appendCharSafeBody() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringpiece.h150 StringPiece(const char* offset, int32_t len) : ptr_(offset), length_(len) { } in StringPiece() argument
/third_party/vixl/src/aarch64/
H A Dabi-aarch64.h116 int offset = stack_offset_; in GetNextParameterGenericOperand() local
142 int offset = stack_offset_; in GetNextParameterGenericOperand() local
/third_party/vixl/src/
H A Dcode-buffer-vixl.cc145 void CodeBuffer::UpdateData(size_t offset, const void* data, size_t size) { in UpdateData() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DBufferValidationTests.cpp60 void AssertMapAsyncError(wgpu::Buffer buffer, wgpu::MapMode mode, size_t offset, size_t size) { in AssertMapAsyncError() argument
[all...]
H A DDrawIndirectValidationTests.cpp117 uint64_t offset = std::numeric_limits<uint64_t>::max(); in TEST_F() local
144 uint64_t offset = std::numeric_limits<uint64_t>::max(); in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.h169 uint64_t offset = 0; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory_stream.cpp78 DoRead(void *data, uint32 count, uint64 offset) DoRead() argument
186 DoWrite(const void *data, uint32 count, uint64 offset) DoWrite() argument
236 uint64 offset = Position (); CopyToStream() local
[all...]
H A Ddng_temperature.cpp189 real64 offset = fTint * (1.0 / kTintScale); in Get_xy_coord() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc154 uint32 offset = files_[i].offset; in WriteDirectory() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DIterableByteBufferInputStream.java129 public int read(byte[] output, int offset, int length) throws IOException { in read() argument
H A DListFieldSchema.java48 abstract <L> List<L> mutableListAt(Object msg, long offset); in mutableListAt() argument
50 abstract void makeImmutableListAt(Object msg, long offset); in makeImmutableListAt() argument
52 abstract <L> void mergeListsAt(Object msg, Object otherMsg, long offset); in mergeListsAt() argument
69 <L> List<L> mutableListAt(Object message, long offset) { in mutableListAt() argument
74 void makeImmutableListAt(Object message, long offset) { in makeImmutableListAt() argument
94 private static <L> List<L> mutableListAt(Object message, long offset, int additionalCapacity) { in mutableListAt() argument
125 mergeListsAt(Object msg, Object otherMsg, long offset) mergeListsAt() argument
140 getList(Object message, long offset) getList() argument
149 mutableListAt(Object message, long offset) mutableListAt() argument
162 makeImmutableListAt(Object message, long offset) makeImmutableListAt() argument
168 mergeListsAt(Object msg, Object otherMsg, long offset) mergeListsAt() argument
186 getProtobufList(Object message, long offset) getProtobufList() argument
[all...]
/third_party/python/Modules/_sqlite/clinic/
H A Dblob.c.h124 int offset; in blob_seek() local
/third_party/python/Objects/stringlib/
H A Dfind.h8 find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t offset) find() argument
27 rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t offset) rfind() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_cmdline_token.h9 unsigned int offset; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring_reader.h98 absl::string_view Seek(size_t offset) { in Seek() argument
[all...]

Completed in 10 milliseconds

1...<<21222324252627282930>>...185