Searched defs:uvBounds (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSk2DPathEffect.cpp66 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} argument
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp244 void begin(const SkIRect& uvBounds, SkPath*) const override {
245 const_cast<SkShape2DPathEffect*>(this)->setUVBounds(uvBounds); variable
253 void setUVBounds(const SkIRect& uvBounds) { argument
254 fUVBounds.set(SkIntToScalar(uvBounds.fLeft), SkIntToScalar(uvBounds.fTop),
255 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));

Completed in 80 milliseconds