Home | History | Annotate | Download | only in jni

Lines Matching defs:textRect

1664     IntRect textRect;
1684 textRect.setX(absoluteOrigin.x() - offset.x());
1685 textRect.setWidth(width);
1686 textRect.setY(absoluteOrigin.y() - offset.y());
1687 textRect.setHeight(height);
1689 return textRect;