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