Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState.h85 MatrixProc getMatrixProc() const { return fMatrixProc; } in getMatrixProc()
97 MatrixProc fMatrixProc; // chooseProcs member
DSkBitmapProcState.cpp270 fMatrixProc = this->chooseMatrixProc(translate_only); in chooseProcs()
271 SkASSERT(fMatrixProc); in chooseProcs()
644 state.fMatrixProc(state, bitmapXY, count, x, y); in DebugMatrixProc()