Searched refs:BOX (Results 1 – 4 of 4) sorted by relevance
47 BOX, 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()151 if (p.type == PrimitiveType.BOX) { in computeMetrics()180 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in desperateBreak()182 if (p.type == PrimitiveType.BOX) { in desperateBreak()
56 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in computeBreaks()58 if (p.type == PrimitiveType.BOX) { in computeBreaks()
223 primitives.add(PrimitiveType.BOX.getNewPrimitive(i, widths[i])); in computePrimitives()