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()
160 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in computeMetrics()162 if (p.type == PrimitiveType.BOX) { in computeMetrics()191 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in desperateBreak()193 if (p.type == PrimitiveType.BOX) { in desperateBreak()
58 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) { in computeBreaks()60 if (p.type == PrimitiveType.BOX) { in computeBreaks()
202 primitives.add(PrimitiveType.BOX.getNewPrimitive(i, widths[i])); in computePrimitives()