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

/external/skia/src/gpu/
H A DGrClipMaskManager.cpp117 const SkRect* drawBounds) {
119 if (drawBounds) {
120 boundsInClipSpace = *drawBounds;
138 if (drawBounds && iter.get()->contains(boundsInClipSpace)) {
113 installClipEffects(GrPipelineBuilder* pipelineBuilder, GrPipelineBuilder::AutoRestoreFragmentProcessors* arfp, const GrReducedClip::ElementList& elements, const SkVector& clipToRTOffset, const SkRect* drawBounds) argument
H A DGrDrawTarget.cpp46 const SkRect* drawBounds) {
66 if (drawBounds) {
68 drawBounds->roundOut(&drawIBounds);
42 setupDstReadIfNecessary(const GrPipelineBuilder& pipelineBuilder, const GrProcOptInfo& colorPOI, const GrProcOptInfo& coveragePOI, GrDeviceCoordTexture* dstCopy, const SkRect* drawBounds) argument

Completed in 72 milliseconds