Searched refs:compute_src_quad (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrTextureOp.cpp | 77 static GrPerspQuad compute_src_quad(GrSurfaceOrigin origin, const SkRect& srcRect, float iw, in compute_src_quad() function 315 GrPerspQuad srcQuad = compute_src_quad(origin, info.fSrcRect, iw, ih, h); in tess()
|
/external/skia/src/gpu/ops/ |
D | GrTextureOp.cpp | 93 static GrPerspQuad compute_src_quad(GrSurfaceOrigin origin, const GrPerspQuad& srcQuad, in compute_src_quad() function 399 compute_src_quad(origin, fSrcQuads[info.fSrcQuadIndex], iw, ih, h) : in tess()
|