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

  /external/skia/legacy/src/core/
SkBitmapShader16BilerpTemplate.h 38 if (this->getInverseClass() == kPerspective_MatrixClass)
90 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
147 if (this->getInverseClass() == kPerspective_MatrixClass)
198 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
SkBitmapShaderTemplate.h 73 if (this->getInverseClass() == kPerspective_MatrixClass)
123 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
217 if (this->getInverseClass() == kPerspective_MatrixClass)
246 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
ARGB32_Clamp_Bilinear_BitmapShader.h 80 if (this->getInverseClass() == kPerspective_MatrixClass)
127 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
  /external/skia/src/core/
SkBitmapShader16BilerpTemplate.h 38 if (this->getInverseClass() == kPerspective_MatrixClass)
90 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
147 if (this->getInverseClass() == kPerspective_MatrixClass)
198 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
SkBitmapShaderTemplate.h 73 if (this->getInverseClass() == kPerspective_MatrixClass)
123 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
217 if (this->getInverseClass() == kPerspective_MatrixClass)
246 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
ARGB32_Clamp_Bilinear_BitmapShader.h 80 if (this->getInverseClass() == kPerspective_MatrixClass)
127 if (this->getInverseClass() == kFixedStepInX_MatrixClass)
  /external/skia/include/core/
SkShader.h 357 MatrixClass getInverseClass() const { return (MatrixClass)fTotalInverseClass; }
  /external/skia/legacy/include/core/
SkShader.h 295 MatrixClass getInverseClass() const { return (MatrixClass)fTotalInverseClass; }

Completed in 83 milliseconds