Home | History | Annotate | Download | only in rendering

Lines Matching refs:ty

131 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty)
140 return RenderBlock::paintBoxDecorations(paintInfo, tx, ty);
148 ty += yOff;
155 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Normal);
157 paintFillLayers(paintInfo, style()->visitedDependentColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), tx, ty, w, h);
158 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Inset);
171 int clipTop = ty;
177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height()));
180 paintBorder(paintInfo.context, tx, ty, w, h, style(), true, true);
185 void RenderFieldset::paintMask(PaintInfo& paintInfo, int tx, int ty)
194 return RenderBlock::paintMask(paintInfo, tx, ty);
202 ty += yOff;
209 paintMaskImages(paintInfo, tx, ty, w, h);