Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixClipStateMgr.h193 fMatrixInfo = &fMatrixInfoStorage; in MatrixClipState()
206 fMatrixInfoStorage = *prev->fMatrixInfo; in MatrixClipState()
207 fMatrixInfo = &fMatrixInfoStorage; in MatrixClipState()
209 fMatrixInfo = prev->fMatrixInfo; in MatrixClipState()
230 MatrixInfo* fMatrixInfo; variable
290 fCurMCState->fMatrixInfo->preTranslate(dx, dy); in translate()
295 fCurMCState->fMatrixInfo->preScale(sx, sy); in scale()
300 fCurMCState->fMatrixInfo->preRotate(degrees); in rotate()
305 fCurMCState->fMatrixInfo->preSkew(sx, sy); in skew()
310 fCurMCState->fMatrixInfo->preConcat(matrix); in concat()
[all …]
DSkMatrixClipStateMgr.cpp325 curMatID = state->fMatrixInfo->getID(this); in call()
347 if (kIdentityMatID != fCurMCState->fMatrixInfo->getID(this)) { in call()
351 this->writeDeltaMat(curMatID, fCurMCState->fMatrixInfo->getID(this)); in call()