Searched defs:alphaMask (Results 1 – 6 of 6) sorted by relevance
92 const auto alphaMask = _mm_set1_epi32(0xFF000000); in blit_row_s32a_opaque() local140 const auto alphaMask = _mm_set1_epi32(0xFF000000); in blit_row_s32a_opaque() local
53 const __m128i alphaMask = _mm_set1_epi32(0xFF000000); in srcover_srgb_srgb() local
603 const __m128i alphaMask = _mm_set1_epi32(0xFF000000); in insert_alpha_should_swaprb() local
43 GLuint redMask, greenMask, blueMask, alphaMask; member
860 sk_sp<SkPDFObject> alphaMask = SkPDFMakeFormXObject(create_pattern_fill_content(-1, bbox), in create_smask_graphic_state() local
207 GLuint redMask, greenMask, blueMask, alphaMask; member