Searched refs:texMatrix (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/gm/ |
H A D | lazytiling.cpp | 229 SkMatrix texMatrix = SkMatrix::RectToRect(contentRect, SkRect::Make(fContentRect)); variable 236 texMatrix,
|
/third_party/skia/src/gpu/ |
H A 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/skia/tests/ |
H A 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()
|
Completed in 5 milliseconds