Home | History | Annotate | Download | only in core

Lines Matching refs:fProxy

487     Sk3DShader(SkShader* proxy) : fProxy(proxy) {
493 SkSafeUnref(fProxy);
500 if (fProxy) {
501 return fProxy->setContext(device, paint, matrix);
509 if (fProxy) {
510 fProxy->shadeSpan(x, y, span, count);
514 if (fProxy == NULL) {
528 if (fProxy) {
574 if (fProxy) {
575 fProxy->beginSession();
580 if (fProxy) {
581 fProxy->endSession();
589 fProxy = static_cast<SkShader*>(buffer.readFlattenable());
596 buffer.writeFlattenable(fProxy);
609 SkShader* fProxy;
619 : fProxy(proxy), f3DShader(shader), fKillProc(killProc) {
625 fKillProc(fProxy);
629 fProxy->blitH(x, y, width);
634 fProxy->blitAntiH(x, y, antialias, runs);
638 fProxy->blitV(x, y, height, alpha);
642 fProxy->blitRect(x, y, width, height);
650 fProxy->blitMask(mask, clip);
655 fProxy->blitMask(mask, clip);
660 SkBlitter* fProxy;