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

  /external/skia/src/core/
SkMatrixClipStateMgr.h 193 fMatrixInfo = &fMatrixInfoStorage;
206 fMatrixInfoStorage = *prev->fMatrixInfo;
207 fMatrixInfo = &fMatrixInfoStorage;
209 fMatrixInfo = prev->fMatrixInfo;
230 MatrixInfo* fMatrixInfo;
290 fCurMCState->fMatrixInfo->preTranslate(dx, dy);
295 fCurMCState->fMatrixInfo->preScale(sx, sy);
300 fCurMCState->fMatrixInfo->preRotate(degrees);
305 fCurMCState->fMatrixInfo->preSkew(sx, sy)
    [all...]
SkMatrixClipStateMgr.cpp 325 curMatID = state->fMatrixInfo->getID(this);
344 // if (curMatID != fCurMCState->fMatrixInfo->getID(this)) {
347 if (kIdentityMatID != fCurMCState->fMatrixInfo->getID(this)) {
351 this->writeDeltaMat(curMatID, fCurMCState->fMatrixInfo->getID(this));

Completed in 29 milliseconds