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

  /external/skia/include/gpu/
GrTextContext.h 63 GrMatrix fOrigViewMatrix; // restore previous viewmatrix
  /external/skia/src/gpu/
GrTextContext.cpp 106 fOrigViewMatrix = fContext->getMatrix();
122 if (invVMComputed || fOrigViewMatrix.invert(&invVM)) {
130 if (invVMComputed || fOrigViewMatrix.invert(&invVM)) {
160 fContext->setMatrix(fOrigViewMatrix);

Completed in 214 milliseconds