Lines Matching full:bbox
1612 CGRect bbox = CTFontGetBoundingBox(ctFont);1615 r.set( CGToScalar(CGRectGetMinX_inline(bbox)), // Left1616 CGToScalar(CGRectGetMaxY_inline(bbox)), // Top1617 CGToScalar(CGRectGetMaxX_inline(bbox)), // Right1618 CGToScalar(CGRectGetMinY_inline(bbox))); // Bottom