Home
last modified time | relevance | path

Searched refs:rtWidth (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/gpu/
DGrFixedClip.cpp48 bool GrFixedClip::apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const { in apply() argument
50 SkIRect tightScissor = SkIRect::MakeWH(rtWidth, rtHeight); in apply()
DGrStencilClip.h42 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()
DGrClip.h147 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
DGrFixedClip.h48 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const override;
DGrReducedClip.h100 uint32_t opListID, int rtWidth,
DGrClipStackClip.cpp245 int rtWidth = renderTargetContext->width(), rtHeight = renderTargetContext->height(); in apply() local
246 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(ccpr, opListID, rtWidth, rtHeight)) { in apply()
DGrReducedClip.cpp965 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/
DGrStencilClip.h42 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()
DGrFixedClip.cpp48 bool GrFixedClip::apply(int rtWidth, int rtHeight, GrAppliedHardClip* out, SkRect* bounds) const { in apply() argument
50 SkIRect tightScissor = SkIRect::MakeWH(rtWidth, rtHeight); in apply()
DGrClip.h147 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
DGrFixedClip.h48 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const override;
DGrReducedClip.h100 uint32_t opListID, int rtWidth,
DGrClipStackClip.cpp244 int rtWidth = renderTargetContext->width(), rtHeight = renderTargetContext->height(); in apply() local
245 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(ccpr, opListID, rtWidth, rtHeight)) { in apply()
DGrReducedClip.cpp965 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/
DGrCoverageCountingPathRenderer.cpp161 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()
DGrCoverageCountingPathRenderer_none.cpp20 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument
DGrCCClipPath.cpp15 void GrCCClipPath::init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in init() argument
DGrCoverageCountingPathRenderer.h61 const SkIRect& accessRect, int rtWidth,
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp161 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()
DGrCoverageCountingPathRenderer_none.cpp20 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument
DGrCCClipPath.cpp15 void GrCCClipPath::init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in init() argument
DGrCoverageCountingPathRenderer.h61 const SkIRect& accessRect, int rtWidth,
/external/skia/include/private/
DGrCCClipPath.h40 void init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, int rtHeight,
/external/skqp/include/private/
DGrCCClipPath.h40 void init(const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, int rtHeight,