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

  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 32 typedef struct FT_FaceRec_* FT_Face;
43 FontCustomPlatformData(FT_Face, SharedBuffer*);
49 FT_Face m_freeTypeFace;
  /external/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...]

Completed in 498 milliseconds