Home | History | Annotate | Download | only in rendering

Lines Matching refs:tx

294 bool SVGInlineTextBox::nodeAtPoint(const HitTestRequest&, HitTestResult& result, int x, int y, int tx, int ty)
300 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty));
351 void SVGInlineTextBox::paintCharacters(RenderObject::PaintInfo& paintInfo, int tx, int ty, const SVGChar& svgChar, const UChar* chars, int length, SVGTextPaintInfo& textPaintInfo)
387 paintCustomHighlight(tx, ty, styleToUse->highlight());
391 paintCompositionBackground(paintInfo.context, tx, ty, styleToUse, font,
395 paintDocumentMarkers(paintInfo.context, tx, ty, styleToUse, font, true);
449 paintDocumentMarkers(paintInfo.context, tx, ty, styleToUse, font, false);
466 paintCompositionUnderline(paintInfo.context, tx, ty, underline);
544 void SVGInlineTextBox::paintDecoration(ETextDecoration decoration, GraphicsContext* context, int tx, int ty, int width, const SVGChar& svgChar, const SVGTextDecorationInfo& info)
574 context->addPath(pathForDecoration(decoration, fillObject, tx, ty, width));
583 context->addPath(pathForDecoration(decoration, strokeObject, tx, ty, width));