OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvBounds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
Sk2DPathEffect.h
31
virtual void begin(const SkIRect&
uvBounds
, SkPath* dst) const;
/external/skia/include/effects/
Sk2DPathEffect.h
31
virtual void begin(const SkIRect&
uvBounds
, SkPath* dst) const;
/external/chromium_org/third_party/skia/src/animator/
SkDrawExtraPathEffect.cpp
234
virtual void begin(const SkIRect&
uvBounds
, SkPath*) const SK_OVERRIDE {
235
const_cast<SkShape2DPathEffect*>(this)->setUVBounds(
uvBounds
);
243
void setUVBounds(const SkIRect&
uvBounds
) {
244
fUVBounds.set(SkIntToScalar(
uvBounds
.fLeft), SkIntToScalar(
uvBounds
.fTop),
245
SkIntToScalar(
uvBounds
.fRight), SkIntToScalar(
uvBounds
.fBottom));
/external/skia/src/animator/
SkDrawExtraPathEffect.cpp
234
virtual void begin(const SkIRect&
uvBounds
, SkPath*) const SK_OVERRIDE {
235
const_cast<SkShape2DPathEffect*>(this)->setUVBounds(
uvBounds
);
243
void setUVBounds(const SkIRect&
uvBounds
) {
244
fUVBounds.set(SkIntToScalar(
uvBounds
.fLeft), SkIntToScalar(
uvBounds
.fTop),
245
SkIntToScalar(
uvBounds
.fRight), SkIntToScalar(
uvBounds
.fBottom));
/external/chromium_org/third_party/skia/src/effects/
Sk2DPathEffect.cpp
64
void Sk2DPathEffect::begin(const SkIRect&
uvBounds
, SkPath* dst) const {}
/external/skia/src/effects/
Sk2DPathEffect.cpp
64
void Sk2DPathEffect::begin(const SkIRect&
uvBounds
, SkPath* dst) const {}
Completed in 245 milliseconds