HomeSort by relevance Sort by last modified time
    Searched full:cmap (Results 176 - 200 of 247) sorted by null

1 2 3 4 5 6 78 910

  /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.h 185 GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
glxapi.c 1042 glXCreateGLXPixmapMESA(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap)
1048 return (t->CreateGLXPixmapMESA)(dpy, visinfo, pixmap, cmap);
    [all...]
  /external/freetype/src/autofit/
afglobal.c 213 /* get glyphs not directly addressable by cmap */
  /external/freetype/src/sfnt/
sfdriver.c 337 * TT CMAP INFO
sfobjs.c 171 /* `Unicode' platform is reserved for the `cmap' table, and the */
    [all...]
  /external/jpeg/
wrtarga.c 66 targaheader[7] = 24; /* 24 bits per cmap entry */
rdtarga.c 456 if (cmaptype) /* but you promised a cmap! */
  /external/pdfium/third_party/freetype/src/sfnt/
sfdriver.c 337 * TT CMAP INFO
sfobjs.c 171 /* `Unicode' platform is reserved for the `cmap' table, and the */
    [all...]
  /external/freetype/include/
tttables.h     [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
MultiPartFilter.java 292 Map<String, String[]> cmap = new HashMap<String,String[]>(); local
296 cmap.put((String)key,getParameterValues((String)key));
299 return Collections.unmodifiableMap(cmap);
  /external/pdfium/third_party/freetype/include/
tttables.h     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py 126 # try and construct glyph names from a Unicode cmap table.
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 308 * in case the font has cmap entries for the presentation-forms characters. */
Makefile.am 41 hb-ot-cmap-table.hh \
  /external/mesa3d/docs/
README.CYGWIN 204 Pixmap pixmap, Colormap cmap )
xlibdriver.html 205 Pixmap pixmap, Colormap cmap )
  /external/freetype/include/config/
ftoption.h     [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...]
  /external/pdfium/third_party/freetype/include/config/
ftoption.h     [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/skia/src/ports/
SkFontHost_FreeType.cpp 428 // http://www.microsoft.com/typography/otspec/cmap.htm
449 // Iterate through each cmap entry.
    [all...]
  /bionic/libc/kernel/uapi/linux/
fb.h 374 struct fb_cmap cmap; member in struct:fb_image
  /development/ndk/platforms/android-21/include/linux/
fb.h 374 struct fb_cmap cmap; member in struct:fb_image

Completed in 3285 milliseconds

1 2 3 4 5 6 78 910