Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp244 void begin(const SkIRect& uvBounds, SkPath*) const override { in begin() argument
245 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds); in begin()
253 void setUVBounds(const SkIRect& uvBounds) { in setUVBounds() argument
254 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop), in setUVBounds()
255 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom)); in setUVBounds()
/external/skia/samplecode/
DClockFaceView.cpp77 void begin(const SkIRect& uvBounds, SkPath* dst) const override { in begin() argument
81 this->INHERITED::begin(uvBounds, dst); in begin()
/external/skia/include/effects/
DSk2DPathEffect.h26 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
/external/skia/src/effects/
DSk2DPathEffect.cpp65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() argument