Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp179 while (!fControlIndices.isEmpty()) { in cleanUp()
373 fControlIndices.push(fCurrentOp); in pushControl()
380 fBounds[fControlIndices.top()] = bounds; in popControl()
381 fControlIndices.pop(); in popControl()
602 SkTDArray<int> fControlIndices; member in SkRecords::FillBounds