Home | History | Annotate | Download | only in win

Lines Matching refs:layerBounds

69     CGRect layerBounds = owner()->bounds();
72 CGContextTranslateCTM(context, 0, -layerBounds.size.height);
91 CGContextFillRect(context, layerBounds);
110 CGRect aBounds = layerBounds;
163 CGRect layerBounds = m_owner->bounds();
164 CGRect indicatorRect = CGRectMake(layerBounds.origin.x, layerBounds.origin.y, 80, 25);
170 FloatRect layerBounds = owner()->bounds();
171 FloatRect repaintCounterRect = layerBounds;
177 repaintCounterRect.setY(layerBounds.height() - (layerBounds.y() + repaintCounterRect.height()));