Home
last modified time | relevance | path

Searched refs:fCtx (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tests/
DGrCCPRTest.cpp60 : fCtx(ctx) in CCPRPathDrawer()
61 , fCCPR(fCtx->contextPriv().drawingManager()->getCoverageCountingPathRenderer()) in CCPRPathDrawer()
62 , fRTC(fCtx->makeDeferredRenderTargetContext(SkBackingFit::kExact, kCanvasSize, in CCPRPathDrawer()
75 void abandonGrContext() { fCtx = nullptr; fCCPR = nullptr; fRTC = nullptr; } in abandonGrContext()
91 fCCPR->drawPath({fCtx, std::move(paint), &GrUserStencilSettings::kUnused, fRTC.get(), in drawPath()
107 fCtx->flush(); in flush()
111 GrContext* fCtx; member in CCPRPathDrawer
/external/skia/tests/
DGrCCPRTest.cpp60 : fCtx(ctx) in CCPRPathDrawer()
61 , fCCPR(fCtx->contextPriv().drawingManager()->getCoverageCountingPathRenderer()) in CCPRPathDrawer()
62 , fRTC(fCtx->makeDeferredRenderTargetContext(SkBackingFit::kExact, kCanvasSize, in CCPRPathDrawer()
75 void abandonGrContext() { fCtx = nullptr; fCCPR = nullptr; fRTC = nullptr; } in abandonGrContext()
91 fCCPR->drawPath({fCtx, std::move(paint), &GrUserStencilSettings::kUnused, fRTC.get(), in drawPath()
107 fCtx->flush(); in flush()
111 GrContext* fCtx; member in CCPRPathDrawer
/external/skqp/experimental/skottie/
DSkottie.cpp532 : fCtx(ctx) in AttachShapeContext()
537 AttachContext* fCtx; member
577 if ((shape_matrix = AttachMatrix(s, shapeCtx->fCtx, nullptr))) { in AttachShape()
580 shape_wrapper = AttachOpacity(s, shapeCtx->fCtx, std::move(shape_wrapper)); in AttachShape()
604 shapeCtx->fCtx)) { in AttachShape()
613 shapeCtx->fCtx, in AttachShape()
623 AttachShapeContext groupShapeCtx(shapeCtx->fCtx, in AttachShape()
635 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, shapeCtx->fCtx); in AttachShape()
644 drawGeos = it->fAttach(it->fJson, shapeCtx->fCtx, std::move(drawGeos)); in AttachShape()
654 shapeCtx->fCommittedAnimators = shapeCtx->fCtx->fAnimators.size(); in AttachShape()
[all …]
/external/skia/experimental/skottie/
DSkottie.cpp533 : fCtx(ctx) in AttachShapeContext()
538 AttachContext* fCtx; member
578 if ((shape_matrix = AttachMatrix(s, shapeCtx->fCtx, nullptr))) { in AttachShape()
581 shape_wrapper = AttachOpacity(s, shapeCtx->fCtx, std::move(shape_wrapper)); in AttachShape()
605 shapeCtx->fCtx)) { in AttachShape()
614 shapeCtx->fCtx, in AttachShape()
624 AttachShapeContext groupShapeCtx(shapeCtx->fCtx, in AttachShape()
636 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, shapeCtx->fCtx); in AttachShape()
645 drawGeos = it->fAttach(it->fJson, shapeCtx->fCtx, std::move(drawGeos)); in AttachShape()
655 shapeCtx->fCommittedAnimators = shapeCtx->fCtx->fAnimators.size(); in AttachShape()
[all …]
/external/skqp/gm/
Dimage_pict.cpp153 , fCtx(SkRef(ctx)) { in TextureGenerator()
171 SkASSERT(ctx == fCtx.get()); in onGenerateTexture()
191 sk_sp<GrSurfaceContext> dstContext(fCtx->contextPriv().makeDeferredSurfaceContext( in onGenerateTexture()
211 sk_sp<GrContext> fCtx; member in TextureGenerator
/external/skia/gm/
Dimage_pict.cpp153 , fCtx(SkRef(ctx)) { in TextureGenerator()
171 SkASSERT(ctx == fCtx.get()); in onGenerateTexture()
191 sk_sp<GrSurfaceContext> dstContext(fCtx->contextPriv().makeDeferredSurfaceContext( in onGenerateTexture()
211 sk_sp<GrContext> fCtx; member in TextureGenerator
/external/skia/src/core/
DSkTextBlob.cpp895 void* fCtx; member
900 state->fProc(face, state->fCtx); in catalog_typeface_proc()
917 void* fCtx; member
928 return state->fProc(id, state->fCtx); in resolver_typeface_proc()
/external/skqp/src/core/
DSkTextBlob.cpp895 void* fCtx; member
900 state->fProc(face, state->fCtx); in catalog_typeface_proc()
917 void* fCtx; member
928 return state->fProc(id, state->fCtx); in resolver_typeface_proc()