/external/freetype/src/cache/ |
ftccmap.c | 69 /* the cmap cache node */ 110 /* initialize a new cmap node */ 140 /* compute the weight of a given cmap node */ 152 /* compare a cmap node to a given query */ 251 /* Treat a negative cmap index as a special value, meaning that you */ 312 FT_CharMap old, cmap = NULL; local 316 cmap = face->charmaps[cmap_index]; 318 if ( old != cmap && !no_cmap_change ) 319 FT_Set_Charmap( face, cmap ); 323 if ( old != cmap && !no_cmap_change [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-font.cc | 33 #include "hb-ot-cmap-table.hh" 46 const OT::CmapSubtable *cmap; member in struct:hb_ot_font_t 78 ot_font->cmap_blob = OT::Sanitizer<OT::cmap>::sanitize (font->face->reference_table (HB_OT_TAG_cmap)); 79 const OT::cmap *cmap = OT::Sanitizer<OT::cmap>::lock_instance (ot_font->cmap_blob); local 84 if (!subtable) subtable = cmap->find_subtable (0, 6); 85 if (!subtable) subtable = cmap->find_subtable (0, 4); 86 if (!subtable) subtable = cmap->find_subtable (3, 10); 88 if (!subtable) subtable = cmap->find_subtable (0, 3) [all...] |
/external/icu/icu4c/source/samples/layout/ |
GDIFontInstance.cpp | 320 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); local 322 if (cmap == NULL) { 326 fMapper = CMAPMapper::createUnicodeMapper(cmap);
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/ |
svpscmap.h | 66 FT_CMapRec cmap; member in struct:PS_UnicodesRec_
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/ |
svpscmap.h | 66 FT_CMapRec cmap; member in struct:PS_UnicodesRec_
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testwin.c | 28 SDL_Color *colors, *cmap; local 46 cmap = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color)); 55 cmap = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color)); 151 memcpy(cmap, colors, ncolors*sizeof(SDL_Color)); 207 cdist[i].r = cmap[i].r-palcolors[i].r; 208 cdist[i].g = cmap[i].g-palcolors[i].g; 209 cdist[i].b = cmap[i].b-palcolors[i].b; 230 free(colors); free(cmap);
|
testpalette.c | 133 SDL_Color cmap[256]; local 192 memset(cmap, 0, sizeof(cmap)); 193 SDL_SetPalette(screen, SDL_PHYSPAL, cmap, 0, 256); 210 memcpy(cmap, screen->format->palette->colors, 256 * sizeof(SDL_Color)); 290 cmap[boatcols + ((i + frames) & 63)] = wavemap[i]; 312 memcpy(cmap, screen->format->palette->colors, 315 cmap[i].r = cmap[i].r * fade_level / fade_max; 316 cmap[i].g = cmap[i].g * fade_level / fade_max [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffdrivr.c | 398 * TT CMAP INFO 400 * If the charmap is a synthetic Unicode encoding cmap or 401 * a Type 1 standard (or expert) encoding cmap, hide TT CMAP INFO 411 FT_CMap cmap = FT_CMAP( charmap ); local 414 FT_Face face = FT_CMAP_FACE( cmap ); 421 if ( cmap->clazz != &CFF_CMAP_ENCODING_CLASS_REC_GET && 422 cmap->clazz != &CFF_CMAP_UNICODE_CLASS_REC_GET )
|
/external/chromium_org/third_party/icu/source/test/letest/ |
PortableFontInstance.cpp | 177 printf("%s:%d: %s: can't load cmap\n", __FILE__, __LINE__, fileName); 276 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); local 278 if (cmap == NULL) { 282 return CMAPMapper::createUnicodeMapper(cmap);
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
PortableFontInstance.cpp | 177 printf("%s:%d: %s: can't load cmap\n", __FILE__, __LINE__, fileName); 276 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); local 278 if (cmap == NULL) { 282 return CMAPMapper::createUnicodeMapper(cmap);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 167 Colormap cmap ); 251 extern XMesaBuffer XMesaCreatePBuffer(XMesaVisual v, Colormap cmap, 270 Colormap cmap, 332 Colormap cmap; /* the X colormap */ member in struct:xmesa_buffer 363 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
tag.cc | 27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p'); member in class:sfntly::Tag 80 Tag::cmap, 95 Tag::cmap,
|
tag.h | 33 static const int32_t cmap; member in struct:sfntly::Tag
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libgif.cpp | 119 const ColorMapObject* cmap = gif->Image.ColorMap; local 120 if (NULL == cmap) { 121 cmap = gif->SColorMap; 124 if (NULL == cmap) { 129 if (cmap && ((unsigned)cmap->ColorCount > 256 || 130 cmap->ColorCount != (1 << cmap->BitsPerPixel))) { 131 cmap = NULL; 133 return cmap; 334 const ColorMapObject* cmap = find_colormap(gif); local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
gen_bitmap64.c | 759 ext2fs_block_bitmap cmap, bmap; local 770 &cmap); 777 c_end = cmap->end; 778 cmap->end = cmap->real_end; 783 ext2fs_mark_block_bitmap2(cmap, i); 793 cmap->end = c_end; 795 *bitmap = cmap;
|
/external/freetype/src/cff/ |
cffdrivr.c | 400 * TT CMAP INFO 402 * If the charmap is a synthetic Unicode encoding cmap or 403 * a Type 1 standard (or expert) encoding cmap, hide TT CMAP INFO 413 FT_CMap cmap = FT_CMAP( charmap ); local 416 FT_Face face = FT_CMAP_FACE( cmap ); 423 if ( cmap->clazz != &CFF_CMAP_ENCODING_CLASS_REC_GET && 424 cmap->clazz != &CFF_CMAP_UNICODE_CLASS_REC_GET )
|
/external/icu/icu4c/source/test/letest/ |
PortableFontInstance.cpp | 177 printf("%s:%d: %s: can't load cmap\n", __FILE__, __LINE__, fileName); 276 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); local 278 if (cmap == NULL) { 282 return CMAPMapper::createUnicodeMapper(cmap);
|
/external/icu/icu4c/source/test/perf/leperf/ |
PortableFontInstance.cpp | 177 printf("%s:%d: %s: can't load cmap\n", __FILE__, __LINE__, fileName); 276 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); local 278 if (cmap == NULL) { 282 return CMAPMapper::createUnicodeMapper(cmap);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 167 Colormap cmap ); 251 extern XMesaBuffer XMesaCreatePBuffer(XMesaVisual v, Colormap cmap, 270 Colormap cmap, 332 Colormap cmap; /* the X colormap */ member in struct:xmesa_buffer 363 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cffdrivr.c | 399 * TT CMAP INFO 401 * If the charmap is a synthetic Unicode encoding cmap or 402 * a Type 1 standard (or expert) encoding cmap, hide TT CMAP INFO 412 FT_CMap cmap = FT_CMAP( charmap ); local 415 FT_Face face = FT_CMAP_FACE( cmap ); 422 if ( cmap->clazz != &CFF_CMAP_ENCODING_CLASS_REC_GET && 423 cmap->clazz != &CFF_CMAP_UNICODE_CLASS_REC_GET )
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysvideo.cc | 792 const color_map *cmap = BScreen().ColorMap(); local 797 palette->colors[i].r = cmap->color_list[i].red; 798 palette->colors[i].g = cmap->color_list[i].green; 799 palette->colors[i].b = cmap->color_list[i].blue;
|
/external/sfntly/cpp/src/sfntly/ |
tag.cc | 27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p'); member in class:sfntly::Tag 80 Tag::cmap, 95 Tag::cmap,
|
tag.h | 33 static const int32_t cmap; member in struct:sfntly::Tag
|
/external/skia/src/images/ |
SkImageDecoder_libgif.cpp | 119 const ColorMapObject* cmap = gif->Image.ColorMap; local 120 if (NULL == cmap) { 121 cmap = gif->SColorMap; 124 if (NULL == cmap) { 129 if (cmap && ((unsigned)cmap->ColorCount > 256 || 130 cmap->ColorCount != (1 << cmap->BitsPerPixel))) { 131 cmap = NULL; 133 return cmap; 335 const ColorMapObject* cmap = find_colormap(gif); local [all...] |
/frameworks/ex/framesequence/jni/ |
FrameSequence_gif.cpp | 157 static void copyLine(Color8888* dst, const unsigned char* src, const ColorMapObject* cmap, 161 *dst = gifColorToColor8888(cmap->Colors[*src]); 314 const ColorMapObject* cmap = gif->SColorMap; local 316 cmap = frame.ImageDesc.ColorMap; 319 if (cmap == NULL || cmap->ColorCount != (1 << cmap->BitsPerPixel)) { 329 copyLine(dst, src, cmap, gcb.TransparentColor, copyWidth);
|