Home
last modified time | relevance | path

Searched refs:setTop (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/skia/forth/
DStdWords.cpp36 fe->setTop(a); in BEGIN_WORD()
88 fe->setTop(-(tmp && fe->top())); in BEGIN_WORD()
93 fe->setTop(-(tmp || fe->top())); in BEGIN_WORD()
97 fe->setTop(-(!fe->top())); in BEGIN_WORD()
112 fe->setTop(fe->top() + tmp); in exec()
118 fe->setTop(fe->top() - tmp); in exec()
124 fe->setTop(fe->top() * tmp); in exec()
130 fe->setTop(fe->top() / tmp); in exec()
136 fe->setTop(fe->top() % tmp); in exec()
158 fe->setTop(-value); in exec()
[all …]
DForth.h47 void setTop(intptr_t value);
53 void fsetTop(float value) { this->setTop(f2i_bits(value)); } in fsetTop()
DForthTests.cpp182 fe->setTop(10); in idiv_test()
187 fe->setTop(-1); in idiv_test()
228 fe->setTop(-10); in iabs_test()
239 fe->setTop(-10); in inegate_test()
DForth.cpp52 void ForthEngine::setTop(intptr_t value) { in setTop() function in ForthEngine
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DAnimationHelper.java162 view.setTop(topEnd); in continueAnimation()
181 view.setTop(topEnd); in continueAnimation()
206 mContainer.setTop(biggestContainerTop); in continueAnimation()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRectExtent.h56 void setTop(int top) { m_top = top; } in setTop() function
100 a.setTop(a.top() + b.top());
DFloatBoxExtent.h56 void setTop(float top) { m_top = top; } in setTop() function
116 a.setTop(a.top() + b.top());
DLayoutBoxExtent.h52 inline void setTop(LayoutUnit value) { m_top = value; } in setTop() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DBoolStack.java130 public final void setTop(boolean b) in setTop() method in BoolStack
DIntStack.java156 public void setTop(int val) in setTop() method in IntStack
DObjectStack.java159 public void setTop(Object val) in setTop() method in ObjectStack
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemForEach.java364 currentNodes.setTop(child); in transformSelectedNodes()
365 currentExpressionNodes.setTop(child); in transformSelectedNodes()
DElemApplyTemplates.java263 currentNodes.setTop(child); in transformSelectedNodes()
264 currentExpressionNodes.setTop(child); in transformSelectedNodes()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSBasicShapes.h167 void setTop(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> top) { m_top = top; } in setTop() function
174 setTop(top); in updateShapeSize4Values()
DBasicShapeFunctions.cpp111 insetValue->setTop(pool.createValue(inset->top(), style)); in valueForBasicShape()
250 rect->setTop(convertToLength(state, rectValue->top())); in basicShapeForValue()
DRect.h38 void setTop(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> top) { m_top = top; } in setTop() function
/external/proguard/src/proguard/evaluation/
DTracedStack.java118 producerStack.setTop(index, value); in setTopProducerValue()
DStack.java226 public void setTop(int index, Value value) in setTop() method in Stack
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFullScreen.cpp104 fullscreenStyle->setTop(Length(0, WebCore::Fixed)); in createFullScreenStyle()
DRenderScrollbarPart.cpp127 m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize)); in computeScrollbarHeight()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontComplexTextMac.cpp139 glyphBounds->setTop(floorf(-controller.minGlyphBoundingBoxY())); in floatWidthForComplexText()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathContext.java405 m_saxLocations.setTop(location); in setSAXLocator()
933 m_prefixResolvers.setTop(pr); in setNamespaceContext()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontHarfBuzz.cpp216 glyphBounds->setTop(floorf(-shaper.glyphBoundingBox().top())); in floatWidthForComplexText()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.h262 void setTop(const Length& top) { m_top = top; } in setTop() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowView.java694 public void setTop(int top) { in setTop() method in ShadowView

12