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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698