Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureStateTree.cpp96 , fCurrentMatrix(NULL) in Iterator()
160 if (fCurrentMatrix != fNodes.top()->fMatrix) { in draw()
161 fCurrentMatrix = fNodes.top()->fMatrix; in draw()
177 if (fCurrentMatrix != draw->fMatrix) { in draw()
181 fCurrentMatrix = draw->fMatrix; in draw()
DSkPictureStateTree.h100 SkMatrix* fCurrentMatrix; variable
/external/chromium_org/third_party/skia/src/core/
DSkPictureStateTree.cpp96 , fCurrentMatrix(NULL) in Iterator()
160 if (fCurrentMatrix != fNodes.top()->fMatrix) { in draw()
161 fCurrentMatrix = fNodes.top()->fMatrix; in draw()
177 if (fCurrentMatrix != draw->fMatrix) { in draw()
181 fCurrentMatrix = draw->fMatrix; in draw()
DSkPictureStateTree.h100 SkMatrix* fCurrentMatrix; variable