Home
last modified time | relevance | path

Searched refs:ipdAdjust (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DLayoutContext.java103 private double ipdAdjust; field in LayoutContext
158 this.ipdAdjust = parentLC.ipdAdjust; in LayoutContext()
455 ipdAdjust = ipdA; in setIPDAdjust()
460 return ipdAdjust; in getIPDAdjust()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DTextLayoutManager.java281 double ipdAdjust = context.getIPDAdjust(); in addMappingAreas() local
285 if (ipdAdjust > 0.0) { in addMappingAreas()
286 difference = (int) (realWidth.getStretch() * ipdAdjust); in addMappingAreas()
288 difference = (int) (realWidth.getShrink() * ipdAdjust); in addMappingAreas()
293 if (ipdAdjust > 0.0) { in addMappingAreas()
294 letterSpaceDim += (int) (letterSpaceIPD.getStretch() * ipdAdjust); in addMappingAreas()
296 letterSpaceDim += (int) (letterSpaceIPD.getShrink() * ipdAdjust); in addMappingAreas()
H A DLineLayoutManager.java118 private final double ipdAdjust; // Percentage to adjust (stretch or shrink) field in LineLayoutManager.LineBreakPosition
136 ipdAdjust = ipdA; in LineBreakPosition()
1252 returnList.add(new KnuthBlockBox(lbp.lineHeight, contentIPD, (lbp.ipdAdjust != 0 in getChangedKnuthElements()
1573 lc.setIPDAdjust(lbp.ipdAdjust); in addInlineArea()