Home
last modified time | relevance | path

Searched refs:matrixEffectShouldNormalize (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/effects/
DGrTextureEffect.h174 bool matrixEffectShouldNormalize() const;
DGrTextureEffect.cpp245 if (this->matrixEffectShouldNormalize()) { in coordAdjustmentMatrix()
399 SkASSERT(!(unormCoordsRequiredForShaderMode && te.matrixEffectShouldNormalize())); in emitCode()
752 bool GrTextureEffect::matrixEffectShouldNormalize() const { in matrixEffectShouldNormalize() function in GrTextureEffect