Searched refs:texMatrix (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/gm/ |
D | lazytiling.cpp | 229 SkMatrix texMatrix = SkMatrix::RectToRect(contentRect, SkRect::Make(fContentRect)); in onDraw() local 236 texMatrix, in onDraw()
|
/third_party/skia/src/gpu/ |
D | SurfaceContext.cpp | 877 auto texMatrix = SkMatrix::Translate(x, y); in asyncRescaleAndReadPixelsYUV420() local 896 auto yFP = GrTextureEffect::Make(srcView, this->colorInfo().alphaType(), texMatrix); in asyncRescaleAndReadPixelsYUV420() 912 texMatrix.preScale(2.f, 2.f); in asyncRescaleAndReadPixelsYUV420() 920 texMatrix, in asyncRescaleAndReadPixelsYUV420() 943 texMatrix, in asyncRescaleAndReadPixelsYUV420()
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.cpp | 942 SkMatrix texMatrix = SkMatrix::MakeRectToRect(dstRect, srcRect, SkMatrix::kFill_ScaleToFit); in drawBitmapTile() local 943 texMatrix.postScale(scales[0], scales[1]); in drawBitmapTile() 966 fp = GrBicubicEffect::Make(std::move(proxy), texMatrix, domain, kDir, in drawBitmapTile() 969 fp = GrTextureDomainEffect::Make(std::move(proxy), texMatrix, domain, in drawBitmapTile() 976 fp = GrBicubicEffect::Make(std::move(proxy), texMatrix, wrapMode, kDir, bitmap.alphaType()); in drawBitmapTile() 978 fp = GrSimpleTextureEffect::Make(std::move(proxy), texMatrix, samplerState); in drawBitmapTile()
|
D | GrRenderTargetContext.cpp | 1844 auto texMatrix = SkMatrix::MakeTrans(x, y); in asyncRescaleAndReadPixelsYUV420() local 1854 yPaint.addColorTextureProcessor(srcProxy, texMatrix); in asyncRescaleAndReadPixelsYUV420() 1867 texMatrix.preScale(2.f, 2.f); in asyncRescaleAndReadPixelsYUV420() 1873 uPaint.addColorTextureProcessor(srcProxy, texMatrix, GrSamplerState::ClampBilerp()); in asyncRescaleAndReadPixelsYUV420() 1891 vPaint.addColorTextureProcessor(srcProxy, texMatrix, GrSamplerState::ClampBilerp()); in asyncRescaleAndReadPixelsYUV420()
|
/third_party/skia/tests/ |
D | BackendAllocationTest.cpp | 405 SkMatrix texMatrix; in check_mipmaps() local 406 texMatrix.setScale(1 << i, 1 << i); in check_mipmaps() 411 texMatrix, in check_mipmaps()
|