Searched refs:FLAG_WE_HAVE_INSTRUCTIONS (Results 1 – 12 of 12) sorted by relevance
19 public static final int FLAG_WE_HAVE_INSTRUCTIONS = 0x01 << 8; field in CompositeGlyph70 if ((flags & FLAG_WE_HAVE_INSTRUCTIONS) == FLAG_WE_HAVE_INSTRUCTIONS) { in initialize()
49 #define FLAG_WE_HAVE_INSTRUCTIONS 1 << 8 macro
738 we_have_inst |= ( flags & FLAG_WE_HAVE_INSTRUCTIONS ) != 0; in compositeGlyph_size()
50 #define FLAG_WE_HAVE_INSTRUCTIONS 1 << 8 macro
727 we_have_inst |= ( flags & FLAG_WE_HAVE_INSTRUCTIONS ) != 0; in compositeGlyph_size()
126 flags &= ~CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS; in overrideCompositeGlyfFlags()
180 CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS | in lintCompositeGlyph()
136 haveInstructions = (flags & CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS) != 0; in writeCompositeGlyph()