Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: src/opts/SkFontHost_FreeType_common_opts_neon.h

Issue 892453002: neon code for bgra to rgba conversion for copyFTBitmap Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/opts/SkFontHost_FreeType_common_opts_neon.h
diff --git a/src/opts/SkFontHost_FreeType_common_opts_neon.h b/src/opts/SkFontHost_FreeType_common_opts_neon.h
new file mode 100644
index 0000000000000000000000000000000000000000..b35dfb922690e38d7b659bf2931b33ffc70f0001
--- /dev/null
+++ b/src/opts/SkFontHost_FreeType_common_opts_neon.h
@@ -0,0 +1 @@
+void BGRA2RGBA_Neon(const uint8_t* src, uint8_t* dst, size_t height, const size_t width, const size_t dstRowBytes, const int srcPitch);
reed1 2015/01/29 15:47:20 Please document this call: - why does it take byte
frederic.ma 2015/01/29 18:33:09 Done.

Powered by Google App Engine
This is Rietveld 408576698