HomeSort by relevance Sort by last modified time
    Searched refs:RGBA_to_bgrA_portable (Results 1 - 2 of 2) sorted by null

  /external/skia/src/opts/
SkSwizzler_opts.h 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) {
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) {
225 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
267 RGBA_to_BGRA_portable(dst, src, count);
556 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
581 RGBA_to_BGRA_portable(dst, src, count);
784 RGBA_to_bgrA_portable(dst, src, count);
788 RGBA_to_BGRA_portable(dst, src, count);
  /external/skqp/src/opts/
SkSwizzler_opts.h 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) {
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) {
225 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
267 RGBA_to_BGRA_portable(dst, src, count);
556 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
581 RGBA_to_BGRA_portable(dst, src, count);
784 RGBA_to_bgrA_portable(dst, src, count);
788 RGBA_to_BGRA_portable(dst, src, count);

Completed in 790 milliseconds