HomeSort by relevance Sort by last modified time
    Searched full:ft_outline_owner (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/base/
ftoutln.c 326 anoutline->flags |= FT_OUTLINE_OWNER;
331 anoutline->flags |= FT_OUTLINE_OWNER;
427 /* copy all flags, except the `FT_OUTLINE_OWNER' one */
428 is_owner = target->flags & FT_OUTLINE_OWNER;
431 target->flags &= ~FT_OUTLINE_OWNER;
448 if ( outline->flags & FT_OUTLINE_OWNER )
ftglyph.c 259 slot->outline.flags &= ~FT_OUTLINE_OWNER;
  /external/freetype/include/freetype/
ftimage.h 368 /* FT_OUTLINE_OWNER :: */
428 #define FT_OUTLINE_OWNER 0x1
442 #define ft_outline_owner FT_OUTLINE_OWNER macro
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 368 /* FT_OUTLINE_OWNER :: */
428 #define FT_OUTLINE_OWNER 0x1
442 #define ft_outline_owner FT_OUTLINE_OWNER macro
    [all...]
  /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 444 t1glyph->outline.flags &= FT_OUTLINE_OWNER;

Completed in 249 milliseconds