Searched refs:maskLeft (Results 1 – 5 of 5) sorted by relevance
31 int maskLeft = srcMask.fBounds.fLeft; in SK_BLITBWMASK_NAME() local43 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight) in SK_BLITBWMASK_NAME()58 int left_edge = cx - maskLeft; in SK_BLITBWMASK_NAME()60 int rite_edge = clip.fRight - maskLeft; in SK_BLITBWMASK_NAME()
202 int maskLeft = mask.fBounds.fLeft; in blitMask() local212 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) { in blitMask()226 int bitsLeft = cx - ((cx - maskLeft) & 7); in blitMask()
309 int maskLeft = mask.fBounds.fLeft; in blitMask() local319 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) { in blitMask()333 int bitsLeft = cx - ((cx - maskLeft) & 7); in blitMask()
9038 …_NEON2SSE_ALIGN_16 uint8_t maskLeft[9] = {0x0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff}; //… variable9039 maskA = _mm_set1_epi8(maskLeft[c]); // c ones and (8-c)zeros