Searched refs:setBottom (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/core/ |
D | SkConcaveToTriangles.cpp | 109 void setBottom(Vertex *bottom) { fBottom = bottom; } in setBottom() function in Trapezoid 110 void nullify() { setBottom(NULL); } in nullify() 731 t->setBottom(vt); // This trapezoid is now complete. in ConvertPointsToVertices() 748 t->setBottom(vt); in ConvertPointsToVertices() 774 t->setBottom(vt); in ConvertPointsToVertices() 788 t->setBottom(vt); in ConvertPointsToVertices() 789 s->setBottom(vt); in ConvertPointsToVertices()
|
/external/webkit/Source/WebCore/css/ |
D | Rect.h | 38 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() function
|
D | CSSComputedStyleDeclaration.cpp | 364 rect->setBottom(bottom); in valueForNinePieceImage() 1489 …region->setBottom(zoomAdjustedPixelValue(offset.bottom().value(), style.get(), primitiveValueCache… in getPropertyCSSValue() 1644 …rect->setBottom(zoomAdjustedPixelValue(style->clip().bottom().value(), style.get(), primitiveValue… in getPropertyCSSValue()
|
D | CSSParser.cpp | 3542 region->setBottom(amount); in parseDashboardRegions() 3564 region->setBottom(amount); in parseDashboardRegions() 3665 rect->setBottom(length); in parseShape() 4919 rect->setBottom(m_bottom); in commitBorderImage()
|
D | CSSStyleSelector.cpp | 4148 m_style->setBottom(l); in applyProperty()
|
/external/proguard/src/proguard/evaluation/ |
D | TracedStack.java | 94 producerStack.setBottom(index, value); in setBottomProducerValue()
|
D | Stack.java | 203 public void setBottom(int index, Value value) in setBottom() method in Stack
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLRoot.cpp | 251 indexBox->style()->setBottom(Length(radicalHeight + style()->paddingBottom().value(), Fixed)); in layout()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 113 - (void)setBottom:(NSString *)bottom;
|
D | DOMCSS.mm | 422 - (void)setBottom:(NSString *)bottom
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 614 …end(new PropertyWrapper<Length>(CSSPropertyBottom, &RenderStyle::bottom, &RenderStyle::setBottom)); in ensurePropertyMap()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 815 void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, v) } in setBottom() function
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 669 (DOM::RectImpl::setBottom):
|
D | ChangeLog-2006-05-10 | 21276 (WebCore::RectImpl::setBottom):
|
D | ChangeLog-2009-06-16 | 76465 (WebCore::InheritedFlags::setBottom): 88765 (WebCore::RenderStyle::setBottom):
|
D | ChangeLog-2007-10-14 | 22777 (WebCore::Rect::setBottom):
|