Remove spurious ';'
Cq-Include-Trybots: skia.primary:Build-Debian9-Clang-arm-Debug-Chromebook_GLES Change-Id: I4a8511b617a5b6e48e166e635c3067f8b684f0e1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/202135 Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Brian Osman <brianosman@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
parent
eb678fcc1f
commit
7e2c0614a2
@ -465,7 +465,7 @@ static const SkBitmapProcState::MatrixProc MirrorX_MirrorY_Procs[] = {
|
||||
dst16 += 8;
|
||||
count -= 8;
|
||||
fx += dx8;
|
||||
};
|
||||
}
|
||||
xy = (uint32_t *) dst16;
|
||||
}
|
||||
|
||||
|
@ -97,7 +97,7 @@ namespace SK_OPTS_NS {
|
||||
+ SkAlphaMulQ(*device, SkAlpha255To256(255 - aa));
|
||||
}
|
||||
device += 1;
|
||||
};
|
||||
}
|
||||
|
||||
device = (uint32_t*)((char*)device + dstRB);
|
||||
mask += maskRB;
|
||||
@ -148,7 +148,7 @@ namespace SK_OPTS_NS {
|
||||
*device = (aa << SK_A32_SHIFT)
|
||||
+ SkAlphaMulQ(*device, SkAlpha255To256(255 - aa));
|
||||
device += 1;
|
||||
};
|
||||
}
|
||||
device = (uint32_t*)((char*)device + dstRB);
|
||||
mask += maskRB;
|
||||
} while (--height != 0);
|
||||
|
Loading…
Reference in New Issue
Block a user