HomeSort by relevance Sort by last modified time
    Searched refs:getInverseClass (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkBitmapShader16BilerpTemplate.h 46 if (this->getInverseClass() == kPerspective_MatrixClass)
98 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
155 if (this->getInverseClass() == kPerspective_MatrixClass)
206 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
SkBitmapShaderTemplate.h 81 if (this->getInverseClass() == kPerspective_MatrixClass)
131 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
225 if (this->getInverseClass() == kPerspective_MatrixClass)
254 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
ARGB32_Clamp_Bilinear_BitmapShader.h 73 if (this->getInverseClass() == kPerspective_MatrixClass)
120 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
  /external/skia/include/core/
SkShader.h 180 MatrixClass getInverseClass() const { return (MatrixClass)fTotalInverseClass; }

Completed in 706 milliseconds