Searched defs:charsLtoV (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java54 private int[] charsLtoV; // possibly null field in class:GraphicComponent
71 * into charLtoV and levels. charsLtoV and levels may be adopted.
75 int[] charsLtoV,
90 initLocalOrdering(charsLtoV, levels, start, limit);
101 int[] charsLtoV = null;
105 charsLtoV = parent.charsLtoV;
112 charsLtoV = new int[limit];
115 charsLtoV[i] = limit-i-1;
124 initLocalOrdering(charsLtoV, level
73 GraphicComponent(GraphicAttribute graphic, Decoration decorator, int[] charsLtoV, byte[] levels, int start, int limit, AffineTransform baseTx) argument
130 initLocalOrdering(int[] charsLtoV, byte[] levels, int start, int limit) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java910 int[] charsLtoV = null;
949 charsLtoV = BidiUtils.createInverseMap(charsVtoL);
963 charsLtoV, levels,
982 chars, 0, chars.length, charsLtoV, levels, isDirectionLTR);
1000 int[] charsLtoV,
1012 int chunkLimit = firstVisualChunk(charsLtoV, levels, pos, runLimit); // <= displayLimit
1053 int[] charsLtoV,
1078 int chunkLimit = firstVisualChunk(charsLtoV, levels,
1082 new GraphicComponent(graphicAttribute, decorator, charsLtoV, levels, pos, chunkLimit, baseRot);
1099 charsLtoV, level
997 createComponentsOnRun(int runStart, int runLimit, char[] chars, int[] charsLtoV, byte[] levels, TextLabelFactory factory, Font font, CoreMetrics cm, FontRenderContext frc, Decoration decorator, TextLineComponent[] components, int numComponents) argument
1049 getComponents(StyledParagraph styledParagraph, char[] chars, int textStart, int textLimit, int[] charsLtoV, byte[] levels, TextLabelFactory factory) argument
1160 computeComponentOrder(TextLineComponent[] components, int[] charsLtoV) argument
[all...]

Completed in 33 milliseconds