Searched refs:MatrixProc (Results 1 – 4 of 4) sorted by relevance
39 typedef void (*MatrixProc)(const SkBitmapProcState&, typedef83 MatrixProc getMatrixProc() const;85 MatrixProc getMatrixProc() const { return fMatrixProc; } in getMatrixProc()97 MatrixProc fMatrixProc; // chooseProcs102 MatrixProc chooseMatrixProc(bool trivial_matrix);
250 static const SkBitmapProcState::MatrixProc ClampX_ClampY_Procs[] = {254 static const SkBitmapProcState::MatrixProc RepeatX_RepeatY_Procs[] = {258 static const SkBitmapProcState::MatrixProc MirrorX_MirrorY_Procs[] = {471 SkBitmapProcState::MatrixProc SkBitmapProcState::chooseMatrixProc(bool translate_only_matrix) { in chooseMatrixProc()
424 SkBitmapProcState::MatrixProc mproc = s.getMatrixProc(); in S32_D32_constX_shaderproc()657 SkBitmapProcState::MatrixProc SkBitmapProcState::getMatrixProc() const { in getMatrixProc()
48 SkBitmapProcState::MatrixProc mproc = state.getMatrixProc(); in shadeSpan()