Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRecordDraw.cpp186 while (!fControlIndices.isEmpty()) { in cleanUp()
336 fControlIndices.push_back(fCurrentOp); in pushControl()
343 fBounds[fControlIndices.top()] = bounds; in popControl()
344 fControlIndices.pop(); in popControl()
499 SkTDArray<int> fControlIndices; member in SkRecords::FillBounds
/external/skia/src/core/
DSkRecordDraw.cpp196 while (!fControlIndices.isEmpty()) { in ~FillBounds()
346 fControlIndices.push_back(fCurrentOp); in pushControl()
353 fBounds[fControlIndices.top()] = bounds; in popControl()
354 fControlIndices.pop(); in popControl()
522 SkTDArray<int> fControlIndices; member in SkRecords::FillBounds