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

  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 244 void begin(const SkIRect& uvBounds, SkPath*) const override {
245 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds);
253 void setUVBounds(const SkIRect& uvBounds) {
254 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop),
255 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));
  /external/skia/include/effects/
Sk2DPathEffect.h 26 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
  /external/skia/samplecode/
ClockFaceView.cpp 77 void begin(const SkIRect& uvBounds, SkPath* dst) const override {
81 this->INHERITED::begin(uvBounds, dst);
  /external/skia/src/effects/
Sk2DPathEffect.cpp 65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {}

Completed in 620 milliseconds