Home
last modified time | relevance | path

Searched defs:getAnchor (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DAnchorTables.cpp15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, in getAnchor() function in AnchorTable
52 void Format1AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const in getAnchor() function in Format1AnchorTable
63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &… in getAnchor() function in Format2AnchorTable
78 void Format3AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const in getAnchor() function in Format3AnchorTable
/external/webkit/Source/WebCore/inspector/front-end/
DPopover.js157 WebInspector.PopoverHelper = function(panelElement, getAnchor, showPopup, showOnClick, onHide) argument
/external/llvm/include/llvm/Support/
DYAMLParser.h120 StringRef getAnchor() const { return Anchor; } in getAnchor() function