HomeSort by relevance Sort by last modified time
    Searched defs:textureMatrix (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLReadback.cpp 71 SkMatrix textureMatrix;
72 imgTransform.copyTo(textureMatrix);
79 textureMatrix.preConcat(yFlip);
88 textureMatrix.mapRect(&skiaSrcRect);
  /external/skia/src/gpu/
GrTextureAdjuster.cpp 116 SkMatrix textureMatrix = origTextureMatrix;
125 textureMatrix.postTranslate(l, t);
142 textureMatrix.postScale(scaleAdjust[0], scaleAdjust[1]);
171 textureMatrix, domainMode, domain,
SkGpuDevice_drawTexture.cpp 194 const SkMatrix* textureMatrix;
197 textureMatrix = &SkMatrix::I();
202 textureMatrix = &tempMatrix;
205 *textureMatrix, clippedSrcRect, constraintMode, coordsAllInsideSrcRect, filterMode,
GrContext.cpp 476 SkMatrix textureMatrix = SkMatrix::MakeTrans(SkIntToScalar(left), SkIntToScalar(top));
479 fp = this->createPMToUPMEffect(src->asTexture(), textureMatrix);
490 fp = GrSimpleTextureEffect::Make(src->asTexture(), nullptr, textureMatrix);
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 277 milliseconds