Home | History | Annotate | Download | only in ports

Lines Matching full:bbox

1535     CGRect bbox = CTFontGetBoundingBox(ctFont.get());
1538 r.set( CGToScalar(CGRectGetMinX_inline(bbox)), // Left
1539 CGToScalar(CGRectGetMaxY_inline(bbox)), // Top
1540 CGToScalar(CGRectGetMaxX_inline(bbox)), // Right
1541 CGToScalar(CGRectGetMinY_inline(bbox))); // Bottom