Home | History | Annotate | Download | only in ports

Lines Matching full:bbox

1612     CGRect bbox = CTFontGetBoundingBox(ctFont);
1615 r.set( CGToScalar(CGRectGetMinX_inline(bbox)), // Left
1616 CGToScalar(CGRectGetMaxY_inline(bbox)), // Top
1617 CGToScalar(CGRectGetMaxX_inline(bbox)), // Right
1618 CGToScalar(CGRectGetMinY_inline(bbox))); // Bottom