Searched defs:clipToRTOffset (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrClipMaskManager.cpp116 const SkVector& clipToRTOffset,
121 boundsInClipSpace.offset(-clipToRTOffset.fX, -clipToRTOffset.fY);
173 &clipToRTOffset));
177 rrect.offset(clipToRTOffset.fX, clipToRTOffset.fY);
183 rect.offset(clipToRTOffset.fX, clipToRTOffset.fY);
282 SkVector clipToRTOffset = { SkIntToScalar(-clip.origin().fX), local
285 (requiresAA && this->installClipEffects(pipelineBuilder, arfp, elements, clipToRTOffset,
113 installClipEffects(GrPipelineBuilder* pipelineBuilder, GrPipelineBuilder::AutoRestoreFragmentProcessors* arfp, const GrReducedClip::ElementList& elements, const SkVector& clipToRTOffset, const SkRect* drawBounds) argument
[all...]

Completed in 96 milliseconds