Searched defs:maskMatrix (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp201 SkMatrix maskMatrix; local
202 maskMatrix.setIDiv(texture->width(), texture->height());
203 maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop));
204 maskMatrix.preConcat(drawState->getViewMatrix());
208 maskMatrix,
/external/skia/src/gpu/
H A DGrSWMaskHelper.cpp201 SkMatrix maskMatrix; local
202 maskMatrix.setIDiv(texture->width(), texture->height());
203 maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop));
204 maskMatrix.preConcat(drawState->getViewMatrix());
208 maskMatrix,
/external/chromium_org/third_party/skia/src/effects/
H A DSkBitmapAlphaThresholdShader.cpp86 GrTexture* maskTexture, const SkMatrix& maskMatrix,
91 maskTexture, maskMatrix,
172 GrTexture* maskTexture, const SkMatrix& maskMatrix,
176 , fMaskTransform(kLocal_GrCoordSet, maskMatrix, maskTexture)
263 SkMatrix maskMatrix = localInverse; local
265 maskMatrix.postTranslate(SK_Scalar1, SK_Scalar1);
266 maskMatrix.postIDiv(maskTexture->width(), maskTexture->height());
269 maskTexture, maskMatrix,
85 Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, GrTexture* maskTexture, const SkMatrix& maskMatrix, U8CPU threshold) argument
171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, GrTexture* maskTexture, const SkMatrix& maskMatrix, SkScalar threshold) argument
/external/skia/src/effects/
H A DSkBitmapAlphaThresholdShader.cpp86 GrTexture* maskTexture, const SkMatrix& maskMatrix,
91 maskTexture, maskMatrix,
172 GrTexture* maskTexture, const SkMatrix& maskMatrix,
176 , fMaskTransform(kLocal_GrCoordSet, maskMatrix, maskTexture)
263 SkMatrix maskMatrix = localInverse; local
265 maskMatrix.postTranslate(SK_Scalar1, SK_Scalar1);
266 maskMatrix.postIDiv(maskTexture->width(), maskTexture->height());
269 maskTexture, maskMatrix,
85 Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, GrTexture* maskTexture, const SkMatrix& maskMatrix, U8CPU threshold) argument
171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, GrTexture* maskTexture, const SkMatrix& maskMatrix, SkScalar threshold) argument

Completed in 289 milliseconds