Searched refs:a_mask (Results 1 – 8 of 8) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-parsing-location.c | 114 enum CRParsingLocationSerialisationMask a_mask) in cr_parsing_location_to_string() argument 121 if (!a_mask) { in cr_parsing_location_to_string() 122 a_mask = DUMP_LINE | DUMP_COLUMN | DUMP_BYTE_OFFSET ; in cr_parsing_location_to_string() 127 if (a_mask & DUMP_LINE) { in cr_parsing_location_to_string() 131 if (a_mask & DUMP_COLUMN) { in cr_parsing_location_to_string() 135 if (a_mask & DUMP_BYTE_OFFSET) { in cr_parsing_location_to_string() 156 enum CRParsingLocationSerialisationMask a_mask, in cr_parsing_location_dump() argument 162 str = cr_parsing_location_to_string (a_this, a_mask) ; in cr_parsing_location_dump()
|
D | cr-parsing-location.h | 70 enum CRParsingLocationSerialisationMask a_mask) ; 72 enum CRParsingLocationSerialisationMask a_mask,
|
/third_party/pixman/pixman/ |
D | pixman-utils.c | 144 uint32_t a_mask, r_mask, g_mask, b_mask; in pixman_expand_to_float() local 164 a_mask = ((1 << a_size) - 1); in pixman_expand_to_float() 181 dst[i].a = a_mask? ((pixel >> a_shift) & a_mask) * a_mul : 1.0f; in pixman_expand_to_float()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_regalloc.c | 500 unsigned int index, a_mask, b_mask; in add_register_conflicts() local 502 for(a_mask = 1; a_mask <= RC_MASK_XYZW; a_mask++) { in add_register_conflicts() 503 for (b_mask = a_mask + 1; b_mask <= RC_MASK_XYZW; in add_register_conflicts() 505 if (a_mask & b_mask) { in add_register_conflicts() 507 get_reg_id(index, a_mask), in add_register_conflicts()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | alpha_processing_sse2.c | 108 const __m128i a_mask = _mm_set1_epi32(0xffu); // to preserve alpha in ExtractAlpha_SSE2() local 123 const __m128i b0 = _mm_and_si128(a0, a_mask); in ExtractAlpha_SSE2() 124 const __m128i b1 = _mm_and_si128(a1, a_mask); in ExtractAlpha_SSE2()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | alpha_processing_sse2.c | 109 const __m128i a_mask = _mm_set1_epi32(0xffu); // to preserve alpha in ExtractAlpha_SSE2() local 124 const __m128i b0 = _mm_and_si128(a0, a_mask); in ExtractAlpha_SSE2() 125 const __m128i b1 = _mm_and_si128(a1, a_mask); in ExtractAlpha_SSE2()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 181 alpha = right_shift_colour (a_mask, pixel); in check_rgb_buf() 202 fail_unless (a_mask == 0 || alpha != 0); /* better than nothing */ in check_rgb_buf()
|
/third_party/flutter/skia/src/core/ |
D | SkMatrix44.cpp | 399 const SkMatrix44::TypeMask a_mask = a.getType(); in setConcat() local 402 if (kIdentity_Mask == a_mask) { in setConcat() 416 if (bits_isonly(a_mask | b_mask, kScale_Mask | kTranslate_Mask)) { in setConcat()
|