Searched defs:MORE_COMPONENTS (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py198 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one variable
695 more = flags & MORE_COMPONENTS
768 more = flags & MORE_COMPONENTS
846 more = self.flags & MORE_COMPONENTS
861 flags = flags | MORE_COMPONENTS
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_g_l_y_f.py198 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one variable
695 more = flags & MORE_COMPONENTS
768 more = flags & MORE_COMPONENTS
846 more = self.flags & MORE_COMPONENTS
861 flags = flags | MORE_COMPONENTS
/external/freetype/src/truetype/
H A Dttgload.c60 #define MORE_COMPONENTS 0x0020 macro
664 } while ( subglyph->flags & MORE_COMPONENTS );

Completed in 135 milliseconds