/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 179 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/ |
D | atifragshader.h | 41 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,
|
D | atifragshader.c | 151 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 …]
|
D | pack.c | 186 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/ |
D | s_masking.c | 61 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span() local 66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); in _swrast_mask_rgba_span()
|
D | s_atifragshader.c | 545 inst->DstReg[optype].dstMask, dst[optype], in execute_shader()
|
/external/skia/src/gpu/ |
D | GrClipMaskManager.h | 157 GrTexture* dstMask,
|
D | GrClipMaskManager.cpp | 461 GrTexture* dstMask, in mergeMask() argument 466 pipelineBuilder->setRenderTarget(dstMask->asRenderTarget()); in mergeMask()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 2118 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/ |
D | r200_fragshader.c | 272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1833 SkPDFFormXObject* dstMask = srcFormXObject.get(); in finishContentEntry() local 1846 dstMask = dstMaskStorage.get(); in finishContentEntry() 1848 drawFormXObjectWithMask(addXObjectResource(dst), dstMask, in finishContentEntry()
|
/external/mesa3d/include/GL/ |
D | glext.h | 10405 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…
|