Lines Matching refs:bbox
1586 CGRect bbox = CTFontGetBoundingBox(ctFont);1589 r.set( CGToScalar(CGRectGetMinX_inline(bbox)), // Left1590 CGToScalar(CGRectGetMaxY_inline(bbox)), // Top1591 CGToScalar(CGRectGetMaxX_inline(bbox)), // Right1592 CGToScalar(CGRectGetMinY_inline(bbox))); // Bottom