Home | History | Annotate | Download | only in win

Lines Matching refs:headerRect

1971     RECT headerRect = {x, y, x+pageRect.width(), y+static_cast<int>(headerHeight)};
1972 ui->drawHeaderInRect(d->webView, &headerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(pctx)));
2052 RECT headerRect = {x, y, x + static_cast<int>(scale * pageRect.width()), y + static_cast<int>(scale * headerHeight)};
2054 ui->drawHeaderInRect(d->webView, &headerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(hdc)));