Home
last modified time | relevance | path

Searched refs:kUnclipped (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrFixedClip.cpp28 return Effect::kUnclipped; in preApply()
39 Effect effect = Effect::kUnclipped; in apply()
DGrClip.h29 kUnclipped, enumerator
/third_party/flutter/skia/gm/
Dsavelayer.cpp70 kUnclipped enumerator
82 SkASSERT(Mode::kUnclipped == fMode); in onShortName()
103 SkASSERT(Mode::kUnclipped == fMode); in onDraw()
117 DEF_GM(return new UnclippedSaveLayerGM(UnclippedSaveLayerGM::Mode::kUnclipped);) in DEF_GM() argument
/third_party/skia/src/gpu/v1/
DClipStack.cpp1214 return GrClip::Effect::kUnclipped; in preApply()
1225 return cs.shader() ? GrClip::Effect::kClipped : GrClip::Effect::kUnclipped; in preApply()
1283 return Effect::kUnclipped; in apply()
1311 return Effect::kUnclipped; in apply()
1453 return Effect::kUnclipped; in apply()
DSurfaceDrawContext.cpp510 : GrClip::PreClipResult(GrClip::Effect::kUnclipped); in attemptQuadOptimization()
514 case GrClip::Effect::kUnclipped: in attemptQuadOptimization()
1061 case GrClip::Effect::kUnclipped: in drawRRect()
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp606 kUnclipped, enumerator
619 case GrClip::Effect::kUnclipped: in calculate_clip()
620 return {kUnclipped, SkIRect::MakeEmpty()}; in calculate_clip()
630 return {kUnclipped, SkIRect::MakeEmpty()}; in calculate_clip()
667 case kUnclipped: in makeAtlasTextOp()
1800 case kUnclipped: in makeAtlasTextOp()
/third_party/skia/tests/
DGrClipStackTest.cpp1809 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kUnclipped, in DEF_TEST()
1827 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kUnclipped, in DEF_TEST()
1957 REPORTER_ASSERT(r, effect == GrClip::Effect::kUnclipped, "Draw inside clip is unclipped"); in DEF_TEST()
1974 REPORTER_ASSERT(r, effect == GrClip::Effect::kUnclipped, in DEF_TEST()