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

  /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/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/freetype/src/sfnt/
sfobjs.c 1306 FT_CharMap charmap = root->charmaps[m]; 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/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...]

Completed in 327 milliseconds