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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DAnchorTables.cpp40 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, function in class:AnchorTable
48 f1->getAnchor(fontInstance, anchor);
56 f2->getAnchor(glyphID, fontInstance, anchor);
64 f3->getAnchor(fontInstance, anchor);
72 f1->getAnchor(fontInstance, anchor);
77 void Format1AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const function in class:Format1AnchorTable
88 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const function in class:Format2AnchorTable
103 void Format3AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const function in class:Format3AnchorTable
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java2062 getAnchor(emd, isProperty), label, strong));
2090 getAnchor(emd), label, false)));
2100 anchor(getAnchor(emd));
2103 public String getAnchor(ExecutableMemberDoc emd) { method in class:HtmlDocletWriter
2104 return getAnchor(emd, false);
2107 public String getAnchor(ExecutableMemberDoc emd, boolean isProperty) { method in class:HtmlDocletWriter

Completed in 200 milliseconds