Home
last modified time | relevance | path

Searched refs:fRealInvMatrix (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/shaders/
DSkBitmapProcShader.cpp116 fMatrixTypeMask = info->fRealInvMatrix.getType();
119 info->fRealInvMatrix, info->fFilterQuality,
/external/skia/src/core/
DSkBitmapProcState.h39 SkMatrix fRealInvMatrix; // The actual inverse matrix. member
DSkBitmapProcState.cpp102 fRealInvMatrix = fBMState->invMatrix(); in init()