/third_party/protobuf/src/google/protobuf/ |
H A D | message.h | 197 inline To* GetPointerAtOffset(Message* message, uint32 offset) { in GetPointerAtOffset() argument 202 const To* GetConstPointerAtOffset(const Message* message, uint32 offset) { in GetConstPointerAtOffset() argument 208 const To& GetConstRefAtOffset(const Message& message, uint32 offset) { in GetConstRefAtOffset() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.h | 227 StringPiece(const char* offset, stringpiece_ssize_type len) in StringPiece() argument
|
H A D | time.cc | 193 const char* ParseTimezoneOffset(const char* data, int64* offset) { in ParseTimezoneOffset() argument 344 int64 offset; in ParseTime() local 351 int64 offset; in ParseTime() local
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | twoway.rs | 517 let mut offset = 0; in forward() variables 555 let mut offset = 0; reverse() variables [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_benchmark.cc | 273 size_t offset = 0; in BM_QueueAddRem() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_ring.h | 91 size_t offset; member 590 IsFlat(size_t offset, size_t len, absl::string_view* fragment) const IsFlat() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 101 int offset; // civil seconds east of UTC member [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_libc.cc | 158 std::time_t find_trans(std::time_t lo, std::time_t hi, int offset) { in find_trans() argument
|
/third_party/skia/experimental/graphite/src/ |
H A D | UniformManager.cpp | 201 size_t offset = 0; in WriteSkMatrices() local 515 uint32_t offset = 0; writeUniforms() local [all...] |
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Rect.h | 138 AI Rect& offset(float2 offset) { return *this = this->makeOffset(offset); } in offset() argument
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 369 void offset(int32_t dx, int32_t dy) { offset() function 386 void offset(const SkIPoint& delta) { offset() function [all...] |
H A D | SkRRect.h | 383 void offset(SkScalar dx, SkScalar dy) { in offset() function in SkRRect
|
/third_party/skia/modules/skottie/src/text/ |
H A D | RangeSelector.cpp | 111 void operator()(float amount, size_t offset, size_t count) const { in operator ()() argument 117 void add_proc(float amount, size_t offset, size_t count) const { in add_proc() argument 126 void domain_map_proc(float amount, size_t offset, size_t count) const { in domain_map_proc() argument [all...] |
/third_party/skia/modules/skshaper/include/ |
H A D | SkShaper.h | 314 SkTextBlobBuilderRunHandler(const char* utf8Text, SkPoint offset) in SkTextBlobBuilderRunHandler() argument
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Texts.h | 27 StaticText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, TextDirection textDirection, TextAlign textAlign) { in StaticText() argument 142 EditableText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, SkSpan<DecoratedBlock> decorations, TextDirection textDirection, TextAlign textAlign) in EditableText() argument 58 DynamicText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, SkSpan<DecoratedBlock> decorations, TextDirection textDirection, TextAlign textAlign) DynamicText() argument
|
/third_party/skia/gm/ |
H A D | compressed_textures.cpp | 113 size_t offset = 0; in make_compressed_image() local 266 void drawCell(SkCanvas* canvas, SkImage* image, SkIVector offset) { in drawCell() argument
|
H A D | convex_all_line_paths.cpp | 272 void drawPath(SkCanvas* canvas, int index, SkPoint* offset) { in drawPath() argument 321 SkPoint offset = { 0, SkScalarHalf(kMaxPathHeight) }; global() variable [all...] |
H A D | imagefilters.cpp | 130 const SkScalar offset = 250; in draw_set() local
|
H A D | drawatlas.cpp | 155 const SkScalar offset = SkScalarHalf(widths[i]); in draw_text_on_path() local 256 SkPoint offset = { 20, 70 }; in DEF_SIMPLE_GM() local 294 SkPoint offset in DEF_SIMPLE_GM() local [all...] |
H A D | typeface.cpp | 201 SkVector offset; in draw_typeface_rendering_gm() member
|
/third_party/skia/modules/skparagraph/src/ |
H A D | RunBaseImpl.cpp | 23 RunBaseImpl( sk_sp<SkTextBlob> blob, SkPoint offset, ParagraphPainter::SkPaintOrID paint, bool clippingNeeded, SkRect clipRect, const Run* visitorRun, size_t visitorPos, size_t visitorGlobalPos, size_t trailSpaces, size_t visitorSize) RunBaseImpl() argument
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | VectorKeyframeAnimator.cpp | 240 auto offset = fCurrentVec * fVecLen; in parseKFValue() local [all...] |
/third_party/skia/modules/svg/include/ |
H A D | SkSVGRenderContext.h | 153 SkV2 offset, scale; member
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGTextPriv.h | 123 SkVector offset; member
|
/third_party/rust/crates/nom/src/character/ |
H A D | streaming.rs | 887 fn offset() { in offset() functions [all...] |