Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_field.cpp749 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in get_button_align_x() local
750 CFX_PointF pos = IconFit.GetIconBottomLeftPosition(); in get_button_align_x()
776 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in get_button_align_y() local
777 CFX_PointF pos = IconFit.GetIconBottomLeftPosition(); in get_button_align_y()
881 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in get_button_scale_when() local
882 int ScaleM = IconFit.GetScaleMethod(); in get_button_scale_when()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp738 CPDF_IconFit& IconFit, in GetPushButtonAppStream() argument
898 sTemp << GenerateIconAppStream(IconFit, pIconStream, rcIcon); in GetPushButtonAppStream()