Searched refs:fY (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMarkToBasePosnSubtables.cpp110 float anchorDiffY = baseAnchor.fY - markAnchor.fY;
117 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
131 pixels.fY += px.fY;
138 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - baseAdvance.fX, anchorDiffY - baseAdvance.fY, -markAdvance.fX, -markAdvance.fY);
H A DMarkToMarkPosnSubtables.cpp108 float anchorDiffY = mark2Anchor.fY - markAnchor.fY;
113 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
120 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - mark2Advance.fX, anchorDiffY - mark2Advance.fY, -markAdvance.fX, -markAdvance.fY);
H A DMarkToLigaturePosnSubtables.cpp114 float anchorDiffY = ligatureAnchor.fY - markAnchor.fY;
119 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
126 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - ligatureAdvance.fX, anchorDiffY - ligatureAdvance.fY, -markAdvance.fX, -markAdvance.fY);
H A DLEFontInstance.cpp143 points.fY = yUnitsToPoints(units.fY);
159 units.fY = yPixelsToUnits(pixels.fY);
165 pixels.fY = yUnitsToPoints(yFunits) * getScaleFactorY();
H A DValueRecords.cpp77 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
87 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
97 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
107 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
181 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
191 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
201 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
211 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
H A DGlyphPositionAdjustments.cpp123 exitAnchor.fX = exitAnchor.fY = 0;
137 float anchorDiffY = exitAnchor.fY - entryAnchor.fY;
H A DAnchorTables.cpp124 pixels.fY += adjy;
H A DGlyphPositionAdjustments.h255 fEntryPoint.fX = fEntryPoint.fY = fExitPoint.fX = fExitPoint.fY = 0;
H A DKernTable.cpp271 pt.fY = 0;
H A DLETypes.h328 float fY; member in struct:LEPoint
H A DLayoutEngine.cpp409 y += advance.fY;
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h151 points.fY = yUnitsToPoints(units.fY);
167 units.fY = yPixelsToUnits(pixels.fY);
H A DFontInstanceAdapter.cpp214 yy = adjustment.fY;
219 adjustment.fY = xy + yy;
224 adjustment.fX, adjustment.fY);
227 adjustment.fY = env->GetFloatField(pt, sunFontIDs.yFID);
234 advance.fY = 0;
241 advance.fY = env->GetFloatField(pt, sunFontIDs.yFID);
264 point.fY = -env->GetFloatField(pt, sunFontIDs.yFID);
293 pixels.fY = xy + yy;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c190 #define PROCESS_POINT(hnd, fX, fY, checkBounds, pixelInfo) \
193 jint _Y = (fY)>> MDP_PREC; \
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java518 void PROCESS_POINT(int fX, int fY, boolean checkBounds, argument
521 int _Y = fY>> MDP_PREC;

Completed in 1216 milliseconds