Searched refs:uvBounds (Results 1 – 4 of 4) sorted by relevance
244 void begin(const SkIRect& uvBounds, SkPath*) const override { in begin() argument245 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds); in begin()253 void setUVBounds(const SkIRect& uvBounds) { in setUVBounds() argument254 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop), in setUVBounds()255 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom)); in setUVBounds()
77 void begin(const SkIRect& uvBounds, SkPath* dst) const override { in begin() argument81 this->INHERITED::begin(uvBounds, dst); in begin()
26 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() argument