HomeSort by relevance Sort by last modified time
    Searched refs:FT_OUTLINE_OWNER (Results 1 - 6 of 6) sorted by null

  /external/freetype/include/freetype/
ftimage.h 388 * FT_OUTLINE_OWNER ::
448 #define FT_OUTLINE_OWNER 0x1
462 #define ft_outline_owner FT_OUTLINE_OWNER macro
    [all...]
  /external/freetype/src/base/
ftoutln.c 327 anoutline->flags |= FT_OUTLINE_OWNER;
332 anoutline->flags |= FT_OUTLINE_OWNER;
428 /* copy all flags, except the `FT_OUTLINE_OWNER' one */
429 is_owner = target->flags & FT_OUTLINE_OWNER;
432 target->flags &= ~FT_OUTLINE_OWNER;
449 if ( outline->flags & FT_OUTLINE_OWNER )
ftglyph.c 258 slot->outline.flags &= ~FT_OUTLINE_OWNER;
  /external/freetype/src/cid/
cidgload.c 418 cidglyph->outline.flags &= FT_OUTLINE_OWNER;
  /external/freetype/src/pfr/
pfrobjs.c 378 outline->flags &= ~FT_OUTLINE_OWNER;
  /external/freetype/src/type1/
t1gload.c 462 t1glyph->outline.flags &= FT_OUTLINE_OWNER;

Completed in 274 milliseconds