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

  /external/skia/src/opts/
SkSwizzler_opts.h 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) {
115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) {
421 auto proc = kPremul ? grayA_to_rgbA_portable : grayA_to_RGBA_portable;
671 grayA_to_RGBA_portable(dst, src, count);
699 grayA_to_rgbA_portable(dst, src, count);
804 grayA_to_RGBA_portable(dst, src, count);
808 grayA_to_rgbA_portable(dst, src, count);
  /external/skqp/src/opts/
SkSwizzler_opts.h 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) {
115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) {
421 auto proc = kPremul ? grayA_to_rgbA_portable : grayA_to_RGBA_portable;
671 grayA_to_RGBA_portable(dst, src, count);
699 grayA_to_rgbA_portable(dst, src, count);
804 grayA_to_RGBA_portable(dst, src, count);
808 grayA_to_rgbA_portable(dst, src, count);

Completed in 268 milliseconds