/external/skia/src/gpu/ |
D | GrFixedClip.cpp | 48 bool GrFixedClip::apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const { in apply() argument 50 SkIRect tightScissor = SkIRect::MakeWH(rtWidth, rtHeight); in apply()
|
D | GrStencilClip.h | 42 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const override { in apply() argument 43 if (!fFixedClip.apply(rtWidth, rtHeight, out, bounds)) { in apply()
|
D | GrClip.h | 147 virtual bool apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const = 0; 170 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const final { return true; } in apply() argument
|
D | GrFixedClip.h | 48 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const override;
|
D | GrReducedClip.h | 100 uint32_t opListID, int rtWidth,
|
D | GrClipStackClip.cpp | 245 int rtWidth = renderTargetContext->width(), rtHeight = renderTargetContext->height(); in apply() local 246 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(ccpr, opListID, rtWidth, rtHeight)) { in apply()
|
D | GrReducedClip.cpp | 965 GrCoverageCountingPathRenderer* ccpr, uint32_t opListID, int rtWidth, int rtHeight) { in finishAndDetachAnalyticFPs() argument 974 auto fp = ccpr->makeClipProcessor(opListID, ccprClipPath, fScissor, rtWidth, rtHeight, in finishAndDetachAnalyticFPs()
|
/external/skqp/src/gpu/ |
D | GrStencilClip.h | 42 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const override { in apply() argument 43 if (!fFixedClip.apply(rtWidth, rtHeight, out, bounds)) { in apply()
|
D | GrFixedClip.cpp | 48 bool GrFixedClip::apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const { in apply() argument 50 SkIRect tightScissor = SkIRect::MakeWH(rtWidth, rtHeight); in apply()
|
D | GrClip.h | 147 virtual bool apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const = 0; 170 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const final { return true; } in apply() argument
|
D | GrFixedClip.h | 48 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const override;
|
D | GrReducedClip.h | 100 uint32_t opListID, int rtWidth,
|
D | GrClipStackClip.cpp | 244 int rtWidth = renderTargetContext->width(), rtHeight = renderTargetContext->height(); in apply() local 245 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(ccpr, opListID, rtWidth, rtHeight)) { in apply()
|
D | GrReducedClip.cpp | 965 GrCoverageCountingPathRenderer* ccpr, uint32_t opListID, int rtWidth, int rtHeight) { in finishAndDetachAnalyticFPs() argument 974 auto fp = ccpr->makeClipProcessor(opListID, ccprClipPath, fScissor, rtWidth, rtHeight, in finishAndDetachAnalyticFPs()
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 161 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument 177 clipPath.init(croppedPath, accessRect, rtWidth, rtHeight, caps); in makeClipProcessor() 179 clipPath.init(deviceSpacePath, accessRect, rtWidth, rtHeight, caps); in makeClipProcessor()
|
D | GrCoverageCountingPathRenderer_none.cpp | 20 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument
|
D | GrCCClipPath.cpp | 15 void GrCCClipPath::init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in init() argument
|
D | GrCoverageCountingPathRenderer.h | 61 const SkIRect& accessRect, int rtWidth,
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 161 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument 177 clipPath.init(croppedPath, accessRect, rtWidth, rtHeight, caps); in makeClipProcessor() 179 clipPath.init(deviceSpacePath, accessRect, rtWidth, rtHeight, caps); in makeClipProcessor()
|
D | GrCoverageCountingPathRenderer_none.cpp | 20 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument
|
D | GrCCClipPath.cpp | 15 void GrCCClipPath::init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in init() argument
|
D | GrCoverageCountingPathRenderer.h | 61 const SkIRect& accessRect, int rtWidth,
|
/external/skia/include/private/ |
D | GrCCClipPath.h | 40 void init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, int rtHeight,
|
/external/skqp/include/private/ |
D | GrCCClipPath.h | 40 void init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, int rtHeight,
|