Home
last modified time | relevance | path

Searched defs:Iterate (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/core/
DSkPathPriv.h162 struct Iterate { struct
164 Iterate(const SkPath& path) in Iterate() function
171 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() argument
175 SkPath::RangeIter begin() { return {fVerbsBegin, fPoints, fWeights}; } in begin()
176 SkPath::RangeIter end() { return {fVerbsEnd, nullptr, nullptr}; } in end()
179 const uint8_t* fVerbsEnd;
180 const SkPoint* fPoints;
181 const SkScalar* fWeights;
DSkAAClip.cpp222 static Iter Iterate(const SkAAClip& clip) { in Iterate() function
/third_party/skia/third_party/externals/angle2/src/common/
DCircularBuffer_unittest.cpp95 TEST(CircularBuffer, Iterate) in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc158 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dstatement.go375 func (g *gen) writeStatementIterate(b *buffer, n *a.Iterate, depth uint32) error {
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h357 void SubresourceStorage<T>::Iterate(F&& iterateFunc) const { in Iterate() function
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go511 type Iterate Node type
527 … []*Node, length t.ID, unroll t.ID, asserts []*Node, body []*Node, elseIterate *Iterate) *Iterate {