Searched refs:ritems (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
D | SkTBlockList.h | 141 for (T& t : this->ritems()) { in reset() 286 RIter ritems() { return RIter(fAllocator.allocator()); } in ritems() function 287 CRIter ritems() const { return CRIter(fAllocator.allocator()); } in ritems() function
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.h | 353 return ElementIter(fElements.ritems().begin(), count); in begin() 357 return ElementIter(fElements.ritems().end(), 0); in end()
|
D | ClipStack.cpp | 852 for (RawElement& e : elements->ritems()) { in restoreElements() 1009 for (RawElement& existing : elements->ritems()) { in appendElement() 1153 for (Mask& m : fMasks.ritems()) { in ~ClipStack() 1360 for (const RawElement& e : fElements.ritems()) { in apply() 1602 for (const Mask& m : masks->ritems()) { in GetSWMaskFP()
|
/third_party/skia/experimental/graphite/src/geom/ |
D | BoundsManager.h | 89 for (const Record& r : fRects.ritems()) { in isOccluded()
|
/third_party/skia/tests/ |
D | SkTBlockListTest.cpp | 106 for (const C& c : cAlloc->ritems()) { in check_iterator_helper() 114 for (C& c : allocator->ritems()) { in check_iterator_helper()
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 1958 ritems = randitems_from_structure(fmt, tr) 1961 xr = ndarray_from_structure(ritems, fmt, tr) 1974 yr = ndarray_from_structure(ritems, fmt, tr, flags=ND_PIL) 1991 zr = numpy_array_from_structure(ritems, fmt, tr)
|