| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 30 fbTile(FbBits * dst, FbStride dstStride, int dstX, int width, int height, in fbTile() argument 57 dst + y * dstStride, in fbTile() 58 dstStride, x, w, h, alu, pm, bpp, FALSE, FALSE); in fbTile() 68 fbStipple(FbBits * dst, FbStride dstStride, in fbStipple() argument 101 dst + y * dstStride, in fbStipple() 102 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); in fbStipple() 115 FbStride dstStride; in fbFill() local 120 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbFill() 125 if (pPriv->and || !pixman_fill((uint32_t *) dst, dstStride, dstBpp, in fbFill() 129 fbSolid(dst + (y + dstYoff) * dstStride, in fbFill() [all …]
|
| H A D | fbcopy.c | 47 FbStride dstStride; in fbCopyNtoN() local 52 fbGetDrawable(pDstDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbCopyNtoN() 58 ((uint32_t *) src, (uint32_t *) dst, srcStride, dstStride, in fbCopyNtoN() 72 dst + (pbox->y1 + dstYoff) * dstStride, in fbCopyNtoN() 73 dstStride, in fbCopyNtoN() 101 FbStride dstStride; in fbCopy1toN() local 106 fbGetDrawable(pDstDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbCopy1toN() 113 dst + (pbox->y1 + dstYoff) * dstStride, in fbCopy1toN() 114 dstStride, in fbCopy1toN() 126 dst + (pbox->y1 + dstYoff) * dstStride, in fbCopy1toN() [all …]
|
| H A D | fbimage.c | 86 FbStride dstStride; in fbPutZImage() local 93 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutZImage() 114 dst + (y1 + dstYoff) * dstStride, in fbPutZImage() 115 dstStride, in fbPutZImage() 136 FbStride dstStride; in fbPutXYImage() local 144 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutXYImage() 185 (FbStip *) (dst + (y1 + dstYoff) * dstStride), in fbPutXYImage() 186 FbBitsStrideToStipStride(dstStride), in fbPutXYImage() 194 dst + (y1 + dstYoff) * dstStride, in fbPutXYImage() 195 dstStride, in fbPutXYImage() [all …]
|
| H A D | fbpoint.c | 30 FbStride dstStride, 40 FbStride dstStride, in fbDots() argument 54 dstStride = FbBitsStrideToStipStride(dstStride); in fbDots() 66 d = dst + ((y + yoff) * dstStride) + (x >> FB_STIP_SHIFT); in fbDots() 82 FbStride dstStride; in fbPolyPoint() local 103 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPolyPoint() 120 (*dots) (dst, dstStride, dstBpp, pBox, pptInit, nptInit, in fbPolyPoint()
|
| H A D | fbwindow.c | 78 FbStride dstStride; in fbCopyWindowProc() local 83 fbGetDrawable(pDstDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbCopyWindowProc() 89 dst + (pbox->y1 + dstYoff) * dstStride, in fbCopyWindowProc() 90 dstStride, in fbCopyWindowProc() 159 FbStride dstStride; in fbFillRegionSolid() local 172 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbFillRegionSolid() 176 if (!try_mmx || !pixman_fill((uint32_t *) dst, dstStride, dstBpp, in fbFillRegionSolid() 181 fbSolid(dst + (pbox->y1 + dstYoff) * dstStride, in fbFillRegionSolid() 182 dstStride, in fbFillRegionSolid()
|
| H A D | fbseg.c | 45 FbStride dstStride; in fbBresSolid() local 54 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresSolid() 55 dst += ((y1 + dstYoff) * dstStride); in fbBresSolid() 64 dstStride = -dstStride; in fbBresSolid() 82 dst += dstStride; in fbBresSolid() 92 dst += dstStride; in fbBresSolid() 116 FbStride dstStride; in fbBresDash() local 131 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresDash() 136 dst += ((y1 + dstYoff) * dstStride); in fbBresDash() 145 dstStride = -dstStride; in fbBresDash() [all …]
|
| H A D | fbglyph.c | 71 FbStride dstStride = 0; in fbPolyGlyphBlt() local 103 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, in fbPolyGlyphBlt() 105 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp, in fbPolyGlyphBlt() 139 FbStride dstStride = 0; in fbImageGlyphBlt() local 205 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, in fbImageGlyphBlt() 207 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp, in fbImageGlyphBlt()
|
| H A D | fbblt.c | 47 FbStride dstStride, in fbBlt() argument 68 FbStride dst_byte_stride = dstStride << (FB_SHIFT - 3); in fbBlt() 99 dstLine += (height - 1) * (dstStride); in fbBlt() 101 dstStride = -dstStride; in fbBlt() 122 dstLine += dstStride; in fbBlt() 207 dstLine += dstStride; in fbBlt() 297 int srcX, FbStip * dst, FbStride dstStride, /* in FbStip units, not FbBits units */ in fbBltStip() argument 301 (FbBits *) dst, FbStipStrideToBitsStride(dstStride), dstX, in fbBltStip()
|
| H A D | fbbits.h | 72 FbStride dstStride; in BRESSOLID() local 81 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESSOLID() 83 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESSOLID() 84 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in BRESSOLID() 118 FbStride dstStride; in BRESDASH() local 132 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESDASH() 140 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESDASH() 141 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in BRESDASH() 239 FbStride dstStride, in DOTS() argument 250 FbStride bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in DOTS() [all …]
|
| H A D | fbsolid.c | 33 FbStride dstStride, in fbSolid() argument 45 dstStride--; in fbSolid() 46 dstStride -= nmiddle; in fbSolid() 63 dst += dstStride; in fbSolid()
|
| H A D | fbsetsp.c | 37 FbStride dstStride; in fbSetSpans() local 45 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbSetSpans() 47 d = dst + (ppt->y + dstYoff) * dstStride; in fbSetSpans() 68 dstStride, in fbSetSpans()
|
| H A D | fbarc.c | 32 FbStride dstStride, 59 FbStride dstStride; in fbPolyArc() local 71 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPolyArc() 99 (*arc) (dst, dstStride, dstBpp, in fbPolyArc()
|
| H A D | fbpush.c | 97 FbStride dstStride; in fbPushFill() local 103 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPushFill() 104 dst = dst + (y + dstYoff) * dstStride; in fbPushFill() 112 FbBitsStrideToStipStride(dstStride), in fbPushFill() 123 dstStride, in fbPushFill()
|
| H A D | fb.h | 546 FbStride dstStride, 556 FbStride dstStride, 562 FbStride dstStride, 594 FbStride dstStride, 604 FbStride dstStride, 610 FbStride dstStride, 642 FbStride dstStride, 652 FbStride dstStride, 658 FbStride dstStride, 677 FbStride dstStride, [all …]
|
| H A D | fbbltone.c | 163 FbBits * dst, FbStride dstStride, /* FbBits units per scanline */ in fbBltOne() argument 269 dstStride -= nDst; in fbBltOne() 367 dst += dstStride; in fbBltOne() 383 FbStride dstStride, in fbBltPlane() argument 423 dst += dstStride; in fbBltPlane()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_image.c | 139 uint32_t dstStride = byte_stride / sizeof(FbStip); in glamor_get_image_gl() local 141 for (int i = 0; i < dstStride * h; i++) in glamor_get_image_gl()
|