Lines Matching defs:order
515 // 'order' (non-negative integer) [default -1]
776 // This loop inserts the vendor fallback fonts in the correct order in the
781 int order = family->fOrder;
782 if (order < 0) {
787 // no order specified on this font, but we're incrementing the order
788 // based on an earlier order insertion request
792 // Add the font into the fallback list in the specified order. Set
794 *fallbackFonts.insert(order) = family;
795 currentOrder = order + 1;