Searched defs:dst_rb (Results 1 – 2 of 2) sorted by relevance
91 __m128i dst_rb = _mm_and_si128(mask, dst); in SkFastFourByteInterp256_SSE2() local269 __m128i dst_rb = _mm_and_si128(mask, dst); in SkBlendARGB32_SSE2() local
498 uint32_t src_ag, src_rb, dst_ag, dst_rb; in SkFastFourByteInterp256_32() local597 uint32_t dst_rb = (dst & mask) * dst_scale; in SkBlendARGB32() local