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

  /external/skia/src/opts/
SkSwizzler_opts.h 81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) {
319 auto proc = kSwapRB ? RGB_to_BGR1_portable : RGB_to_RGB1_portable;
613 auto proc = kSwapRB ? RGB_to_BGR1_portable : RGB_to_RGB1_portable;
796 RGB_to_BGR1_portable(dst, src, count);
  /external/skqp/src/opts/
SkSwizzler_opts.h 81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) {
319 auto proc = kSwapRB ? RGB_to_BGR1_portable : RGB_to_RGB1_portable;
613 auto proc = kSwapRB ? RGB_to_BGR1_portable : RGB_to_RGB1_portable;
796 RGB_to_BGR1_portable(dst, src, count);

Completed in 4358 milliseconds