Searched refs:textBounds (Results 1 – 3 of 3) sorted by relevance
129 Rect textBounds = new Rect(); in fillCanvas() local130 titlePaint.getTextBounds(title, 0, title.length(), textBounds); in fillCanvas()132 OUTER_MARGIN + textBounds.height()); in fillCanvas()
561 const CGRect textBounds =576 [layer setFrame:textBounds];
579 const CGRect textBounds = CGRectMake((originX + marginSizeX), (originY + marginSizeY),593 [layer setFrame:textBounds];