HomeSort by relevance Sort by last modified time
    Searched refs:charmap (Results 51 - 69 of 69) sorted by null

1 23

  /external/pdfium/core/include/thirdparties/freetype/freetype/
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/
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/src/sfnt/
ttcmap.c 205 /***** The following charmap lookup and iteration functions all *****/
256 /* low-bytes within the charmap. Note that the range defined by `first' */
397 /* to test whether the character code is in the charmap */
709 TT_Face face = (TT_Face)cmap->cmap.cmap.charmap.face;
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 60 FT_CharMap old_charmap = face->charmap;
82 /* scan each script in a Unicode charmap */
afcjk.c 554 FT_CharMap oldmap = face->charmap;
560 face->charmap = NULL;
    [all...]
aflatin.c 551 FT_CharMap oldmap = face->charmap;
    [all...]
aflatin2.c 479 FT_CharMap oldmap = face->charmap;
494 /* do we have a latin charmap in there? */
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftccmap.c 5 /* FreeType CharMap cache (body) */
56 /* the charmap query */
92 /***** CHARMAP NODES *****/
254 /* sets the face's charmap to the appropriate value. */
315 old = face->charmap;
  /external/freetype/src/cache/
ftccmap.c 5 /* FreeType CharMap cache (body) */
56 /* the charmap query */
92 /***** CHARMAP NODES *****/
254 /* sets the face's charmap to the appropriate value. */
315 old = face->charmap;
  /external/freetype/src/autofit/
afglobal.c 137 FT_CharMap old_charmap = face->charmap;
160 /* scan each style in a Unicode charmap */
afcjk.c 563 FT_CharMap oldmap = face->charmap;
    [all...]
aflatin2.c 480 FT_CharMap oldmap = face->charmap;
495 /* do we have a latin charmap in there? */
    [all...]
aflatin.c 866 FT_CharMap oldmap = face->charmap;
    [all...]
  /external/qemu/android/
qemulator.c 142 emulator->keyboard = skin_keyboard_create(opts->charmap, opts->raw_keys);
console.c 54 #include "android/charmap.h"
1964 const AKeyCharmap* charmap; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.c 917 /* Try to synthesize a Unicode charmap if there is none available */
956 /* we didn't find a Unicode charmap -- synthesize one */
971 /* if no Unicode charmap was previously selected, select this one */
972 if ( cffface->charmap == NULL && nn != (FT_UInt)cffface->num_charmaps )
973 cffface->charmap = cffface->charmaps[nn];
    [all...]
  /external/freetype/src/cff/
cffobjs.c 917 /* Try to synthesize a Unicode charmap if there is none available */
956 /* we didn't find a Unicode charmap -- synthesize one */
971 /* if no Unicode charmap was previously selected, select this one */
972 if ( cffface->charmap == NULL && nn != (FT_UInt)cffface->num_charmaps )
973 cffface->charmap = cffface->charmaps[nn];
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.c 922 /* Try to synthesize a Unicode charmap if there is none available */
961 /* we didn't find a Unicode charmap -- synthesize one */
976 /* if no Unicode charmap was previously selected, select this one */
977 if ( cffface->charmap == NULL && nn != (FT_UInt)cffface->num_charmaps )
978 cffface->charmap = cffface->charmaps[nn];
    [all...]
  /external/libpcap/
pcap.c 1011 static const u_char charmap[] = { variable
1081 register const u_char *cm = charmap,
    [all...]

Completed in 659 milliseconds

1 23