Searched refs:fX (Results 1 - 15 of 15) sorted by relevance
/openjdk7/jdk/src/share/native/sun/font/layout/ |
H A D | MarkToBasePosnSubtables.cpp | 109 float anchorDiffX = baseAnchor.fX - markAnchor.fX; 117 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY); 130 pixels.fX += px.fX; // and add that to the base glyph's advance 138 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - baseAdvance.fX, anchorDiffY - baseAdvance.fY, -markAdvance.fX, -markAdvance.fY);
|
H A D | MarkToMarkPosnSubtables.cpp | 107 float anchorDiffX = mark2Anchor.fX - markAnchor.fX; 113 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY); 120 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - mark2Advance.fX, anchorDiffY - mark2Advance.fY, -markAdvance.fX, -markAdvance.fY);
|
H A D | MarkToLigaturePosnSubtables.cpp | 113 float anchorDiffX = ligatureAnchor.fX - markAnchor.fX; 119 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY); 126 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - ligatureAdvance.fX, anchorDiffY - ligatureAdvance.fY, -markAdvance.fX, -markAdvance.fY);
|
H A D | GlyphPositionAdjustments.cpp | 123 exitAnchor.fX = exitAnchor.fY = 0; 136 float anchorDiffX = exitAnchor.fX - entryAnchor.fX; 148 adjustXAdvance(i, -(anchorDiffX + secondAdvance.fX)); 155 adjustXAdvance(lastExitPoint, anchorDiffX - firstAdvance.fX);
|
H A D | LEFontInstance.cpp | 142 points.fX = xUnitsToPoints(units.fX); 158 units.fX = xPixelsToUnits(pixels.fX); 164 pixels.fX = xUnitsToPoints(xFunits) * getScaleFactorX();
|
H A D | ValueRecords.cpp | 76 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX); 86 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX); 96 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX); 106 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX); 180 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX); 190 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX); 200 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX); 210 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
|
H A D | AnchorTables.cpp | 117 pixels.fX += adjx;
|
H A D | KernTable.cpp | 270 pt.fX = fTable.getFont()->xUnitsToPoints(value); 274 adjust += pt.fX;
|
H A D | GlyphPositionAdjustments.h | 255 fEntryPoint.fX = fEntryPoint.fY = fExitPoint.fX = fExitPoint.fY = 0;
|
H A D | LETypes.h | 321 float fX; member in struct:LEPoint
|
H A D | LayoutEngine.cpp | 408 x += advance.fX;
|
/openjdk7/jdk/src/share/native/sun/font/ |
H A D | FontInstanceAdapter.h | 150 points.fX = xUnitsToPoints(units.fX); 166 units.fX = xPixelsToUnits(pixels.fX);
|
H A D | FontInstanceAdapter.cpp | 210 xx = adjustment.fX; 218 adjustment.fX = xx + yx; 224 adjustment.fX, adjustment.fY); 226 adjustment.fX = env->GetFloatField(pt, sunFontIDs.xFID); 233 advance.fX = 0; 240 advance.fX = env->GetFloatField(pt, sunFontIDs.xFID); 262 point.fX = env->GetFloatField(pt, sunFontIDs.xFID); 292 pixels.fX = xx + yx;
|
/openjdk7/jdk/src/share/native/sun/java2d/loops/ |
H A D | ProcessPath.c | 190 #define PROCESS_POINT(hnd, fX, fY, checkBounds, pixelInfo) \ 192 jint _X = (fX)>> MDP_PREC; \
|
/openjdk7/jdk/src/share/classes/sun/java2d/loops/ |
H A D | ProcessPath.java | 518 void PROCESS_POINT(int fX, int fY, boolean checkBounds, argument 520 int _X = fX>> MDP_PREC;
|
Completed in 100 milliseconds