Home
last modified time | relevance | path

Searched refs:i3DType (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp281 XFA_AttributeValue i3DType; in StrokeArcOrRounded() local
282 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in StrokeArcOrRounded()
284 if (i3DType != XFA_AttributeValue::Unknown) { in StrokeArcOrRounded()
H A Dcxfa_rectangle.cpp276 XFA_AttributeValue i3DType; in Stroke() local
277 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in Stroke()
278 if (i3DType != XFA_AttributeValue::Unknown) { in Stroke()
282 switch (i3DType) { in Stroke()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp279 XFA_AttributeValue i3DType; in StrokeArcOrRounded() local
280 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in StrokeArcOrRounded()
282 if (i3DType != XFA_AttributeValue::Unknown) { in StrokeArcOrRounded()
H A Dcxfa_rectangle.cpp260 XFA_AttributeValue i3DType; in Stroke() local
261 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in Stroke()
262 if (i3DType != XFA_AttributeValue::Unknown) { in Stroke()
266 switch (i3DType) { in Stroke()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp1714 int32_t i3DType = box.Get3DStyle(bVisible, fThickness); in XFA_BOX_StrokeArc() local
1715 if (i3DType) { in XFA_BOX_StrokeArc()
1877 int32_t i3DType = box.Get3DStyle(bVisible, fThickness); in XFA_BOX_Stroke_Rect() local
1878 if (i3DType) { in XFA_BOX_Stroke_Rect()
1882 switch (i3DType) { in XFA_BOX_Stroke_Rect()