tomhudson 2016-03-24 07:50:14 -07:00 committed by Commit bot
parent c9ced39213
commit cd35baa8bf

View File

@ -14,6 +14,6 @@
Swizzles byte order of |count| 32-bit pixels, swapping R and B.
(RGBA <-> BGRA)
*/
void SkSwapRB(uint32_t* dest, const uint32_t* src, int count);
SK_API void SkSwapRB(uint32_t* dest, const uint32_t* src, int count);
#endif