Lines Matching refs:fProxy
587 Sk3DShader(sk_sp<SkShader> proxy) : fProxy(std::move(proxy)) {} in Sk3DShader()
591 if (fProxy) { in onMakeContext()
592 proxyContext = fProxy->makeContext(rec, alloc); in onMakeContext()
700 if (fProxy) { in toString()
702 fProxy->toString(str); in toString()
715 buffer.writeFlattenable(fProxy.get()); in flatten()
719 sk_sp<SkShader> fProxy; member in Sk3DShader
731 : fProxy(proxy) in Sk3DBlitter()
736 fProxy->blitH(x, y, width); in blitH()
740 fProxy->blitAntiH(x, y, antialias, runs); in blitAntiH()
744 fProxy->blitV(x, y, height, alpha); in blitV()
748 fProxy->blitRect(x, y, width, height); in blitRect()
756 fProxy->blitMask(mask, clip); in blitMask()
761 fProxy->blitMask(mask, clip); in blitMask()
767 SkBlitter* fProxy; member in Sk3DBlitter