Searched refs:clipTop (Results 1 – 7 of 7) sorted by relevance
171 int clipTop = ty; in paintBoxDecorations() local173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight)); in paintBoxDecorations()
1159 if (!style()->clipTop().isAuto()) { in clipRect()1160 int c = style()->clipTop().calcValue(height()); in clipRect()
276 int clipTop, clipBot; in setPath() local279 clipTransitions = clip.count_runtype_values(&clipTop, &clipBot); in setPath()281 int top = SkMax32(pathTop, clipTop); in setPath()
787 WebCore::IntRect screenClip(info->clipLeft, info->clipTop, in operator ()()789 info->clipBottom - info->clipTop); in operator ()()
467 Length clipTop() const { return visual->clip.top(); } in clipTop() function
4459 top = m_parentStyle->clipTop(); in applyProperty()
76452 (WebCore::InheritedFlags::clipTop):