Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1627 int32_t i3DType = box.Get3DStyle(bVisible, fThickness); in XFA_BOX_StrokeArc()
1790 int32_t i3DType = box.Get3DStyle(bVisible, fThickness); in XFA_BOX_Stroke_Rect()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h550 int32_t Get3DStyle(FX_BOOL& bVisible, FX_FLOAT& fThickness) const;
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1346 int32_t CXFA_Box::Get3DStyle(FX_BOOL& bVisible, FX_FLOAT& fThickness) const { in Get3DStyle() function in CXFA_Box
1743 border.Get3DStyle(bVisible, fThickness); in GetUIMargin()