Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp188 while (!fControlIndices.isEmpty()) { in cleanUp()
383 fControlIndices.push(fCurrentOp); in pushControl()
390 fBounds[fControlIndices.top()] = bounds; in popControl()
391 fControlIndices.pop(); in popControl()
614 SkTDArray<int> fControlIndices; member in SkRecords::FillBounds