Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRecordDraw.cpp205 while (!fControlIndices.isEmpty()) { in ~FillBounds()
372 fControlIndices.push_back(fCurrentOp); in pushControl()
379 fBounds[fControlIndices.top()] = bounds; in popControl()
380 fMeta [fControlIndices.top()].isDraw = false; in popControl()
381 fControlIndices.pop(); in popControl()
549 SkTDArray<int> fControlIndices; member in SkRecords::FillBounds
/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp194 while (!fControlIndices.isEmpty()) { in cleanUp()
344 fControlIndices.push_back(fCurrentOp); in pushControl()
351 fBounds[fControlIndices.top()] = bounds; in popControl()
352 fControlIndices.pop(); in popControl()
522 SkTDArray<int> fControlIndices; member in SkRecords::FillBounds