Searched refs:BitmapBytePad (Results 1 – 19 of 19) sorted by relevance
47 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()
134 nbyLine = BitmapBytePad(width); in miPolyGlyphBlt()148 nbyPadGlyph = BitmapBytePad(gWidth); in miPolyGlyphBlt()
121 pwLineStart = malloc(BitmapBytePad(dx)); in miPushPixels()
290 widthInBytes = BitmapBytePad(w); in miGetPlane()727 bytesPer = (long) h *BitmapBytePad(w + leftPad); in miPutImage()
167 srow += BitmapBytePad(src->bits->width); in load_cursor()168 mrow += BitmapBytePad(src->bits->width); in load_cursor()
126 #define BitmapBytePad(w) \ macro
208 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()
160 int n = BitmapBytePad(bits->width) * bits->height; in CheckForEmptyMask()377 n = BitmapBytePad(cm.width) * (long) cm.height; in AllocGlyphCursor()
90 pbits = calloc(BitmapBytePad(cm->width), cm->height); in ServerBitsFromGlyph()
96 BitmapBytePad(pixmap_size * 8); in CreateScratchPixmapsForScreen()
2029 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()
521 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()
45 stride = BitmapBytePad(bits->width); in expand_source_and_mask()
88 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in xnestPutImage()
114 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in dmxPutImage()
334 int stride = BitmapBytePad(width); in CopyCursorToImage()
719 BitmapBytePad(stuff->width), pDraw, in ProcShmGetImage()
2033 widthBytesLine = BitmapBytePad(w); in PanoramiXGetImage()
1481 stride = BitmapBytePad(width); in ProcRenderCreateCursor()