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

  /external/freetype/include/freetype/
ftimage.h 403 /* FT_OUTLINE_OWNER :: */
463 #define FT_OUTLINE_OWNER 0x1
485 * ft_outline_owner :: See @FT_OUTLINE_OWNER.
493 #define ft_outline_owner FT_OUTLINE_OWNER macro
    [all...]
  /external/freetype/src/base/
ftoutln.c 314 anoutline->flags |= FT_OUTLINE_OWNER;
319 anoutline->flags |= FT_OUTLINE_OWNER;
410 /* copy all flags, except the `FT_OUTLINE_OWNER' one */
411 is_owner = target->flags & FT_OUTLINE_OWNER;
414 target->flags &= ~FT_OUTLINE_OWNER;
427 if ( outline->flags & FT_OUTLINE_OWNER )
ftglyph.c 251 slot->outline.flags &= ~FT_OUTLINE_OWNER;

Completed in 393 milliseconds