Home
last modified time | relevance | path

Searched refs:IconFit (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_field.cpp528 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in get_button_align_x() local
532 IconFit.GetIconPosition(fLeft, fBottom); in get_button_align_x()
558 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in get_button_align_y() local
562 IconFit.GetIconPosition(fLeft, fBottom); in get_button_align_y()
662 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in get_button_scale_when() local
663 int ScaleM = IconFit.GetScaleMethod(); in get_button_scale_when()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp742 CPDF_IconFit& IconFit, in GetPushButtonAppStream() argument
902 sTemp << GenerateIconAppStream(IconFit, pIconStream, rcIcon); in GetPushButtonAppStream()