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

  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 145 float CXFA_Stroke::GetRadius() const {
166 fabs(GetRadius() - stroke->GetRadius()) >= 0.01f) {
183 if (IsCorner() && fThickness > 2 * GetRadius())
184 fThickness = 2 * GetRadius();
cxfa_stroke.h 40 float GetRadius() const;
cxfa_rectangle.cpp 115 float fRadius1 = corner1->GetRadius();
116 float fRadius2 = corner2->GetRadius();
324 if ((i % 1) == 0 && stroke->GetRadius() < 0) {
453 float fRadius1 = bCorner ? corner1->GetRadius() : 0.0f;
454 float fRadius2 = bCorner ? corner2->GetRadius() : 0.0f;

Completed in 61 milliseconds