Searched refs:thatBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 40 const SkRect& thisBounds, const SkRect& thatBounds, bool ignoreAAType) const { in isCompatible() argument 41 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, ignoreAAType) && in isCompatible()
|
D | GrSimpleMeshDrawOpHelperWithStencil.h | 69 const SkRect& thisBounds, const SkRect& thatBounds,
|
D | GrSimpleMeshDrawOpHelper.h | 58 const SkRect& thatBounds, bool ignoreAAType = false) const;
|
D | GrSimpleMeshDrawOpHelper.cpp | 44 const SkRect& thatBounds, bool ignoreAAType) const { in isCompatible() argument
|
/external/skqp/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 49 const SkRect& thatBounds, bool noneAsCoverageAA) const { in isCompatible() argument 177 const SkRect& thisBounds, const SkRect& thatBounds, bool noneAsCoverageAA) const { in isCompatible() argument 178 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, noneAsCoverageAA) && in isCompatible()
|
D | GrSimpleMeshDrawOpHelper.h | 59 const SkRect& thatBounds, bool noneAACompatibleWithCoverage = false) const; 180 const SkRect& thisBounds, const SkRect& thatBounds,
|