Remove advance[XY]Fixed getters.
Reverts https://codereview.chromium.org/1772863002 after updating Android. BUG=skia:4632 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842453002 Review URL: https://codereview.chromium.org/1842453002
This commit is contained in:
parent
c5ec140829
commit
e0d62a5177
@ -94,13 +94,6 @@ public:
|
|||||||
return rb;
|
return rb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
|
|
||||||
// Temporary accessor for Android.
|
|
||||||
SkFixed advanceXFixed() const { return fAdvanceX; }
|
|
||||||
// Temporary accessor for Android.
|
|
||||||
SkFixed advanceYFixed() const { return fAdvanceY; }
|
|
||||||
#endif
|
|
||||||
|
|
||||||
unsigned rowBytes() const {
|
unsigned rowBytes() const {
|
||||||
return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
|
return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user