Searched refs:uvBounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp232 virtual void begin(const SkIRect& uvBounds, SkPath*) const SK_OVERRIDE {
233 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds); variable
241 void setUVBounds(const SkIRect& uvBounds) { argument
242 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop),
243 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp232 virtual void begin(const SkIRect& uvBounds, SkPath*) const SK_OVERRIDE {
233 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds); variable
241 void setUVBounds(const SkIRect& uvBounds) { argument
242 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop),
243 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));
/external/chromium_org/third_party/skia/include/effects/
H A DSk2DPathEffect.h33 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
/external/skia/include/effects/
H A DSk2DPathEffect.h33 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
/external/chromium_org/third_party/skia/samplecode/
H A DClockFaceView.cpp78 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const SK_OVERRIDE {
82 this->INHERITED::begin(uvBounds, dst);
/external/skia/samplecode/
H A DClockFaceView.cpp78 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const SK_OVERRIDE {
82 this->INHERITED::begin(uvBounds, dst);
/external/chromium_org/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} argument
/external/skia/src/effects/
H A DSk2DPathEffect.cpp65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} argument

Completed in 968 milliseconds