Searched refs:Get3DStyle (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.h | 29 std::tuple<XFA_AttributeEnum, bool, float> Get3DStyle();
|
D | cxfa_box.cpp | 122 std::tuple<XFA_AttributeEnum, bool, float> CXFA_Box::Get3DStyle() { in Get3DStyle() function in CXFA_Box 282 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in StrokeArcOrRounded()
|
D | cxfa_rectangle.cpp | 263 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in Stroke()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 1530 std::tie(iType, bVisible, fThickness) = border->Get3DStyle(); in GetUIMargin()
|