Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dresource.c299 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetWindowBytes() local
314 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetWindowBytes()
320 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetWindowBytes()
372 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetGcBytes() local
386 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetGcBytes()
392 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetGcBytes()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c312 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetGLXDrawableBytes() local
314 pixmapSizeFunc((PixmapPtr)draw->pDraw, draw->pDraw->id, &pixmapSize); in GetGLXDrawableBytes()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompext.c518 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetCompositeWindowBytes() local
522 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetCompositeWindowBytes()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c596 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetPictureBytes() local
599 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetPictureBytes()