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

/external/skia/src/gpu/
H A DGrTextureMaker.cpp73 const SkRect& constraintRect,
82 // TODo: Here we should force a copy restricted to the constraintRect since MIP maps will
110 DetermineDomainMode(constraintRect, filterConstraint, coordsLimitedToConstraintRect,
71 createFragmentProcessor( const SkMatrix& textureMatrix, const SkRect& constraintRect, FilterConstraint filterConstraint, bool coordsLimitedToConstraintRect, const GrSamplerParams::FilterMode* filterOrNullForBicubic, SkColorSpace* dstColorSpace) argument
H A DGrTextureProducer.cpp77 * - The second rectangle is the constraint rectangle (i.e., constraintRect), which is known to
86 const SkRect& constraintRect,
95 SkASSERT(proxyBounds.contains(constraintRect));
100 contentRect->contains(constraintRect)));
105 if (constraintRect.contains(proxyBounds) && proxyIsExact) {
156 *domainRect = constraintRect.makeInset(kDomainInset, kDomainInset);
169 contentRect->fLeft + filterHalfWidth > constraintRect.fLeft) {
174 contentRect->fTop + filterHalfWidth > constraintRect.fTop) {
179 contentRect->fRight - filterHalfWidth < constraintRect.fRight) {
184 contentRect->fBottom - filterHalfWidth < constraintRect
85 DetermineDomainMode( const SkRect& constraintRect, FilterConstraint filterConstraint, bool coordsLimitedToConstraintRect, GrTextureProxy* proxy, const SkIRect* contentRect, const GrSamplerParams::FilterMode* filterModeOrNullForBicubic, SkRect* domainRect) argument
[all...]
/external/skia/tests/
H A DDetermineDomainModeTest.cpp27 const SkRect& constraintRect,
34 return GrTextureProducer::DetermineDomainMode(constraintRect,
389 const SkRect* constraintRect = (*constraintRectMaker)( local
396 SkASSERT(constraintRect); // always need one of these
398 SkASSERT(contentRect->contains(*constraintRect));
400 SkASSERT(outermost.rect().contains(*constraintRect));
409 *constraintRect,
26 DetermineDomainMode( const SkRect& constraintRect, GrTextureProducer::FilterConstraint filterConstraint, bool coordsLimitedToConstraintRect, GrTextureProxy* proxy, const SkIRect* textureContentArea, const GrSamplerParams::FilterMode* filterModeOrNullForBicubic, SkRect* domainRect) argument

Completed in 104 milliseconds