Home
last modified time | relevance | path

Searched refs:srcMask (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkBlitBWMaskTemplate.h25 static void SK_BLITBWMASK_NAME(const SkPixmap& dst, const SkMask& srcMask, in SK_BLITBWMASK_NAME() argument
27 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()
DSkAAClip.cpp2142 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8() argument
2143 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()
/external/mesa3d/src/mesa/swrast/
Ds_masking.c60 const GLuint srcMask = *((GLuint *) ctx->Color.ColorMask[buf]); in _swrast_mask_rgba_span() local
61 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span()
66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); in _swrast_mask_rgba_span()
/external/mesa3d/src/mesa/main/
Dpack.c185 GLubyte srcMask = 1 << (packing->SkipPixels & 0x7); in _mesa_unpack_bitmap() local
191 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() local
218 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 …]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp162 unsigned int srcMask(unsigned int s) const;
209 unsigned int Instruction::srcMask(unsigned int s) const in srcMask() function in tgsi::Instruction
983 unsigned mask = insn.srcMask(s); in scanInstruction()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...