Searched refs:pixmap (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11mouse.c | 49 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 D | SDL_ttf.c | 56 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 D | fb.h | 118 struct fb_pixmap pixmap; /* Image hardware mapper */ member
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_egl.h | 606 …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 D | eglext.h | 899 …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 D | egl.h | 125 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | README | 66 driver returns either a bitmap with 1 bit per pixel or a pixmap with 8bits
|
Completed in 40 milliseconds