Home
last modified time | relevance | path

Searched refs:thatBounds (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelperWithStencil.cpp40 const SkRect& thisBounds, const SkRect& thatBounds, bool ignoreAAType) const { in isCompatible() argument
41 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, ignoreAAType) && in isCompatible()
DGrSimpleMeshDrawOpHelperWithStencil.h70 const SkRect& thisBounds, const SkRect& thatBounds,
DGrSimpleMeshDrawOpHelper.h58 const SkRect& thatBounds, bool ignoreAAType = false) const;
DGrSimpleMeshDrawOpHelper.cpp42 const SkRect& thatBounds, bool ignoreAAType) const { in isCompatible() argument