Searched refs:iconFit (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1015 CPDF_IconFit iconFit = pControl->GetIconFit(); local 1029 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map, 1030 pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout); 1050 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map, 1051 pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize, 1083 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map, 1084 pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout);
|