Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8186 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
fbf66e88be
commit
c76bb238de
@ -227,7 +227,7 @@ const SkBitmap* DrawBitmapNine::getBitmap() const {
|
||||
}
|
||||
|
||||
DrawBitmapRect::DrawBitmapRect(const SkBitmap& bitmap, const SkRect* src,
|
||||
const SkRect& dst, const SkPaint* paint,
|
||||
const SkRect& dst, const SkPaint* paint,
|
||||
SkBitmap& resizedBitmap) {
|
||||
fBitmap = bitmap;
|
||||
if (NULL != src) {
|
||||
@ -366,7 +366,7 @@ void DrawPosText::execute(SkCanvas* canvas) {
|
||||
|
||||
|
||||
DrawPosTextH::DrawPosTextH(const void* text, size_t byteLength,
|
||||
const SkScalar xpos[], SkScalar constY,
|
||||
const SkScalar xpos[], SkScalar constY,
|
||||
const SkPaint& paint) {
|
||||
fText = text;
|
||||
fByteLength = byteLength;
|
||||
|
@ -172,7 +172,7 @@ private:
|
||||
class DrawBitmapRect : public SkDrawCommand {
|
||||
public:
|
||||
DrawBitmapRect(const SkBitmap& bitmap, const SkRect* src,
|
||||
const SkRect& dst, const SkPaint* paint,
|
||||
const SkRect& dst, const SkPaint* paint,
|
||||
SkBitmap& resizedBitmap);
|
||||
virtual void execute(SkCanvas* canvas) SK_OVERRIDE;
|
||||
virtual const SkBitmap* getBitmap() const SK_OVERRIDE;
|
||||
|
Loading…
Reference in New Issue
Block a user