Searched refs:stipple (Results 1 – 21 of 21) sorted by relevance
173 if (gc_priv->stipple) { in glamor_invalidate_stipple()176 glamor_destroy_pixmap(gc_priv->stipple); in glamor_invalidate_stipple()177 gc_priv->stipple = NULL; in glamor_invalidate_stipple()203 if (gc->stipple) { in glamor_track_stipple()212 DamageRegister(&gc->stipple->drawable, gc_priv->stipple_damage); in glamor_track_stipple()252 if (changes & GCStipple && gc->stipple) { in glamor_validate_gc()256 if (glamor_prepare_access(&gc->stipple->drawable, GLAMOR_ACCESS_RW)) { in glamor_validate_gc()258 glamor_finish_access(&gc->stipple->drawable); in glamor_validate_gc()312 gc_priv->stipple = NULL; in glamor_create_gc()
236 if (gc_priv->stipple) in glamor_get_stipple_pixmap()237 return gc_priv->stipple; in glamor_get_stipple_pixmap()239 bitmap = gc->stipple; in glamor_get_stipple_pixmap()270 gc_priv->stipple = pixmap; in glamor_get_stipple_pixmap()291 PixmapPtr stipple; in glamor_set_stippled() local293 stipple = glamor_get_stipple_pixmap(gc); in glamor_set_stippled()294 if (!stipple) in glamor_set_stippled()300 return glamor_set_texture(stipple, in glamor_set_stippled()
334 return glamor_prepare_access(&gc->stipple->drawable, GLAMOR_ACCESS_RO); in glamor_prepare_access_gc()351 glamor_finish_access(&gc->stipple->drawable); in glamor_finish_access_gc()
522 PixmapPtr stipple; member
272 if (pGC->stipple) in ChangeGC()273 (*pGC->pScreen->DestroyPixmap) (pGC->stipple); in ChangeGC()274 pGC->stipple = pPixmap; in ChangeGC()507 pGC->stipple = pGC->pScreen->defaultStipple; in NewGCObject()508 if (pGC->stipple) in NewGCObject()509 pGC->stipple->refcnt++; in NewGCObject()679 if (pgcDst->stipple == pgcSrc->stipple) in CopyGC()681 if (pgcDst->stipple) in CopyGC()682 (*pgcDst->pScreen->DestroyPixmap) (pgcDst->stipple); in CopyGC()683 pgcDst->stipple = pgcSrc->stipple; in CopyGC()[all …]
383 if (gc->stipple) in GetGcBytes()385 PixmapPtr pixmap = gc->stipple; in GetGcBytes()417 if (gc->stipple) in FindGCSubRes()419 PixmapPtr pixmap = gc->stipple; in FindGCSubRes()
138 if (pGC->stipple) { in fbValidateGC()139 if (pGC->stipple->drawable.width * pDrawable->bitsPerPixel < in fbValidateGC()141 fbPadPixmap(pGC->stipple); in fbValidateGC()
563 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);611 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);659 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
136 PixmapPtr pStip = pGC->stipple; in fbFill()
495 int dstBpp, FbStip * stipple, FbBits fg, int x, int height) in GLYPH() argument510 bits = *stipple++; in GLYPH()
135 drm_r128_stipple_t stipple; in compat_r128_stipple() local140 stipple.mask = compat_ptr(stipple32.mask); in compat_r128_stipple()142 return drm_ioctl_kernel(file, r128_cce_stipple, &stipple, DRM_AUTH); in compat_r128_stipple()
1183 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple) in r128_cce_dispatch_stipple() argument1194 OUT_RING(stipple[i]); in r128_cce_dispatch_stipple()1494 drm_r128_stipple_t *stipple = data; in r128_cce_stipple() local1501 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32))) in r128_cce_stipple()
136 values.stipple = xnestPixmap(pGC->stipple); in xnestChangeGC()
271 PixmapPtr stipple; member
272 dmxPixPrivPtr pPixPriv = DMX_GET_PIXMAP_PRIV(pGC->stipple); in dmxChangeGC()274 v.stipple = (Drawable) pPixPriv->pixmap; in dmxChangeGC()
925 if (pGC->stipple != pScreen->defaultStipple) { in dmxBECreateResources()926 dmxBECreatePixmap(pGC->stipple); in dmxBECreateResources()927 dmxBERestorePixmap(pGC->stipple); in dmxBECreateResources()
45 if (pGC->stipple) in exaPrepareAccessGC()46 exaPrepareAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaPrepareAccessGC()59 if (pGC->stipple) in exaFinishAccessGC()60 exaFinishAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaFinishAccessGC()
518 if (pGC->stipple) in exaValidateGC()519 exaPrepareAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaValidateGC()532 if (pGC->stipple) in exaValidateGC()533 exaFinishAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaValidateGC()
433 pStipple = pGC->stipple; in miOpqStipDrawable()
33013 Xserver.man: -retro is used when starting the server, not the stipple40162 fb: Remove even/odd stipple slow-pathing45033 glamor: Add accelerated stipple support45035 This copies the stipple to a 8bpp pixmap and uses that to paint the45038 v2: Create deep stipple pixmap without GLAMOR_CREATE_FBO_NO_FBO45040 v3: Fix stipple origin sign (matches tiles now). Track changes45041 to original stipple with damage. This isn't required by the45049 * Avoid "large" pixmap for stipple by using GLAMOR_CREATE_NO_LARGE45052 v5: Don't crash when stipple damage tracker is destroyed45054 The stipple damage tracker is automatically destroyed when the[all …]
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...