Home
last modified time | relevance | path

Searched refs:getInverseClass (Results 1 – 8 of 8) sorted by relevance

/external/skia/legacy/src/core/
DSkBitmapShader16BilerpTemplate.h38 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan()
90 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan()
147 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan16()
198 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan16()
DSkBitmapShaderTemplate.h73 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan()
123 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan()
217 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan16()
246 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan16()
DARGB32_Clamp_Bilinear_BitmapShader.h80 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan()
127 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan()
/external/skia/src/core/
DSkBitmapShader16BilerpTemplate.h38 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan()
90 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan()
147 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan16()
198 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan16()
DSkBitmapShaderTemplate.h73 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan()
123 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan()
217 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan16()
246 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan16()
DARGB32_Clamp_Bilinear_BitmapShader.h80 if (this->getInverseClass() == kPerspective_MatrixClass) in shadeSpan()
127 if (this->getInverseClass() == kFixedStepInX_MatrixClass) in shadeSpan()
/external/skia/legacy/include/core/
DSkShader.h295 MatrixClass getInverseClass() const { return (MatrixClass)fTotalInverseClass; } in getInverseClass() function
/external/skia/include/core/
DSkShader.h357 MatrixClass getInverseClass() const { return (MatrixClass)fTotalInverseClass; } in getInverseClass() function