HomeSort by relevance Sort by last modified time
    Searched refs:bmpMatrix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 85 static GrEffectRef* Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix,
90 AutoEffectUnref effect(SkNEW_ARGS(ThresholdEffect, (bmpTexture, bmpMatrix,
171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix,
174 : fBmpTransform(kLocal_GrCoordSet, bmpMatrix, bmpTexture)
260 SkMatrix bmpMatrix = localInverse;
261 bmpMatrix.postIDiv(bmpTexture->width(), bmpTexture->height());
268 GrEffectRef* effect = ThresholdEffect::Create(bmpTexture, bmpMatrix,
  /external/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 85 static GrEffectRef* Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix,
90 AutoEffectUnref effect(SkNEW_ARGS(ThresholdEffect, (bmpTexture, bmpMatrix,
171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix,
174 : fBmpTransform(kLocal_GrCoordSet, bmpMatrix, bmpTexture)
260 SkMatrix bmpMatrix = localInverse;
261 bmpMatrix.postIDiv(bmpTexture->width(), bmpTexture->height());
268 GrEffectRef* effect = ThresholdEffect::Create(bmpTexture, bmpMatrix,

Completed in 1810 milliseconds