Home
last modified time | relevance | path

Searched refs:GetBorderColorAndThickness (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp26 pWidget->GetBorderColorAndThickness(&cr, &fWidth); in DrawBackground()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h59 virtual void GetBorderColorAndThickness(FX_ARGB* cr, float* fWidth) = 0;
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.h79 void GetBorderColorAndThickness(FX_ARGB* cr, float* fWidth) override;
Dcxfa_ffwidget.cpp608 void CXFA_FFWidget::GetBorderColorAndThickness(FX_ARGB* cr, float* fWidth) { in GetBorderColorAndThickness() function in CXFA_FFWidget