Home
last modified time | relevance | path

Searched refs:dstLine (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbblt.c46 FbBits * dstLine, in fbBlt() argument
66 CARD8 *dst_byte = (CARD8 *) dstLine + (dstX >> 3); in fbBlt()
99 dstLine += (height - 1) * (dstStride); in fbBlt()
107 dstLine += ((dstX + width - 1) >> FB_SHIFT) + 1; in fbBlt()
113 dstLine += dstX >> FB_SHIFT; in fbBlt()
121 dst = dstLine; in fbBlt()
122 dstLine += dstStride; in fbBlt()
206 dst = dstLine; in fbBlt()
207 dstLine += dstStride; in fbBlt()
H A Dfbbits.h499 BITS *dstLine; in GLYPH() local
504 dstLine = (BITS *) dstBits; in GLYPH()
505 dstLine += x & ~3; in GLYPH()
511 dst = (BITS *) dstLine; in GLYPH()
575 dstLine += dstStride; in GLYPH()
765 FbBits *dstLine; in POLYSEGMENT() local
785 dstLine = dst + (intToY(pt1) + yoff + dstYoff) * dstStride; in POLYSEGMENT()
786 dstLine += dstX >> FB_SHIFT; in POLYSEGMENT()
790 WRITE(dstLine, in POLYSEGMENT()
791 FbDoMaskRRop(READ(dstLine), andBits, xorBits, in POLYSEGMENT()
[all …]
H A Dfb.h561 fbGlyph8(FbBits * dstLine,
609 fbGlyph16(FbBits * dstLine,
657 fbGlyph32(FbBits * dstLine,
/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dsh3224.c46 CARD8 *dstLine, in sh24_32BltLine() argument
55 dst = dstLine; in sh24_32BltLine()