Home | History | Annotate | Download | only in gpu

Lines Matching full:drawcontext

338             SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(renderTarget));
339 if (!drawContext) {
346 drawContext->drawRect(GrClip::WideOpen(), paint, matrix, rect, nullptr);
456 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(temp->asRenderTarget()));
457 drawContext->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), rect, nullptr);
541 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(dst->asRenderTarget()));
542 if (!drawContext) {
546 if (!drawContext->copySurface(src, srcRect, dstPoint)) {
580 GrDrawContext* GrContext::drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps) {
582 return fDrawingManager->drawContext(rt, surfaceProps);