HomeSort by relevance Sort by last modified time
    Searched refs:mMatrixStack (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 509 mMatrixStack.append(SkMatrix::I());
510 mCurrentMatrix = &(mMatrixStack.last());
981 mMatrixStack.append(mMatrixStack.last());
982 mCurrentMatrix = &(mMatrixStack.last());
987 mMatrixStack.removeLast();
988 mCurrentMatrix = &(mMatrixStack.last());
    [all...]
PlatformGraphicsContextRecording.h 210 Vector<SkMatrix> mMatrixStack;

Completed in 25 milliseconds