Searched refs:matrixEffectShouldNormalize (Results 1 – 2 of 2) sorted by relevance
174 bool matrixEffectShouldNormalize() const;
245 if (this->matrixEffectShouldNormalize()) { in coordAdjustmentMatrix()399 SkASSERT(!(unormCoordsRequiredForShaderMode && te.matrixEffectShouldNormalize())); in emitCode()752 bool GrTextureEffect::matrixEffectShouldNormalize() const { in matrixEffectShouldNormalize() function in GrTextureEffect