Searched refs:srcMask (Results 1 – 7 of 7) sorted by relevance
25 static void SK_BLITBWMASK_NAME(const SkPixmap& dst, const SkMask& srcMask, in SK_BLITBWMASK_NAME() argument27 SkASSERT(clip.fRight <= srcMask.fBounds.fRight); in SK_BLITBWMASK_NAME()31 int maskLeft = srcMask.fBounds.fLeft; in SK_BLITBWMASK_NAME()32 unsigned mask_rowBytes = srcMask.fRowBytes; in SK_BLITBWMASK_NAME()40 const uint8_t* bits = srcMask.getAddr1(cx, cy); in SK_BLITBWMASK_NAME()43 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight) in SK_BLITBWMASK_NAME()
2142 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8() argument2143 SkASSERT(SkMask::kBW_Format == srcMask.fFormat); in upscaleBW2A8()2146 const int width = srcMask.fBounds.width(); in upscaleBW2A8()2147 const int height = srcMask.fBounds.height(); in upscaleBW2A8()2149 const uint8_t* SK_RESTRICT src = (const uint8_t*)srcMask.fImage; in upscaleBW2A8()2150 const size_t srcRB = srcMask.fRowBytes; in upscaleBW2A8()
60 const GLuint srcMask = *((GLuint *) ctx->Color.ColorMask[buf]); in _swrast_mask_rgba_span() local61 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span()66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); in _swrast_mask_rgba_span()
185 GLubyte srcMask = 1 << (packing->SkipPixels & 0x7); in _mesa_unpack_bitmap() local191 if (*s & srcMask) { in _mesa_unpack_bitmap()194 if (srcMask == 128) { in _mesa_unpack_bitmap()195 srcMask = 1; in _mesa_unpack_bitmap()199 srcMask = srcMask << 1; in _mesa_unpack_bitmap()212 GLubyte srcMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_unpack_bitmap() local218 if (*s & srcMask) { in _mesa_unpack_bitmap()221 if (srcMask == 1) { in _mesa_unpack_bitmap()222 srcMask = 128; in _mesa_unpack_bitmap()226 srcMask = srcMask >> 1; in _mesa_unpack_bitmap()[all …]
162 unsigned int srcMask(unsigned int s) const;209 unsigned int Instruction::srcMask(unsigned int s) const in srcMask() function in tgsi::Instruction983 unsigned mask = insn.srcMask(s); in scanInstruction()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...