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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 198 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one
695 more = flags & MORE_COMPONENTS
768 more = flags & MORE_COMPONENTS
846 more = self.flags & MORE_COMPONENTS
861 flags = flags | MORE_COMPONENTS
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 58 #define MORE_COMPONENTS 0x0020
657 } while ( subglyph->flags & MORE_COMPONENTS );
    [all...]
  /external/freetype/src/truetype/
ttgload.c 58 #define MORE_COMPONENTS 0x0020
662 } while ( subglyph->flags & MORE_COMPONENTS );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 59 #define MORE_COMPONENTS 0x0020
662 } while ( subglyph->flags & MORE_COMPONENTS );
    [all...]

Completed in 303 milliseconds