Searched refs:fControlIndices (Results 1 – 2 of 2) sorted by relevance
205 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
194 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