Searched refs:charmap (Results 1 - 25 of 26) sorted by relevance

12

/external/tcpdump/
H A Dstrcasecmp.c31 static u_char charmap[] = { variable
70 register u_char *cm = charmap,
85 register u_char *cm = charmap,
/external/qemu/android/
H A Dcharmap.c16 #include "android/charmap.h"
134 /* the following is automatically generated by the 'gen-charmap.py' script
136 * gen-charmap.py qwerty2.kcm
203 /* Custom character map created with -charmap option. */
396 * kcm_file_path - Path to the charmap file, where paresed line was taken from.
424 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
432 derror("Invalid format of charmap file %s. Invalid display value in line %d",
440 derror("Invalid format of charmap file %s. Invalid number value in line %d",
448 derror("Invalid format of charmap file %s. Invalid base value in line %d",
456 derror("Invalid format of charmap fil
[all...]
H A Dmain.c34 #include "android/charmap.h"
291 /* -charmap is incompatible with -attach-core, because particular
292 * charmap gets set up in the running core. */
293 if (android_charmap_setup(opts->charmap)) {
1075 if (!opts->charmap) {
1076 /* Try to find a valid charmap name */
1077 char* charmap = avdInfo_getCharmapFile(avd, hw->hw_keyboard_charmap); local
1078 if (charmap != NULL) {
1079 D("autoconfig: -charmap %s", charmap);
[all...]
H A Dcmdline-options.h140 OPT_PARAM( charmap, "<file>", "use specific key character map")
H A Dqemulator.c141 emulator->keyboard = skin_keyboard_create(opts->charmap, opts->raw_keys);
H A Dconsole.c53 #include "android/charmap.h"
1984 const AKeyCharmap* charmap; local
1991 /* Get active charmap. */
1992 charmap = android_get_charmap();
1993 if (charmap == NULL) {
/external/freetype/include/freetype/internal/services/
H A Dsvttcmap.h68 (*TT_CMap_Info_GetFunc)( FT_CharMap charmap,
/external/freetype/src/autofit/
H A Dafindic.c40 FT_CharMap oldmap = face->charmap;
46 face->charmap = NULL;
H A Dafglobal.c83 FT_CharMap old_charmap = face->charmap;
104 /* scan each script in a Unicode charmap */
H A Dafcjk.c550 FT_CharMap oldmap = face->charmap;
556 face->charmap = NULL;
H A Daflatin.c482 FT_CharMap oldmap = face->charmap;
498 /* do we have a latin charmap in there? */
/external/freetype/src/base/
H A Dftobjs.c820 if ( face->charmap )
947 /* This function finds a Unicode charmap, if there is one. */
971 * The original TrueType specification(s) only specified charmap
989 * This function has been written to always favor a 32-bit charmap
1019 face->charmap = cur[0];
1025 /* We do not have any UCS-4 charmap. */
1041 face->charmap = cur[0];
1056 /* This function finds the variant selector charmap, if there is one. */
1161 /* select Unicode charmap by default */
1164 /* if no Unicode charmap ca
3380 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3422 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3461 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3489 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3523 FT_CharMap charmap = find_variant_selector_charmap( face ); local
[all...]
/external/qemu/android/skin/
H A Dkeyboard.c18 #include "android/charmap.h"
44 const AKeyCharmap* charmap; member in struct:SkinKeyboard
408 return android_charmap_reverse_map_unicode(kb->charmap, unicode, down,
513 kb->charmap = android_get_charmap_by_name(charmap_name);
514 if (!kb->charmap) {
516 kb->charmap = android_get_charmap_by_name(DEFAULT_ANDROID_CHARMAP);
517 fprintf(stderr, "### warning, skin requires unknown '%s' charmap, reverting to '%s'\n",
518 charmap_name, kb->charmap->name );
/external/freetype/include/freetype/
H A Dtttables.h725 /* charmap :: */
726 /* The target charmap. */
729 /* The language ID of `charmap'. If `charmap' doesn't belong to a */
733 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable
745 /* charmap :: */
746 /* The target charmap. */
749 /* The format of `charmap'. If `charmap' doesn't belong to a */
753 FT_Get_CMap_Format( FT_CharMap charmap ); variable
[all...]
H A Dfreetype.h459 /* A handle to a given character map. A charmap is used to translate */
470 /* The currently active charmap is available as `face->charmap'. */
475 /* @FT_Open_Face), the library looks for a Unicode charmap within */
539 /* Latin-1. Most fonts include a Unicode charmap, but not all */
594 /* and OpenType fonts contain a charmap for this encoding, since */
617 /* By default, FreeType automatically synthesizes a Unicode charmap */
623 /* FT_ENCODING_NONE is set by the BDF and PCF drivers if the charmap */
719 /* The base charmap structure. */
724 /* encoding :: An @FT_Encoding tag identifying the charmap
951 FT_CharMap charmap; member in struct:FT_FaceRec_
3061 FT_Get_Charmap_Index( FT_CharMap charmap ); variable
[all...]
/external/freetype/src/sfnt/
H A Dttcmap.h116 tt_get_cmap_info( FT_CharMap charmap,
H A Dsfobjs.c871 /* Try to set the charmap encoding according to the platform & */
872 /* encoding ID of each charmap. */
885 FT_CharMap charmap = root->charmaps[m]; local
888 charmap->encoding = sfnt_find_encoding( charmap->platform_id,
889 charmap->encoding_id );
892 if ( root->charmap == NULL &&
893 charmap->encoding == FT_ENCODING_UNICODE )
895 /* set 'root->charmap' to the first Unicode encoding we find */
896 root->charmap
[all...]
H A Dttcmap.c201 /***** The following charmap lookup and iteration functions all *****/
252 /* low-bytes within the charmap. Note that the range defined by `first' */
393 /* to test whether the character code is in the charmap */
701 TT_Face face = (TT_Face)cmap->cmap.cmap.charmap.face;
1044 TT_Face face = (TT_Face)cmap->cmap.charmap.face;
1139 TT_Face face = (TT_Face)cmap->cmap.charmap.face;
1577 /***** The `is32' table embedded in the charmap indicates whether a *****/
2985 /* here; stored in the normal Unicode charmap instead. */
3423 FT_CharMapRec charmap;
3427 charmap
[all...]
/external/freetype/include/freetype/internal/
H A Dftobjs.h124 /* handle to internal charmap object */
127 /* handle to charmap class structure */
130 /* internal charmap object structure */
133 FT_CharMapRec charmap; member in struct:FT_CMapRec_
138 /* typecase any pointer to a charmap handle */
142 #define FT_CMAP_PLATFORM_ID( x ) FT_CMAP( x )->charmap.platform_id
143 #define FT_CMAP_ENCODING_ID( x ) FT_CMAP( x )->charmap.encoding_id
144 #define FT_CMAP_ENCODING( x ) FT_CMAP( x )->charmap.encoding
145 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face
249 /* create a new charmap an
[all...]
H A Dftdriver.h87 (*FT_CharMap_CharIndexFunc)( FT_CharMap charmap,
91 (*FT_CharMap_CharNextFunc)( FT_CharMap charmap,
/external/chromium/net/base/
H A Descape.cc46 // to +, otherwise, if spaces are in the charmap, they are converted to
48 std::string Escape(const std::string& text, const Charmap& charmap, argument
56 } else if (charmap.Contains(c)) {
/external/freetype/src/cff/
H A Dcffdrivr.c395 * If the charmap is a synthetic Unicode encoding cmap or
403 cff_get_cmap_info( FT_CharMap charmap, argument
406 FT_CMap cmap = FT_CMAP( charmap );
425 error = service->get_cmap_info( charmap, cmap_info );
H A Dcffobjs.c924 /* Try to synthesize a Unicode charmap if there is none available */
963 /* we didn't find a Unicode charmap -- synthesize one */
977 /* if no Unicode charmap was previously selected, select this one */
978 if ( cffface->charmap == NULL && nn != (FT_UInt)cffface->num_charmaps )
979 cffface->charmap = cffface->charmaps[nn];
/external/freetype/src/cache/
H A Dftccmap.c94 /* the charmap query */
307 /* sets the face's charmap to the appropriate value. */
416 old = face->charmap;
/external/libpcap/
H A Dpcap.c399 static const u_char charmap[] = { variable
469 register const u_char *cm = charmap,

Completed in 1327 milliseconds

12