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

  /ndk/sources/android/support/src/musl-locale/
iconv.c 32 /* Definitions of charmaps. Each charmap consists of:
37 static const unsigned char charmaps[] = variable
93 for (s=charmaps; *s; ) {
96 return s+1-charmaps;
113 || (charmaps[t] >= 0320)) {
164 const unsigned char *map = charmaps+from+1;
165 const unsigned char *tomap = charmaps+to+1;
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 206 FT_CharMap charmaps[2]; member in struct:T1_FaceRec_
  /external/freetype/include/internal/
t1types.h 206 FT_CharMap charmaps[2]; member in struct:T1_FaceRec_
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
t1types.h 206 FT_CharMap charmaps[2]; member in struct:T1_FaceRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
t1types.h 206 FT_CharMap charmaps[2]; member in struct:T1_FaceRec_
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 465 /* parent's face. Some font formats may provide several charmaps per */
468 /* Each face object owns zero or more charmaps, but only one of them */
471 /* The list of available charmaps in a face is available through the */
472 /* `face->num_charmaps' and `face->charmaps' fields of @FT_FaceRec. */
936 FT_CharMap* charmaps; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/include/
freetype.h 975 FT_CharMap* charmaps; member in struct:FT_FaceRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
freetype.h 467 /* parent's face. Some font formats may provide several charmaps per */
470 /* Each face object owns zero or more charmaps, but only one of them */
473 /* The list of available charmaps in a face is available through the */
474 /* `face->num_charmaps' and `face->charmaps' fields of @FT_FaceRec. */
938 FT_CharMap* charmaps; member in struct:FT_FaceRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
freetype.h 467 /* parent's face. Some font formats may provide several charmaps per */
470 /* Each face object owns zero or more charmaps, but only one of them */
473 /* The list of available charmaps in a face is available through the */
474 /* `face->num_charmaps' and `face->charmaps' fields of @FT_FaceRec. */
938 FT_CharMap* charmaps; member in struct:FT_FaceRec_
    [all...]

Completed in 970 milliseconds