HomeSort by relevance Sort by last modified time
    Searched refs:getAnchor (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/layout/
AnchorTables.h 27 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
33 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const;
40 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const;
48 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const;
AnchorTables.cpp 15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
23 f1->getAnchor(fontInstance, anchor);
31 f2->getAnchor(glyphID, fontInstance, anchor);
39 f3->getAnchor(fontInstance, anchor);
47 f1->getAnchor(fontInstance, anchor);
52 void Format1AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const
63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const
78 void Format3AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const
CursiveAttachmentSubtables.cpp 35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
MarkArrays.cpp 29 anchorTable->getAnchor(glyphID, fontInstance, anchor);
MarkToMarkPosnSubtables.cpp 73 anchorTable->getAnchor(mark2Glyph, fontInstance, mark2Anchor);
MarkToBasePosnSubtables.cpp 75 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor);
MarkToLigaturePosnSubtables.cpp 79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ObjectPopoverHelper.js 35 * @param {function(!Element, !Event):(!Element|!AnchorBox|undefined)} getAnchor
40 WebInspector.ObjectPopoverHelper = function(panelElement, getAnchor, queryObject, onHide, disableOnClick)
42 WebInspector.PopoverHelper.call(this, panelElement, getAnchor, this._showObjectPopover.bind(this), this._onHideObjectPopover.bind(this), disableOnClick);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 233 * @param {function(!Element, !Event):(!Element|!AnchorBox|undefined)} getAnchor
238 WebInspector.PopoverHelper = function(panelElement, getAnchor, showPopover, onHide, disableOnClick)
241 this._getAnchor = getAnchor;
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 87 StringRef Anchor = n->getAnchor();
  /external/llvm/include/llvm/Support/
YAMLParser.h 122 /// have one, getAnchor().size() will be 0.
123 StringRef getAnchor() const { return Anchor; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 795 milliseconds