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

  /external/skia/src/opts/
SkSwizzler_opts.h 193 static void premul_should_swapRB(uint32_t* dst, const uint32_t* src, int count) {
230 premul_should_swapRB<false>(dst, src, count);
234 premul_should_swapRB<true>(dst, src, count);
493 static void premul_should_swapRB(uint32_t* dst, const uint32_t* src, int count) {
561 premul_should_swapRB<false>(dst, src, count);
565 premul_should_swapRB<true>(dst, src, count);
  /external/skqp/src/opts/
SkSwizzler_opts.h 193 static void premul_should_swapRB(uint32_t* dst, const uint32_t* src, int count) {
230 premul_should_swapRB<false>(dst, src, count);
234 premul_should_swapRB<true>(dst, src, count);
493 static void premul_should_swapRB(uint32_t* dst, const uint32_t* src, int count) {
561 premul_should_swapRB<false>(dst, src, count);
565 premul_should_swapRB<true>(dst, src, count);

Completed in 182 milliseconds