HomeSort by relevance Sort by last modified time
    Searched refs:cmap (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /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.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]
  /external/opencv/ml/src/
mlboost.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 270 Colormap cmap
282 req->id = cmap;
XF86DGA2.c 475 Colormap cmap
487 req->cmap = cmap;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dgastr.h 169 CARD32 cmap B32;
  /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/chromium_org/third_party/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/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/chromium_org/third_party/ots/
ots.target.darwin-arm.mk 29 third_party/ots/src/cmap.cc \
ots.target.darwin-arm64.mk 29 third_party/ots/src/cmap.cc \
ots.target.darwin-mips.mk 29 third_party/ots/src/cmap.cc \
ots.target.darwin-x86.mk 29 third_party/ots/src/cmap.cc \
ots.target.darwin-x86_64.mk 29 third_party/ots/src/cmap.cc \
ots.target.linux-arm.mk 29 third_party/ots/src/cmap.cc \
ots.target.linux-arm64.mk 29 third_party/ots/src/cmap.cc \
ots.target.linux-mips.mk 29 third_party/ots/src/cmap.cc \
ots.target.linux-x86.mk 29 third_party/ots/src/cmap.cc \
ots.target.linux-x86_64.mk 29 third_party/ots/src/cmap.cc \

Completed in 572 milliseconds

1 2 3 4 5 6 7 8910