Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c49 Pixmap pixmap; in X11_CreateEmptyCursor() local
53 pixmap = X11_XCreateBitmapFromData(display, DefaultRootWindow(display), in X11_CreateEmptyCursor()
55 if (pixmap) { in X11_CreateEmptyCursor()
56 x11_empty_cursor = X11_XCreatePixmapCursor(display, pixmap, pixmap, in X11_CreateEmptyCursor()
58 X11_XFreePixmap(display, pixmap); in X11_CreateEmptyCursor()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c56 FT_Bitmap pixmap; member
586 if (glyph->pixmap.buffer) { in Flush_Glyph()
588 glyph->pixmap.buffer = 0; in Flush_Glyph()
719 dst = &cached->pixmap; in Load_Glyph()
880 Uint8* pixmap; in Load_Glyph() local
888 pixmap[col] |= pixmap[col-1]; in Load_Glyph()
890 pixel = (pixmap[col] + pixmap[col-1]); in Load_Glyph()
1649 width = glyph->pixmap.width; in TTF_RenderUTF8_Shaded()
1660 current = &glyph->pixmap; in TTF_RenderUTF8_Shaded()
1858 src = (Uint8*)glyph->pixmap.buffer + row * glyph->pixmap.pitch; in TTF_RenderUTF8_Blended()
[all …]
/AliOS-Things-master/components/drivers/core/fbdev/include/
A Dfb.h118 struct fb_pixmap pixmap; /* Image hardware mapper */ member
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h606 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
1465 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
1467 …NTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
1581 …TRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
1585 … EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Deglext.h899 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
901 …NTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
1026 …TRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
1030 … EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
A Degl.h125 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
/AliOS-Things-master/components/freetype/src/bdf/
A DREADME66 driver returns either a bitmap with 1 bit per pixel or a pixmap with 8bits

Completed in 40 milliseconds