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

  /external/pdfium/xfa/fxfa/parser/
cxfa_rectangle.h 47 float fThickness,
51 float fThickness,
55 float fThickness,
59 float fThickness,
cxfa_stroke.cpp 178 float fThickness = GetThickness();
179 if (fThickness < 0.001f)
183 if (IsCorner() && fThickness > 2 * GetRadius())
184 fThickness = 2 * GetRadius();
186 pGS->SetLineWidth(fThickness);
cxfa_rectangle.cpp 215 float fThickness = std::fmax(0.0, strokes[i]->GetThickness());
216 float fHalf = fThickness / 2;
261 float fThickness;
263 std::tie(i3DType, bVisible, fThickness) = Get3DStyle();
265 if (!bVisible || fThickness < 0.001f)
270 StrokeLowered(pGS, rtWidget, fThickness, matrix);
273 StrokeRaised(pGS, rtWidget, fThickness, matrix);
276 StrokeEtched(pGS, rtWidget, fThickness, matrix);
279 StrokeEmbossed(pGS, rtWidget, fThickness, matrix);
386 float fThickness,
    [all...]
cxfa_box.cpp 225 float fThickness = std::fmax(0.0, edge ? edge->GetThickness() : 0);
226 float fHalf = fThickness / 2;
280 float fThickness;
282 std::tie(i3DType, bVisible, fThickness) = Get3DStyle();
285 if (bVisible && fThickness >= 0.001f)
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 325 float fThickness = 0;
330 fThickness += 2.5f;
332 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2);
334 return fThickness;
    [all...]

Completed in 65 milliseconds