/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
fb.h | 323 struct fb_cmap cmap; member in struct:fb_image
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
fb.h | 323 struct fb_cmap cmap; member in struct:fb_image
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
fb.h | 323 struct fb_cmap cmap; member in struct:fb_image
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
fb.h | 323 struct fb_cmap cmap; member in struct:fb_image
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xproto.h | [all...] |
Xlib.h | 121 #define DefaultColormap(dpy, scr)(ScreenOfDisplay(dpy,scr)->cmap) 140 #define DefaultColormapOfScreen(s)((s)->cmap) 279 Colormap cmap; /* default color map */ member in struct:__anon29745 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xproto.h | [all...] |
Xlib.h | 118 #define DefaultColormap(dpy, scr)(ScreenOfDisplay(dpy,scr)->cmap) 137 #define DefaultColormapOfScreen(s)((s)->cmap) 276 Colormap cmap; /* default color map */ member in struct:__anon31608 [all...] |
/external/opencv/ml/src/ |
mlboost.cpp | [all...] |
mltree.cpp | 2897 const int* cmap; local [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_buffer.c | 380 if (!xmesa_find_buffer(b->display, b->cmap, b)) { 381 XFreeColors(b->display, b->cmap,
|
glxapi.c | 1042 glXCreateGLXPixmapMESA(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap) 1048 return (t->CreateGLXPixmapMESA)(dpy, visinfo, pixmap, cmap); [all...] |
fakeglx.c | [all...] |
/external/fonttools/Lib/fontTools/ttLib/ |
__init__.py | 23 Dumping 'cmap' table... 110 the font will return a virtual GID. This is valid for GSUB and cmap 111 tables. For SING glyphlets, the cmap table is used to specify Unicode 330 # glyph names from (ie. 'post', 'cmap' or 'CFF '). 441 # Try to create glyph names from the unicode cmap (if available) 454 # - we need to use the unicode values found in the cmap table to 457 # - but the cmap parser also needs glyph names to work with... 460 # - load a temporary cmap table based on those names 462 # - unload the temporary cmap table 464 if self.isLoaded("cmap") [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 60 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t index) { 63 throw IndexOutOfBoundException("Requested CMap index is out of bounds."); 73 (CMap::Builder::GetBuilder(data_, offset_, cmap_id)); 76 throw NoSuchElementException("Cannot find builder for requested CMap."); 81 return down_cast<CMapTable::CMap*>(cmap_builder->Build()); 84 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t platform_id, 89 CALLER_ATTACH CMapTable::CMap* 93 // There can only be one cmap with a particular CMapId 95 Ptr<CMapTable::CMap> cmap; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-cmap-table.hh | 37 * cmap -- Character To Glyph Index Mapping Table 478 struct cmap struct in namespace:OT
|
/external/fonttools/Lib/fontTools/ |
subset.py | [all...] |
/external/libpng/ |
pngwrite.c | 1981 const void *cmap = display->colormap; local [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
fx_pngwrite.c | 1875 const void *cmap = display->colormap; local [all...] |
/external/mesa3d/include/GL/ |
glxext.h | 784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 786 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
glxext.h | 780 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 782 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); [all...] |
/external/libvncserver/x11vnc/ |
screen.c | 209 Colormap cmap; 261 cmap = DefaultColormap(dpy, scr); 269 cmap = attr.colormap; 295 cmap = attr.colormap; 326 XQueryColors(dpy, cmap, color, ncells); 353 rfbLog("set_colormap: warning: sending cmap " [all...] |
nox11.h | 415 cmap entry 902 #define DefaultColormap(dpy, scr)(ScreenOfDisplay(dpy,scr)->cmap) 921 #define DefaultColormapOfScreen(s)((s)->cmap) 1062 Colormap cmap; /* default color map */ member in struct:__anon13580 [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font_cid.cpp | 917 CFX_ByteString cmap = pEncoding->GetString(); local 918 m_pCMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetPredefinedCMap(cmap, [all...] |