Searched defs:Iterate (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/core/ |
D | SkPathPriv.h | 162 struct Iterate { struct 164 Iterate(const SkPath& path) in Iterate() argument 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;
|
D | SkAAClip.cpp | 222 static Iter Iterate(const SkAAClip& clip) { in Iterate() function
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | CircularBuffer_unittest.cpp | 95 TEST(CircularBuffer, Iterate) in TEST() argument
|
/third_party/boost/boost/phoenix/function/ |
D | lazy_prelude.hpp | 523 struct Iterate { struct 529 struct result<This(F,T)> 539 typename result<Iterate(F,T)>::type operator() in operator ()() 561 typedef boost::phoenix::function<impl::Iterate> Iterate; typedef
|
/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 157 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | statement.go | 375 func (g *gen) writeStatementIterate(b *buffer, n *a.Iterate, depth uint32) error {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 158 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | SubresourceStorage.h | 357 void SubresourceStorage<T>::Iterate(F&& iterateFunc) const { in Iterate() function
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 511 type Iterate Node type 527 … []*Node, length t.ID, unroll t.ID, asserts []*Node, body []*Node, elseIterate *Iterate) *Iterate {
|