Lines Matching full:bbox
1535 CGRect bbox = CTFontGetBoundingBox(ctFont.get());1538 r.set( CGToScalar(CGRectGetMinX_inline(bbox)), // Left1539 CGToScalar(CGRectGetMaxY_inline(bbox)), // Top1540 CGToScalar(CGRectGetMaxX_inline(bbox)), // Right1541 CGToScalar(CGRectGetMinY_inline(bbox))); // Bottom