Searched refs:getAnchor (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DAnchorTables.h52 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
58 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const;
65 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const;
73 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const;
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
H A DCursiveAttachmentSubtables.cpp60 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
69 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
H A DMarkArrays.cpp54 anchorTable->getAnchor(glyphID, fontInstance, anchor);
H A DMarkToMarkPosnSubtables.cpp102 anchorTable->getAnchor(mark2Glyph, fontInstance, mark2Anchor);
H A DMarkToBasePosnSubtables.cpp104 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor);
H A DMarkToLigaturePosnSubtables.cpp108 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlSerialMethodWriter.java112 writer.getAnchor(member)));
H A DMethodWriterImpl.java100 writer.getMarkerAnchor(writer.getAnchor(method)));
316 writer.getAnchor(method), name, false)));
H A DConstructorWriterImpl.java112 writer.getMarkerAnchor(writer.getAnchor(constructor)));
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 45 milliseconds