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

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: Added handling of SkPMColor formats and updated variable type and formatting 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
« no previous file with comments | « gyp/ports.gyp ('k') | src/opts/SkFontHost_FreeType_common_opts_neon.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 /**
3 * convert pixel format to SkPMColor when src format is FT_PIXEL_MODE_BGRA
4 * src: FT_Bitmap.buffer
5 */
6 void SkPackARGB32_neon(const uint32_t* src, SkPMColor* dst, int height, int widt h,
7 size_t dstRowBytes, size_t srcRowBytes);
OLDNEW
« no previous file with comments | « gyp/ports.gyp ('k') | src/opts/SkFontHost_FreeType_common_opts_neon.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698