Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordReplaceDraw.cpp72 fOpIndexStack.append(numIndices, opIndices); in ReplaceDraw()
131 fOpIndexStack.push(drawPictureOffset); in operator ()()
140 fOpIndexStack.begin(), fOpIndexStack.count()); in operator ()()
147 fOpIndexStack.pop(); in operator ()()
160 fOpIndexStack.push(startOffset); in operator ()()
164 fOpIndexStack.begin(), in operator ()()
165 fOpIndexStack.count()); in operator ()()
180 fOpIndexStack.pop(); in operator ()()
187 fOpIndexStack.pop(); in operator ()()
203 SkTDArray<int> fOpIndexStack; member in ReplaceDraw