Home
last modified time | relevance | path

Searched refs:BitmapBytePad (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbimage.c47 srcStride = BitmapBytePad(w + leftPad) / sizeof(FbStip); in fbPutImage()
56 srcStride = BitmapBytePad(w + leftPad) / sizeof(FbStip); in fbPutImage()
248 dstStride = BitmapBytePad(w) / sizeof(FbStip); in fbGetImage()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c134 nbyLine = BitmapBytePad(width); in miPolyGlyphBlt()
148 nbyPadGlyph = BitmapBytePad(gWidth); in miPolyGlyphBlt()
H A Dmipushpxl.c121 pwLineStart = malloc(BitmapBytePad(dx)); in miPushPixels()
H A Dmibitblt.c290 widthInBytes = BitmapBytePad(w); in miGetPlane()
727 bytesPer = (long) h *BitmapBytePad(w + leftPad); in miPutImage()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c167 srow += BitmapBytePad(src->bits->width); in load_cursor()
168 mrow += BitmapBytePad(src->bits->width); in load_cursor()
/OK3568_Linux_fs/external/xserver/include/
H A Dservermd.h126 #define BitmapBytePad(w) \ macro
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c208 int nXPix = BitmapBytePad(pCursor->bits->width) * y + x; in winLoadCursor()
223 int nXPix = BitmapBytePad(pCursor->bits->width) * y + x; in winLoadCursor()
320 BitmapBytePad(pCursor->bits->width) * y + in winLoadCursor()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c160 int n = BitmapBytePad(bits->width) * bits->height; in CheckForEmptyMask()
377 n = BitmapBytePad(cm.width) * (long) cm.height; in AllocGlyphCursor()
H A Dglyphcurs.c90 pbits = calloc(BitmapBytePad(cm->width), cm->height); in ServerBitsFromGlyph()
H A Dpixmap.c96 BitmapBytePad(pixmap_size * 8); in CreateScratchPixmapsForScreen()
H A Ddispatch.c2029 length = BitmapBytePad(stuff->width + stuff->leftPad); in ProcPutImage()
2035 length = BitmapBytePad(stuff->width + stuff->leftPad); in ProcPutImage()
2162 widthBytesLine = BitmapBytePad(width); in DoGetImage()
2959 srcbits = calloc(BitmapBytePad(width), height); in ProcCreateCursor()
2962 n = BitmapBytePad(width) * height; in ProcCreateCursor()
H A Dwindow.c521 int len = BitmapBytePad(sizeof(long)); in MakeRootTile()
3270 srcbits = malloc(BitmapBytePad(32) * 16); in TileScreenSaver()
3271 mskbits = malloc(BitmapBytePad(32) * 16); in TileScreenSaver()
3278 for (j = 0; j < BitmapBytePad(32) * 16; j++) in TileScreenSaver()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c45 stride = BitmapBytePad(bits->width); in expand_source_and_mask()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGCOps.c88 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in xnestPutImage()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.c114 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in dmxPutImage()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c334 int stride = BitmapBytePad(width); in CopyCursorToImage()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c719 BitmapBytePad(stuff->width), pDraw, in ProcShmGetImage()
H A DpanoramiXprocs.c2033 widthBytesLine = BitmapBytePad(w); in PanoramiXGetImage()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1481 stride = BitmapBytePad(width); in ProcRenderCreateCursor()