Searched refs:GetThickness (Results 1 – 8 of 8) sorted by relevance
98 float CXFA_Stroke::GetThickness() const { in GetThickness() function in CXFA_Stroke153 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f) in SameStyles()176 float fThickness = GetThickness(); in Stroke()
213 float fThickness = std::fmax(0.0, strokes[i]->GetThickness()); in Draw()467 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()469 halfAfter = strokeAfter->GetThickness() / 2; in GetPath()475 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()476 halfAfter = strokeAfter->GetThickness() / 2; in GetPath()
132 return {iType, stroke->IsVisible(), stroke->GetThickness()}; in Get3DStyle()223 float fThickness = std::fmax(0.0, edge ? edge->GetThickness() : 0); in DrawFill()287 float fHalf = edge->GetThickness() / 2; in StrokeArcOrRounded()
41 float GetThickness() const;
644 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2); in GetEdgeThickness()
108 fLineWidth = edge->GetThickness(); in RenderWidget()
117 return edge ? edge->GetThickness() : 0; in GetLineWidth()
619 *fWidth = edge->GetThickness(); in GetBorderColorAndThickness()