Searched defs:invProc (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmapShaderTemplate.h67 SkMatrix::MapPtProc invProc = this->getUnitInverseProc(); local
70 SkMatrix::MapPtProc invProc = this->getInverseMapPtProc(); local
125 invProc(inv, SkIntToScalar(x) + SK_ScalarHalf,
211 SkMatrix::MapPtProc invProc = this->getUnitInverseProc(); local
214 SkMatrix::MapPtProc invProc = this->getInverseMapPtProc(); local
248 invProc(inv, SkIntToScalar(x) + SK_ScalarHalf,

Completed in 69 milliseconds