Home
last modified time | relevance | path

Searched refs:GetThickness (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp100 float CXFA_Stroke::GetThickness() const { in GetThickness() function in CXFA_Stroke
155 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f) in SameStyles()
178 float fThickness = GetThickness(); in Stroke()
Dcxfa_rectangle.cpp215 float fThickness = std::fmax(0.0, strokes[i]->GetThickness()); in Draw()
468 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()
470 halfAfter = strokeAfter->GetThickness() / 2; in GetPath()
476 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()
477 halfAfter = strokeAfter->GetThickness() / 2; in GetPath()
Dcxfa_box.cpp134 return {iType, stroke->IsVisible(), stroke->GetThickness()}; in Get3DStyle()
225 float fThickness = std::fmax(0.0, edge ? edge->GetThickness() : 0); in DrawFill()
289 float fHalf = edge->GetThickness() / 2; in StrokeArcOrRounded()
Dcxfa_stroke.h41 float GetThickness() const;
/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp33 fWidth = edge->GetThickness(); in DrawBackground()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp108 fLineWidth = edge->GetThickness(); in RenderWidget()
Dcxfa_ffpushbutton.cpp126 return edge ? edge->GetThickness() : 0; in GetLineWidth()
Dcxfa_widgetacc.cpp332 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2); in GetEdgeThickness()