HomeSort by relevance Sort by last modified time
    Searched defs:charmap (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/string/
strcasecmp.c 41 static const u_char charmap[] = { variable
79 const u_char *cm = charmap;
93 const u_char *cm = charmap;
  /external/tcpdump/
strcasecmp.c 31 static const u_char charmap[] = { variable
70 register const u_char *cm = charmap,
85 register const u_char *cm = charmap,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1objs.c 507 FT_CharMapRec charmap; local
512 charmap.face = root;
514 /* first of all, try to synthesize a Unicode charmap */
515 charmap.platform_id = TT_PLATFORM_MICROSOFT;
516 charmap.encoding_id = TT_MS_ID_UNICODE_CS;
517 charmap.encoding = FT_ENCODING_UNICODE;
519 error = FT_CMap_New( cmap_classes->unicode, NULL, &charmap, NULL );
526 charmap.platform_id = TT_PLATFORM_ADOBE;
532 charmap.encoding = FT_ENCODING_ADOBE_STANDARD;
533 charmap.encoding_id = TT_ADOBE_ID_STANDARD
    [all...]
t1afm.c 119 FT_CharMap charmap; local
176 /* so find the PostScript charmap of this font and install it */
177 /* temporarily. If we find no PostScript charmap, then just use */
179 oldcharmap = t1_face->charmap;
180 charmap = NULL;
184 charmap = t1_face->charmaps[n];
186 if ( charmap->platform_id == 7 )
188 error = FT_Set_Charmap( t1_face, charmap );
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c 880 /* Try to set the charmap encoding according to the platform & */
881 /* encoding ID of each charmap. */
894 FT_CharMap charmap = root->charmaps[m]; local
897 charmap->encoding = sfnt_find_encoding( charmap->platform_id,
898 charmap->encoding_id );
901 if ( root->charmap == NULL &&
902 charmap->encoding == FT_ENCODING_UNICODE )
904 /* set 'root->charmap' to the first Unicode encoding we find */
905 root->charmap = charmap
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfobjs.c 882 /* Try to set the charmap encoding according to the platform & */
883 /* encoding ID of each charmap. */
896 FT_CharMap charmap = root->charmaps[m]; local
899 charmap->encoding = sfnt_find_encoding( charmap->platform_id,
900 charmap->encoding_id );
903 if ( root->charmap == NULL &&
904 charmap->encoding == FT_ENCODING_UNICODE )
906 /* set 'root->charmap' to the first Unicode encoding we find */
907 root->charmap = charmap
    [all...]
  /external/qemu/android/skin/
keyboard.c 18 #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) {
515 // Charmap name was not found. Default to "qwerty2" */
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/src/sfnt/
sfobjs.c 1306 FT_CharMap charmap = root->charmaps[m]; local
    [all...]
  /external/qemu/android/
main.c 35 #include "android/charmap.h"
290 /* -charmap is incompatible with -attach-core, because particular
291 * charmap gets set up in the running core. */
292 if (android_charmap_setup(opts->charmap)) {
1134 char* charmap = avdInfo_getCharmapFile(avd, hw->hw_keyboard_charmap); local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 124 /* 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
282 /* create a new charmap and add it to charmap->face *
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 747 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable
767 FT_Get_CMap_Format( FT_CharMap charmap ); variable
    [all...]
freetype.h 463 /* A handle to a given character map. A charmap is used to translate */
474 /* The currently active charmap is available as `face->charmap'. */
479 /* @FT_Open_Face), the library looks for a Unicode charmap within */
958 FT_CharMap charmap; member in struct:FT_FaceRec_
3109 FT_Get_Charmap_Index( FT_CharMap charmap ); variable
    [all...]
  /external/freetype/include/internal/
ftobjs.h 116 /* handle to internal charmap object */
119 /* handle to charmap class structure */
122 /* internal charmap object structure */
125 FT_CharMapRec charmap; member in struct:FT_CMapRec_
130 /* typecase any pointer to a charmap handle */
134 #define FT_CMAP_PLATFORM_ID( x ) FT_CMAP( x )->charmap.platform_id
135 #define FT_CMAP_ENCODING_ID( x ) FT_CMAP( x )->charmap.encoding_id
136 #define FT_CMAP_ENCODING( x ) FT_CMAP( x )->charmap.encoding
137 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face
274 /* create a new charmap and add it to charmap->face *
    [all...]
  /external/freetype/include/
tttables.h 757 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable
777 FT_Get_CMap_Format( FT_CharMap charmap ); variable
    [all...]
freetype.h 997 FT_CharMap charmap; member in struct:FT_FaceRec_
3177 FT_Get_Charmap_Index( FT_CharMap charmap ); variable
    [all...]
  /external/libpcap/
pcap.c 1011 static const u_char charmap[] = { variable
1081 register const u_char *cm = charmap,
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftobjs.h 124 /* 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
282 /* create a new charmap and add it to charmap->face *
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 747 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable
767 FT_Get_CMap_Format( FT_CharMap charmap ); variable
    [all...]
freetype.h 465 /* A handle to a given character map. A charmap is used to translate */
476 /* The currently active charmap is available as `face->charmap'. */
481 /* @FT_Open_Face), the library looks for a Unicode charmap within */
964 FT_CharMap charmap; member in struct:FT_FaceRec_
3122 FT_Get_Charmap_Index( FT_CharMap charmap ); variable
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftobjs.h 124 /* 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
282 /* create a new charmap and add it to charmap->face *
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 747 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable
767 FT_Get_CMap_Format( FT_CharMap charmap ); variable
    [all...]
freetype.h 465 /* A handle to a given character map. A charmap is used to translate */
476 /* The currently active charmap is available as `face->charmap'. */
481 /* @FT_Open_Face), the library looks for a Unicode charmap within */
964 FT_CharMap charmap; member in struct:FT_FaceRec_
3122 FT_Get_Charmap_Index( FT_CharMap charmap ); variable
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 847 if ( face->charmap )
974 /* This function finds a Unicode charmap, if there is one. */
998 * The original TrueType specification(s) only specified charmap
1016 * This function has been written to always favor a 32-bit charmap
1046 face->charmap = cur[0];
1052 /* We do not have any UCS-4 charmap. */
1068 face->charmap = cur[0];
1083 /* This function finds the variant selector charmap, if there is one. */
3407 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3449 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3488 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3516 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3550 FT_CharMap charmap = find_variant_selector_charmap( face ); local
    [all...]
  /external/freetype/src/base/
ftobjs.c 852 if ( face->charmap )
979 /* This function finds a Unicode charmap, if there is one. */
1003 * The original TrueType specification(s) only specified charmap
1021 * This function has been written to always favor a 32-bit charmap
1051 face->charmap = cur[0];
1057 /* We do not have any UCS-4 charmap. */
1073 face->charmap = cur[0];
3424 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3466 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3505 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3533 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3567 FT_CharMap charmap = find_variant_selector_charmap( face ); local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftobjs.c 847 if ( face->charmap )
974 /* This function finds a Unicode charmap, if there is one. */
998 * The original TrueType specification(s) only specified charmap
1016 * This function has been written to always favor a 32-bit charmap
1046 face->charmap = cur[0];
1052 /* We do not have any UCS-4 charmap. */
1068 face->charmap = cur[0];
3410 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3452 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3491 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3519 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3553 FT_CharMap charmap = find_variant_selector_charmap( face ); local
    [all...]

Completed in 1024 milliseconds

1 2