Home
last modified time | relevance | path

Searched refs:setBottom (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/core/
DSkConcaveToTriangles.cpp109 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/
DRect.h38 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() function
DCSSComputedStyleDeclaration.cpp364 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()
DCSSParser.cpp3542 region->setBottom(amount); in parseDashboardRegions()
3564 region->setBottom(amount); in parseDashboardRegions()
3665 rect->setBottom(length); in parseShape()
4919 rect->setBottom(m_bottom); in commitBorderImage()
DCSSStyleSelector.cpp4148 m_style->setBottom(l); in applyProperty()
/external/proguard/src/proguard/evaluation/
DTracedStack.java94 producerStack.setBottom(index, value); in setBottomProducerValue()
DStack.java203 public void setBottom(int index, Value value) in setBottom() method in Stack
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRoot.cpp251 indexBox->style()->setBottom(Length(radicalHeight + style()->paddingBottom().value(), Fixed)); in layout()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h113 - (void)setBottom:(NSString *)bottom;
DDOMCSS.mm422 - (void)setBottom:(NSString *)bottom
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp614 …end(new PropertyWrapper<Length>(CSSPropertyBottom, &RenderStyle::bottom, &RenderStyle::setBottom)); in ensurePropertyMap()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h815 void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, v) } in setBottom() function
/external/webkit/Source/WebCore/
DChangeLog-2005-12-19669 (DOM::RectImpl::setBottom):
DChangeLog-2006-05-1021276 (WebCore::RectImpl::setBottom):
DChangeLog-2009-06-1676465 (WebCore::InheritedFlags::setBottom):
88765 (WebCore::RenderStyle::setBottom):
DChangeLog-2007-10-1422777 (WebCore::Rect::setBottom):