HomeSort by relevance Sort by last modified time
    Searched refs:uvBounds (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkDrawExtraPathEffect.cpp 232 virtual void begin(const SkIRect& uvBounds, SkPath*) const SK_OVERRIDE {
233 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds);
241 void setUVBounds(const SkIRect& uvBounds) {
242 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop),
243 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 232 virtual void begin(const SkIRect& uvBounds, SkPath*) const SK_OVERRIDE {
233 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds);
241 void setUVBounds(const SkIRect& uvBounds) {
242 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop),
243 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));
  /external/chromium_org/third_party/skia/include/effects/
Sk2DPathEffect.h 28 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
  /external/skia/include/effects/
Sk2DPathEffect.h 33 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
  /external/chromium_org/third_party/skia/samplecode/
ClockFaceView.cpp 78 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const SK_OVERRIDE {
82 this->INHERITED::begin(uvBounds, dst);
  /external/skia/samplecode/
ClockFaceView.cpp 78 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/
Sk2DPathEffect.cpp 65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {}
  /external/skia/src/effects/
Sk2DPathEffect.cpp 65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {}

Completed in 492 milliseconds