Searched defs:anchor (Results 1 - 21 of 21) sorted by relevance

/external/junit/src/junit/swingui/
H A DCounterPanel.java76 int anchor, int fill,
86 constraints.anchor= anchor;
73 addToGrid(Component comp, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets) argument
H A DTestRunner.java486 private void addGrid(JPanel p, Component co, int x, int y, int w, int fill, double wx, int anchor) { argument
490 c.anchor= anchor;
/external/webkit/WebCore/html/
H A DHTMLViewSourceDocument.cpp295 RefPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(this); local
305 anchor->setAttributeMap(attrs.release());
306 m_current->addChild(anchor);
307 anchor->attach();
308 return anchor.release();
/external/qemu/android/skin/
H A Dfile.h66 SkinPos anchor; member in struct:SkinLocation
/external/webkit/WebCore/page/
H A DDOMSelection.cpp78 Position anchor = selection.isBaseFirst() ? selection.start() : selection.end(); local
79 return rangeCompliantEquivalent(anchor);
H A DDragController.cpp113 RefPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(document); local
114 anchor->setHref(url);
117 anchor->appendChild(anchorText, ec);
119 fragment->appendChild(anchor, ec);
684 // the enclosing anchor element
H A DFrame.cpp621 Node* anchor = enclosingAnchorElement(selection()->base()); local
622 if (anchor) {
623 page()->focusController()->setFocusedNode(anchor, this);
/external/junit/src/junit/awtui/
H A DTestRunner.java110 protected void addGrid(Panel p, Component co, int x, int y, int w, int fill, double wx, int anchor) { argument
114 c.anchor= anchor;
373 int anchor, int fill,
383 constraints.anchor= anchor;
370 addToCounterPanel(Panel counter, Component comp, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets) argument
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java900 private void addItemRow (final IItem item, final boolean odd, final HTMLTable table, final int [] columns, final String nameHREF, final boolean anchor) argument
930 final String fullHREFName = anchor ? "#".concat (nameHREF) : nameHREF;
1024 private void addClassItemRow (final IItem item, final boolean odd, final HTMLTable table, final int [] columns, final String nameHREF, final boolean anchor) argument
1055 final String fullHREFName = anchor ? "#".concat (nameHREF) : nameHREF;
1116 final IntObjectMap /* line num:int->anchor name:String */anchorMap,
1173 final String anchor = (String) anchorMap.get (adjustedl);
1174 if (anchor != null)
1177 //a.getAttributes ().set (Attribute.ID, anchor); ID anchoring does not work in NS 4.0
1178 a.getAttributes ().set (Attribute.NAME, anchor);
/external/freetype/src/autofit/
H A Dafcjk.c894 FT_Pos anchor,
928 org_center = ( edge->opos + edge2->opos ) / 2 + anchor;
1025 AF_Edge anchor = 0; local
1056 if ( dim != AF_DIMENSION_VERT && !anchor )
1142 anchor = edge;
891 af_hint_normal_stem( AF_GlyphHints hints, AF_Edge edge, AF_Edge edge2, FT_Pos anchor, AF_Dimension dim ) argument
H A Daflatin.c1708 AF_Edge anchor = 0; local
1758 if ( !anchor )
1759 anchor = edge;
1793 if ( !anchor )
1842 anchor = edge;
1854 org_pos = anchor->pos + ( edge->opos - anchor->opos );
1905 org_pos = anchor->pos + ( edge->opos - anchor->opos );
2008 if ( has_serifs || !anchor )
[all...]
H A Daflatin2.c1792 AF_Edge anchor = 0; local
1846 if ( !anchor )
1848 anchor = edge;
1850 anchor_drift = (anchor->pos - anchor->opos);
1887 if ( !anchor )
1936 anchor = edge;
1944 anchor_drift = ( (anchor->pos - anchor->opos) +
2155 if ( has_serifs || !anchor )
[all...]
/external/webkit/WebCore/accessibility/
H A DAccessibilityObject.cpp745 Element* anchor = axObj->anchorElement(); local
746 if (!anchor)
749 RenderObject* anchorRenderer = anchor->renderer();
H A DAccessibilityRenderObject.cpp582 // search up the DOM tree for an anchor element
583 // NOTE: this assumes that any non-image with an anchor is an HTMLAnchorElement
1239 HTMLAnchorElement* anchor = static_cast<HTMLAnchorElement*>(element);
1241 KURL linkURL = anchor->href();
1296 // or an internal anchor connection
1764 if (HTMLAnchorElement* anchor = static_cast<HTMLAnchorElement*>(anchorElement()))
1765 return anchor->href();
3156 Element* anchor = anchorElement(); local
3157 if (anchor && anchor
[all...]
/external/icu4c/common/
H A Dustring.c627 UChar *anchor = dst; /* save a pointer to start of dst */ local
635 return anchor;
644 UChar *anchor = dst; /* save a pointer to start of dst */ local
658 return anchor;
966 UChar *anchor = dst; /* save a pointer to start of dst */ local
971 return anchor;
979 UChar *anchor = dst; /* save a pointer to start of dst */ local
986 return anchor;
H A Duloc.c1127 const char* const* anchor = list; local
1134 return (int16_t)(list - anchor);
1146 const char *anchor; local
1149 anchor=src;
1152 return (int32_t)(src-anchor);
1155 return (int32_t)((src-anchor)+uprv_strlen(src));
/external/bison/src/
H A Dvcg.h408 /* Anchor. An anchor point describes the vertical position in a node
414 int anchor;
413 int anchor; member in struct:edge
/external/webkit/WebCore/rendering/
H A DSVGRootInlineBox.cpp838 static float calculateTextAnchorShiftForTextChunk(SVGTextChunk& chunk, ETextAnchor anchor) argument
847 if (anchor == TA_MIDDLE)
860 if (chunk.anchor == TA_START)
863 float shift = calculateTextAnchorShiftForTextChunk(chunk, chunk.anchor);
970 // of text chunks now, to be able to apply text-anchor shifts.
974 // text-anchor needs to be applied to individual chunks.
1023 // Handle text-anchor/textLength on path, which is special.
1031 ETextAnchor anchor = flowBox->renderer()->style()->svgStyle()->textAnchor(); local
1061 // Calculate text-anchor start offset
1062 if (anchor
[all...]
/external/webkit/WebKit/android/nav/
H A DCacheBuilder.cpp429 HTMLAnchorElement* anchor = static_cast<HTMLAnchorElement*>(node); local
430 wideString(anchor->href());
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp1199 // orientation change. Try to keep the anchor at the same place.
1315 WebCore::HTMLAnchorElement* anchor = retrieveAnchorElement(frame, node); local
1316 return anchor ? anchor->href() : WebCore::String();
1321 WebCore::HTMLAnchorElement* anchor = retrieveAnchorElement(frame, node); local
1322 return anchor ? anchor->text() : WebCore::String();
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 311 milliseconds