Home
last modified time | relevance | path

Searched refs:dstMask (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp179 static void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() argument
180 SkASSERT(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width)); in copyFTBitmap()
181 SkASSERT(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows)); in copyFTBitmap()
189 uint8_t* dst = dstMask.fImage; in copyFTBitmap()
190 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat); in copyFTBitmap()
191 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap()
197 copyFT2LCD16<false>(srcFTBitmap, dstMask, false, NULL, NULL, NULL); in copyFTBitmap()
419 SkMask dstMask; in generateGlyphImage() local
420 glyph.toMask(&dstMask); in generateGlyphImage()
421 copyFTBitmap(face->glyph->bitmap, dstMask); in generateGlyphImage()
[all …]
/external/mesa3d/src/mesa/main/
Datifragshader.h41 GLuint dstMask; member
98 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
103 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
109 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
Datifragshader.c151 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op() argument
163 fprintf(stderr, ", %d", dstMask); in debug_op()
589 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI() argument
703 curI->DstReg[optype].dstMask = dstMask; in _mesa_FragmentOpXATI()
706 …debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2M… in _mesa_FragmentOpXATI()
712 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp1ATI() argument
716 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask, in _mesa_ColorFragmentOp1ATI()
721 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp2ATI() argument
726 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 2, op, dst, dstMask, in _mesa_ColorFragmentOp2ATI()
732 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp3ATI() argument
[all …]
Dpack.c186 GLubyte dstMask = 128; in _mesa_unpack_bitmap() local
192 *d |= dstMask; in _mesa_unpack_bitmap()
201 if (dstMask == 1) { in _mesa_unpack_bitmap()
202 dstMask = 128; in _mesa_unpack_bitmap()
207 dstMask = dstMask >> 1; in _mesa_unpack_bitmap()
213 GLubyte dstMask = 128; in _mesa_unpack_bitmap() local
219 *d |= dstMask; in _mesa_unpack_bitmap()
228 if (dstMask == 1) { in _mesa_unpack_bitmap()
229 dstMask = 128; in _mesa_unpack_bitmap()
234 dstMask = dstMask >> 1; in _mesa_unpack_bitmap()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_masking.c61 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span() local
66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); in _swrast_mask_rgba_span()
Ds_atifragshader.c545 inst->DstReg[optype].dstMask, dst[optype], in execute_shader()
/external/skia/src/gpu/
DGrClipMaskManager.h157 GrTexture* dstMask,
DGrClipMaskManager.cpp461 GrTexture* dstMask, in mergeMask() argument
466 pipelineBuilder->setRenderTarget(dstMask->asRenderTarget()); in mergeMask()
/external/skia/src/core/
DSkAAClip.cpp2118 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8() argument
2120 SkASSERT(SkMask::kA8_Format == dstMask->fFormat); in upscaleBW2A8()
2127 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage; in upscaleBW2A8()
2128 const size_t dstRB = dstMask->fRowBytes; in upscaleBW2A8()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith()
/external/skia/src/pdf/
DSkPDFDevice.cpp1833 SkPDFFormXObject* dstMask = srcFormXObject.get(); in finishContentEntry() local
1846 dstMask = dstMaskStorage.get(); in finishContentEntry()
1848 drawFormXObjectWithMask(addXObjectResource(dst), dstMask, in finishContentEntry()
/external/mesa3d/include/GL/
Dglext.h10405 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10406 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10407 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10420 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
10421 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
10422 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…