Searched refs:iconFit (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 990 CPDF_IconFit iconFit = pControl->GetIconFit(); local 1001 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map, 1002 pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout); 1022 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map, 1023 pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize, 1058 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map, 1059 pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout);
|