Searched refs:getEntryPoint (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.cpp56 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const function in class:GlyphPositionAdjustments
62 return fEntryExitPoints[index].getEntryPoint(entryPoint);
135 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) {
172 if (getEntryPoint(i, dummyAnchor) != NULL) {
190 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const function in class:GlyphPositionAdjustments::EntryExitPoint
H A DGlyphPositionAdjustments.h97 LEPoint *getEntryPoint(LEPoint &entryPoint) const;
134 const LEPoint *getEntryPoint(le_int32 index, LEPoint &entryPoint) const;
H A DGlyphIterator.cpp203 glyphPositionAdjustments->getEntryPoint(position, entryPoint);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java140 public Address constantsEnd() { return getEntryPoint(); }
196 public Address getEntryPoint() { return entryPointField.getValue(addr); } method in class:NMethod
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java625 public Element[] getEntryPoint() { method in class:Attribute.Layout
639 int end = parseUsing(getEntryPoint(),
651 unparseUsing(getEntryPoint(), fixups, in, out);

Completed in 301 milliseconds