Home
last modified time | relevance | path

Searched refs:getPaintAlpha (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/shaders/
DSkBitmapProcShader.cpp23 if (fState->fPixmap.isOpaque() && (255 == this->getPaintAlpha())) { in BitmapProcShaderContext()
DSkShaderBase.h118 uint8_t getPaintAlpha() const { return fPaintAlpha; } in getPaintAlpha() function
DSkPerlinNoiseShader.cpp502 turbulenceFunctionResult *= SkIntToScalar(getPaintAlpha()) / 255; in calculateTurbulenceValueForPoint()
/third_party/flutter/skia/src/shaders/
DSkBitmapProcShader.cpp28 if (fInfo->fPixmap.isOpaque() && (255 == this->getPaintAlpha())) { in BitmapProcInfoContext()
DSkShaderBase.h124 uint8_t getPaintAlpha() const { return fPaintAlpha; } in getPaintAlpha() function
DSkLightingShader.cpp324 if (isOpaque && (255 == this->getPaintAlpha())) { in LightingShaderContext()
DSkPerlinNoiseShader.cpp563 turbulenceFunctionResult *= SkIntToScalar(getPaintAlpha()) / 255; in calculateTurbulenceValueForPoint()
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp301 if (shader.fColorsAreOpaque && this->getPaintAlpha() == SK_AlphaOPAQUE) { in GradientShaderBase4fContext()
/third_party/flutter/skia/src/shaders/gradients/
DSk4fGradientBase.cpp301 if (shader.fColorsAreOpaque && this->getPaintAlpha() == SK_AlphaOPAQUE) { in GradientShaderBase4fContext()