Home
last modified time | relevance | path

Searched refs:ritems (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrTBlockList.h141 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
DGrClipStack.h356 return ElementIter(fElements.ritems().begin(), count); in begin()
360 return ElementIter(fElements.ritems().end(), 0); in end()
DGrClipStack.cpp860 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/
DGrTBlockListTest.cpp93 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/
Dtest_buffer.py1957 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)