Home | History | Annotate | Download | only in win

Lines Matching refs:bounds

192         rootLayer()->setBounds(bounds());
224 rootLayer()->setBounds(bounds());
256 CGRect bounds = this->bounds();
261 if (!wkCACFContextBeginUpdate(m_context, space, sizeof(space), CACurrentMediaTime(), bounds, windowDirtyRects.data(), windowDirtyRects.size()))
279 rect.y1 = bounds.origin.y + bounds.size.height - (r->origin.y + r->size.height);
300 wkCACFContextAddUpdateRect(m_context, bounds);
348 CGRect bounds = this->bounds();
350 float x0 = bounds.origin.x;
351 float y0 = bounds.origin.y;
352 float x1 = x0 + bounds.size.width;
353 float y1 = y0 + bounds.size.height;