Home
last modified time | relevance | path

Searched refs:GetStrokeType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp94 XFA_AttributeValue CXFA_Stroke::GetStrokeType() { in GetStrokeType() function in CXFA_Stroke
159 if (GetStrokeType() != stroke->GetStrokeType()) in SameStyles()
187 XFA_StrokeTypeSetLineDash(pGS, GetStrokeType(), XFA_AttributeValue::Butt); in Stroke()
Dcxfa_box.cpp39 else if (stroke->GetStrokeType() != find->GetStrokeType()) in Style3D()
44 XFA_AttributeValue iType = stroke->GetStrokeType(); in Style3D()
Dcxfa_stroke.h38 XFA_AttributeValue GetStrokeType();
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp107 iStrokeType = edge->GetStrokeType(); in RenderWidget()