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

  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 22 typedef struct FT_FaceRec_* FT_Face;
273 FT_Face face,
277 bool (*getAdvance)(FT_Face face, int gId, int16_t* data));
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 22 typedef struct FT_FaceRec_* FT_Face;
273 FT_Face face,
277 bool (*getAdvance)(FT_Face face, int gId, int16_t* data));
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 88 /* FT_Face */
264 /* It is used for the `available_sizes' field of @FT_Face. */
380 /* FT_Face */
399 typedef struct FT_FaceRec_* FT_Face;
412 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
421 /* given @FT_Face, but they won't be used by other functions until */
    [all...]
  /external/freetype/include/freetype/
freetype.h 88 /* FT_Face */
268 /* It is used for the `available_sizes' field of @FT_Face. */
384 /* FT_Face */
403 typedef struct FT_FaceRec_* FT_Face;
416 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
425 /* given @FT_Face, but they won't be used by other functions until */
    [all...]

Completed in 262 milliseconds