Home
last modified time | relevance | path

Searched defs:Iter (Results 1 – 25 of 168) sorted by relevance

1234567

/external/skqp/tools/skqp/
Dgm_knowledge.cpp62 struct Iter { in get_error_with_nearby() struct
63 const int x, y, w, h; in get_error_with_nearby()
64 int8_t curr; in get_error_with_nearby()
65 SkIPoint operator*() const { return this->get(); } in get_error_with_nearby()
66 SkIPoint get() const { in get_error_with_nearby()
79 void skipBad() { in get_error_with_nearby()
89 void operator++() { in get_error_with_nearby()
94 bool operator!=(const Iter& other) const { return curr != other.curr; } in get_error_with_nearby()
/external/skia/tools/skqp/
Dgm_knowledge.cpp62 struct Iter { in get_error_with_nearby() struct
63 const int x, y, w, h; in get_error_with_nearby()
64 int8_t curr; in get_error_with_nearby()
65 SkIPoint operator*() const { return this->get(); } in get_error_with_nearby()
66 SkIPoint get() const { in get_error_with_nearby()
79 void skipBad() { in get_error_with_nearby()
89 void operator++() { in get_error_with_nearby()
94 bool operator!=(const Iter& other) const { return curr != other.curr; } in get_error_with_nearby()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh724 struct Iter { struct
725 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; }; in init()
726 inline bool more (void) { return i < c->glyphArray.len; } in more()
727 inline void next (void) { i++; } in next()
728 inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph()
729 inline unsigned int get_coverage (void) { return i; } in get_coverage()
732 const struct CoverageFormat1 *c;
733 unsigned int i;
828 struct Iter struct
830 inline void init (const CoverageFormat2 &c_) in init()
[all …]
/external/skqp/include/utils/
DSkNWayCanvas.h87 class Iter; variable
/external/skia/include/utils/
DSkNWayCanvas.h87 class Iter; variable
/external/libchrome/base/
Dobserver_list.h178 friend class Iter; variable
185 ObserverListBase<ObserverType>::Iter<ContainerType>::Iter() in Iter() function
190 ObserverListBase<ObserverType>::Iter<ContainerType>::Iter(ContainerType* list) in Iter() function
/external/llvm/lib/Target/
DTargetRecip.cpp131 RecipIter Iter = RecipMap.find(Val); in parseIndividualParams() local
179 ConstRecipIter Iter = RecipMap.find(Key); in isEnabled() local
187 ConstRecipIter Iter = RecipMap.find(Key); in getRefinementSteps() local
/external/clang/test/SemaTemplate/
Dinstantiate-overloaded-arrow.cpp9 struct Iter { struct
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp386 void LinearScan::addSpillFill(IterationState &Iter) { in addSpillFill()
510 void LinearScan::findRegisterPreference(IterationState &Iter) { in findRegisterPreference()
567 void LinearScan::filterFreeWithInactiveRanges(IterationState &Iter) { in filterFreeWithInactiveRanges()
594 void LinearScan::filterFreeWithPrecoloredRanges(IterationState &Iter) { in filterFreeWithPrecoloredRanges()
636 void LinearScan::allocatePreferredRegister(IterationState &Iter) { in allocatePreferredRegister()
647 void LinearScan::allocateFreeRegister(IterationState &Iter, bool Filtered) { in allocateFreeRegister()
663 void LinearScan::handleNoFreeRegisters(IterationState &Iter) { in handleNoFreeRegisters()
869 IterationState Iter; in scan() local
/external/skia/include/core/
DSkMetaData.h129 class Iter; variable
130 friend class Iter; variable
134 Iter() : fRec(nullptr) {} in Iter() function
/external/skqp/include/core/
DSkMetaData.h129 class Iter; variable
130 friend class Iter; variable
134 Iter() : fRec(nullptr) {} in Iter() function
/external/tensorflow/tensorflow/core/lib/io/
Dblock.h50 class Iter; variable
/external/skia/src/pdf/
DSkPDFFont.cpp597 struct Iter { struct
598 void operator++() { in operator ++()
602 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *()
603 bool operator!=(const Iter& rhs) const { in operator !=()
606 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() function
608 const SkGlyphID fFirst;
609 int fCurrent; // must be int to make fLast+1 to fit
/external/skqp/src/pdf/
DSkPDFFont.cpp597 struct Iter { struct
598 void operator++() { in operator ++()
602 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *()
603 bool operator!=(const Iter& rhs) const { in operator !=()
606 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() argument
608 const SkGlyphID fFirst;
609 int fCurrent; // must be int to make fLast+1 to fit
/external/skqp/src/core/
DSkPathPriv.h118 struct Iter { struct
122 const uint8_t* fVerb;
DSkTInternalLList.h215 Iter() : fCurr(nullptr) {} in Iter() function
216 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
DSkDeque.cpp240 SkDeque::Iter::Iter() : fCurBlock(nullptr), fPos(nullptr), fElemSize(0) {} in Iter() function in SkDeque::Iter
242 SkDeque::Iter::Iter(const SkDeque& d, IterStart startLoc) { in Iter() function in SkDeque::Iter
/external/skia/src/core/
DSkTInternalLList.h215 Iter() : fCurr(nullptr) {} in Iter() function
216 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
DSkDeque.cpp240 SkDeque::Iter::Iter() : fCurBlock(nullptr), fPos(nullptr), fElemSize(0) {} in Iter() function in SkDeque::Iter
242 SkDeque::Iter::Iter(const SkDeque& d, IterStart startLoc) { in Iter() function in SkDeque::Iter
DSkPathPriv.h124 struct Iter { struct
128 const uint8_t* fVerb;
/external/libcxx/test/std/containers/unord/unord.map/
Dcompare.pass.cpp40 typedef MapT::iterator Iter; in main() typedef
/external/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp31 typedef MapT::iterator Iter; in main() typedef
/external/llvm/lib/Analysis/
DStratifiedSets.h105 auto Iter = Values.find(Elem); in find() local
292 auto Iter = Remaps.find(Above.Number); in finalizeSets() local
299 auto Iter = Remaps.find(Below.Number); in finalizeSets() local
308 auto Iter = Remaps.find(Link.Number); in finalizeSets() local
413 auto &Iter = Pair.first; in addAtMerging() local
/external/skqp/tests/
DLListTest.cpp67 typedef SkTInternalLList<ListElement>::Iter Iter; in test_tinternallist() typedef
153 typedef typename ElList::Iter Iter; in test_tllist() typedef
/external/clang/include/clang/AST/
DUnresolvedSet.h36 explicit UnresolvedSetIterator(DeclAccessPair *Iter) in UnresolvedSetIterator()
38 explicit UnresolvedSetIterator(const DeclAccessPair *Iter) in UnresolvedSetIterator()

1234567