Home
last modified time | relevance | path

Searched refs:clipTop (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFieldset.cpp171 int clipTop = ty; in paintBoxDecorations() local
173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight)); in paintBoxDecorations()
DRenderBox.cpp1159 if (!style()->clipTop().isAuto()) { in clipRect()
1160 int c = style()->clipTop().calcValue(height()); in clipRect()
/external/skia/src/core/
DSkRegion_path.cpp276 int clipTop, clipBot; in setPath() local
279 clipTransitions = clip.count_runtype_values(&clipTop, &clipBot); in setPath()
281 int top = SkMax32(pathTop, clipTop); in setPath()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp787 WebCore::IntRect screenClip(info->clipLeft, info->clipTop, in operator ()()
789 info->clipBottom - info->clipTop); in operator ()()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h467 Length clipTop() const { return visual->clip.top(); } in clipTop() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4459 top = m_parentStyle->clipTop(); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1676452 (WebCore::InheritedFlags::clipTop):