Home | History | Annotate | Download | only in accessibility

Lines Matching refs:absoluteQuads

2490     // For a web area, which will have the most elements of any element, absoluteQuads should be used.
2491 // We should also use absoluteQuads for SVG elements, otherwise transforms won't be applied.
2495 toRenderText(obj)->absoluteQuads(quads, 0, RenderText::ClipToEllipsis);
2497 obj->absoluteQuads(quads);