Searched refs:ritems (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrTBlockList.h | 141 for (T& t : this->ritems()) { in reset() 285 RIter ritems() { return RIter(fAllocator.allocator()); } in ritems() function 286 CRIter ritems() const { return CRIter(fAllocator.allocator()); } in ritems() function
|
D | GrClipStack.h | 356 return ElementIter(fElements.ritems().begin(), count); in begin() 360 return ElementIter(fElements.ritems().end(), 0); in end()
|
D | GrClipStack.cpp | 860 for (RawElement& e : elements->ritems()) { in restoreElements() 1017 for (RawElement& existing : elements->ritems()) { in appendElement() 1161 for (Mask& m : fMasks.ritems()) { in ~GrClipStack() 1372 for (const RawElement& e : fElements.ritems()) { in apply() 1619 for (const Mask& m : masks->ritems()) { in GetSWMaskFP()
|
/external/skia/tests/ |
D | GrTBlockListTest.cpp | 93 for (const C& c : cAlloc->ritems()) { in check_iterator_helper() 101 for (C& c : allocator->ritems()) { in check_iterator_helper()
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 1957 ritems = randitems_from_structure(fmt, tr) 1960 xr = ndarray_from_structure(ritems, fmt, tr) 1973 yr = ndarray_from_structure(ritems, fmt, tr, flags=ND_PIL) 1990 zr = numpy_array_from_structure(ritems, fmt, tr)
|