Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp281 XFA_AttributeEnum i3DType; in StrokeArcOrRounded() local
282 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in StrokeArcOrRounded()
284 if (i3DType != XFA_AttributeEnum::Unknown) { in StrokeArcOrRounded()
Dcxfa_rectangle.cpp262 XFA_AttributeEnum i3DType; in Stroke() local
263 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in Stroke()
264 if (i3DType != XFA_AttributeEnum::Unknown) { in Stroke()
268 switch (i3DType) { in Stroke()