Searched refs:FLAG_MORE_COMPONENTS (Results 1 – 12 of 12) sorted by relevance
16 public static final int FLAG_MORE_COMPONENTS = 0x01 << 5; field in CompositeGlyph50 int flags = FLAG_MORE_COMPONENTS; in initialize()51 while ((flags & FLAG_MORE_COMPONENTS) == FLAG_MORE_COMPONENTS) { in initialize()
87 int flags = CompositeGlyph.FLAG_MORE_COMPONENTS; in renumberCompositeGlyph()90 while ((flags & CompositeGlyph.FLAG_MORE_COMPONENTS) != 0) { in renumberCompositeGlyph()
123 int flags = CompositeGlyph.FLAG_MORE_COMPONENTS; in overrideCompositeGlyfFlags()124 while ((flags & CompositeGlyph.FLAG_MORE_COMPONENTS) != 0) { in overrideCompositeGlyfFlags()
46 #define FLAG_MORE_COMPONENTS 1 << 5 macro
726 FT_UShort flags = FLAG_MORE_COMPONENTS; in compositeGlyph_size()731 while ( flags & FLAG_MORE_COMPONENTS ) in compositeGlyph_size()
47 #define FLAG_MORE_COMPONENTS 1 << 5 macro
715 FT_UShort flags = FLAG_MORE_COMPONENTS; in compositeGlyph_size()720 while ( flags & FLAG_MORE_COMPONENTS ) in compositeGlyph_size()
179 final int MASK = ~(CompositeGlyph.FLAG_MORE_COMPONENTS | in lintCompositeGlyph()