Searched refs:GetThickness (Results 1 – 8 of 8) sorted by relevance
100 float CXFA_Stroke::GetThickness() const { in GetThickness() function in CXFA_Stroke155 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f) in SameStyles()178 float fThickness = GetThickness(); in Stroke()
215 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()
134 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()
41 float GetThickness() const;
33 fWidth = edge->GetThickness(); in DrawBackground()
108 fLineWidth = edge->GetThickness(); in RenderWidget()
126 return edge ? edge->GetThickness() : 0; in GetLineWidth()
332 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2); in GetEdgeThickness()