Searched refs:RGBAToARGBRow_C (Results 1 – 3 of 3) sorted by relevance
305 void RGBAToARGBRow_C(const uint8* src_rgba, uint8* dst_argb, int pix);
345 RGBAToARGBRow_C; in RGBAToARGB()
54 void RGBAToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int width) { in RGBAToARGBRow_C() function