HomeSort by relevance Sort by last modified time
    Searched refs:GetThickness (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 100 float CXFA_Stroke::GetThickness() const {
155 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f)
178 float fThickness = GetThickness();
cxfa_stroke.h 41 float GetThickness() const;
cxfa_box.cpp 134 return {iType, stroke->IsVisible(), stroke->GetThickness()};
225 float fThickness = std::fmax(0.0, edge ? edge->GetThickness() : 0);
289 float fHalf = edge->GetThickness() / 2;
cxfa_rectangle.cpp 215 float fThickness = std::fmax(0.0, strokes[i]->GetThickness());
468 halfBefore = strokeBefore->GetThickness() / 2;
470 halfAfter = strokeAfter->GetThickness() / 2;
476 halfBefore = strokeBefore->GetThickness() / 2;
477 halfAfter = strokeAfter->GetThickness() / 2;
  /external/pdfium/xfa/fwl/theme/
cfwl_edittp.cpp 33 fWidth = edge->GetThickness();
  /external/pdfium/xfa/fxfa/
cxfa_ffline.cpp 108 fLineWidth = edge->GetThickness();
cxfa_ffpushbutton.cpp 126 return edge ? edge->GetThickness() : 0;
cxfa_widgetacc.cpp 332 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2);
    [all...]

Completed in 607 milliseconds