| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
| H A D | file_input_stream.cc | 87 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 D | memory_input_stream.cc | 81 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 D | bitmap_glyph_info.h | 57 int32_t offset() const { return block_offset() + start_offset(); } in offset() function in sfntly::BitmapGlyphInfo
|
| H A D | index_sub_table_format4.h | 30 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 D | horizontal_metrics_table.cc | 41 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 D | header.h | 43 int32_t offset() const { return offset_; } in offset() function in sfntly::Header
|
| /third_party/python/Include/cpython/ |
| H A D | descrobject.h | 13 int offset; member
|
| /third_party/skia/tools/ |
| H A D | blob_cache_sim.cpp | 37 SkPoint offset = record.offset; in main() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ruleiter.cpp | 75 int32_t offset = 0; in next() local
|
| H A D | utf_impl.cpp | 221 int32_t offset; in utf8_appendCharSafeBody() local
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | stringpiece.h | 150 StringPiece(const char* offset, int32_t len) : ptr_(offset), length_(len) { } in StringPiece() argument
|
| /third_party/vixl/src/aarch64/ |
| H A D | abi-aarch64.h | 116 int offset = stack_offset_; in GetNextParameterGenericOperand() local 142 int offset = stack_offset_; in GetNextParameterGenericOperand() local
|
| /third_party/vixl/src/ |
| H A D | code-buffer-vixl.cc | 145 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 D | BufferValidationTests.cpp | 60 void AssertMapAsyncError(wgpu::Buffer buffer, wgpu::MapMode mode, size_t offset, size_t size) { in AssertMapAsyncError() argument [all...] |
| H A D | DrawIndirectValidationTests.cpp | 117 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 D | WGPUHelpers.h | 169 uint64_t offset = 0; member
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_memory_stream.cpp | 78 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 D | dng_temperature.cpp | 189 real64 offset = fTint * (1.0 / kTintScale); in Get_xy_coord() local
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | zip_writer.cc | 154 uint32 offset = files_[i].offset; in WriteDirectory() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | IterableByteBufferInputStream.java | 129 public int read(byte[] output, int offset, int length) throws IOException { in read() argument
|
| H A D | ListFieldSchema.java | 48 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 D | blob.c.h | 124 int offset; in blob_seek() local
|
| /third_party/python/Objects/stringlib/ |
| H A D | find.h | 8 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 D | layout_cmdline_token.h | 9 unsigned int offset; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_ring_reader.h | 98 absl::string_view Seek(size_t offset) { in Seek() argument [all...] |