Home | History | Annotate | Download | only in gtk

Lines Matching full:textextents

1543 static IntRect textExtents(AtkText* text, gint startOffset, gint length, AtkCoordType coords)
1570 IntRect extents = textExtents(text, offset, 1, coords);
1579 IntRect extents = textExtents(text, startOffset, endOffset - startOffset, coords);