Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fffield.h25 enum ShapeOption { kSquareShape = 0, kRoundShape }; enumerator
Dcxfa_ffcheckbutton.cpp242 button_->IsRound() ? kRoundShape : kSquareShape); in RenderWidget()
Dcxfa_fffield.cpp103 if (shape == kRoundShape) in DrawHighlight()