Home
last modified time | relevance | path

Searched refs:IsRound (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_checkbutton.h19 bool IsRound();
Dcxfa_checkbutton.cpp50 bool CXFA_CheckButton::IsRound() { in IsRound() function in CXFA_CheckButton
/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp82 if (button_->IsRound()) in UpdateWidgetProperty()
239 button_->IsRound()); in RenderWidget()
242 button_->IsRound() ? kRoundShape : kSquareShape); in RenderWidget()