• Home
  • Raw
  • Download

Lines Matching refs:GrCoverageCountingPathRenderer

21 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) {  in IsSupported()
33 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported()
35 return sk_sp<GrCoverageCountingPathRenderer>((IsSupported(caps)) in CreateIfSupported()
36 ? new GrCoverageCountingPathRenderer(allowCaching, contextUniqueID) in CreateIfSupported()
40 GrCoverageCountingPathRenderer::GrCoverageCountingPathRenderer(AllowCaching allowCaching, in GrCoverageCountingPathRenderer() function in GrCoverageCountingPathRenderer
47 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths()
56 GrPathRenderer::CanDrawPath GrCoverageCountingPathRenderer::onCanDrawPath( in onCanDrawPath()
136 bool GrCoverageCountingPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath()
149 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp()
160 std::unique_ptr<GrFragmentProcessor> GrCoverageCountingPathRenderer::makeClipProcessor( in makeClipProcessor()
190 void GrCoverageCountingPathRenderer::preFlush(GrOnFlushResourceProvider* onFlushRP, in preFlush()
280 void GrCoverageCountingPathRenderer::postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, in postFlush()
298 void GrCoverageCountingPathRenderer::purgeCacheEntriesOlderThan( in purgeCacheEntriesOlderThan()
305 void GrCoverageCountingPathRenderer::CropPath(const SkPath& path, const SkIRect& cropbox, in CropPath()
316 float GrCoverageCountingPathRenderer::GetStrokeDevWidth(const SkMatrix& m, in GetStrokeDevWidth()