Lines Matching refs:Draw
53 * Each Draw in a DrawList might be processed by multiple RenderSteps (determined by the Draw's
61 * The Draw's CompresssedPaintersOrder and DisjointStencilINdex represent the most significant bits
77 SortKey(const DrawList::Draw* draw,
96 const DrawList::Draw* draw() const { return fDraw; }
122 const DrawList::Draw* fDraw;
169 // 4 low bits from the Draw* pointer since it's 16 byte aligned.
170 // - Compact the Draw* to an index into the original collection, although that has extra
183 for (const DrawList::Draw& draw : draws->fDraws.items()) {
248 const DrawList::Draw& draw = *key.draw();