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

  /external/freetype/src/base/
ftoutln.c 325 anoutline->flags |= FT_OUTLINE_OWNER;
330 anoutline->flags |= FT_OUTLINE_OWNER;
423 /* copy all flags, except the `FT_OUTLINE_OWNER' one */
424 is_owner = target->flags & FT_OUTLINE_OWNER;
427 target->flags &= ~FT_OUTLINE_OWNER;
444 if ( outline->flags & FT_OUTLINE_OWNER )
ftglyph.c 257 slot->outline.flags &= ~FT_OUTLINE_OWNER;
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 325 anoutline->flags |= FT_OUTLINE_OWNER;
330 anoutline->flags |= FT_OUTLINE_OWNER;
423 /* copy all flags, except the `FT_OUTLINE_OWNER' one */
424 is_owner = target->flags & FT_OUTLINE_OWNER;
427 target->flags &= ~FT_OUTLINE_OWNER;
444 if ( outline->flags & FT_OUTLINE_OWNER )
ftglyph.c 253 slot->outline.flags &= ~FT_OUTLINE_OWNER;
  /external/freetype/include/
ftimage.h 368 /* FT_OUTLINE_OWNER :: */
428 #define FT_OUTLINE_OWNER 0x1
442 #define ft_outline_owner FT_OUTLINE_OWNER macro
    [all...]
  /external/pdfium/third_party/freetype/include/
ftimage.h 373 /* FT_OUTLINE_OWNER :: */
433 #define FT_OUTLINE_OWNER 0x1
447 #define ft_outline_owner FT_OUTLINE_OWNER macro
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 337 cidglyph->outline.flags &= FT_OUTLINE_OWNER;
  /external/pdfium/third_party/freetype/src/type1/
t1gload.c 375 t1glyph->outline.flags &= FT_OUTLINE_OWNER;

Completed in 363 milliseconds