Home | History | Annotate | Download | only in src

Lines Matching refs:rcClient

951   CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow, fBorderWidth);
1029 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map,
1050 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map,
1083 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map,
1140 CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow, fBorderWidth);
1205 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1206 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1266 CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow, fBorderWidth);
1368 csAP_N_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1369 csAP_D_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1389 CPDF_Rect rcClient = GetClientRect();
1390 CPDF_Rect rcButton = rcClient;
1402 CPDF_Rect rcEdit = rcClient;
1461 CPDF_Rect rcClient = GetClientRect();
1473 pEdit->SetPlateRect(CPDF_Rect(rcClient.left, 0.0f, rcClient.right, 0.0f));
1485 FX_FLOAT fy = rcClient.top;
1507 CPDF_Rect(rcClient.left, fy - fItemHeight, rcClient.right, fy);
1532 << "q\n" << rcClient.left << " " << rcClient.bottom << " "
1533 << rcClient.Width() << " " << rcClient.Height() << " re\nW\nn\n";
1560 CPDF_Rect rcClient = GetClientRect();
1561 pEdit->SetPlateRect(rcClient);
1598 font_map.GetPDFFont(0), rcClient, nMaxLen);
1627 if (rcContent.Width() > rcClient.Width() ||
1628 rcContent.Height() > rcClient.Height()) {
1629 sBody << rcClient.left << " " << rcClient.bottom << " "
1630 << rcClient.Width() << " " << rcClient.Height() << " re\nW\nn\n";
1649 sLines << rcClient.left +
1650 ((rcClient.right - rcClient.left) / nMaxLen) * i
1651 << " " << rcClient.bottom << " m\n"
1652 << rcClient.left +
1653 ((rcClient.right - rcClient.left) / nMaxLen) * i
1654 << " " << rcClient.top << " l S\n";
1672 sLines << rcClient.left +
1673 ((rcClient.right - rcClient.left) / nMaxLen) * i
1674 << " " << rcClient.bottom << " m\n"
1675 << rcClient.left +
1676 ((rcClient.right - rcClient.left) / nMaxLen) * i
1677 << " " << rcClient.top << " l S\n";