aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBlitRow.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-05-22 06:08:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-22 06:08:29 -0700
commit051a51ec32549078a65ade19e42df0b9d9f9a3ff (patch)
treeb72ccc479688b72d23f43add2707fa4bab200e86 /include/core/SkBlitRow.h
parent99babf2848095febfc5f98b47f3a6c232411147f (diff)
Re-proc SkBlitRow::Color32 for ARM.
Diffstat (limited to 'include/core/SkBlitRow.h')
-rw-r--r--include/core/SkBlitRow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
index 56121eba78..8c7665ac54 100644
--- a/include/core/SkBlitRow.h
+++ b/include/core/SkBlitRow.h
@@ -82,6 +82,9 @@ public:
static ColorProc16 PlatformColorFactory565(unsigned flags);
private:
+ typedef void (*Color32Proc)(SkPMColor[], const SkPMColor[], int, SkPMColor);
+ static Color32Proc PlatformColor32Proc();
+
enum {
kFlags16_Mask = 7,
kFlags32_Mask = 3