Searched refs:GLUE (Results 1 – 4 of 4) sorted by relevance
51 GLUE, enumConstant75 assert this == BOX || this == GLUE || this == WORD_BREAK; in getNewPrimitive()76 if (this == BOX || this == GLUE) { in getNewPrimitive()
149 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in computeMetrics()180 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in desperateBreak()
56 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in computeBreaks()
206 primitives.add(PrimitiveType.GLUE.getNewPrimitive(i, widths[i])); in computePrimitives()