Searched refs:halfBefore (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 460 float halfBefore = 0.0f; in GetPath() local 468 halfBefore = strokeBefore->GetThickness() / 2; in GetPath() 476 halfBefore = strokeBefore->GetThickness() / 2; in GetPath() 501 cpStart.x = cp1.x - halfBefore; in GetPath() 504 cpStart.x = cp1.x + fRadius1 - halfBefore, cpStart.y = cp1.y, in GetPath() 520 cpStart.x = cp1.x - fRadius1, cpStart.y = cp1.y - halfBefore, in GetPath() 523 cpStart.x = cp1.x, cpStart.y = cp1.y + fRadius1 - halfBefore, in GetPath() 539 cpStart.x = cp1.x + halfBefore, cpStart.y = cp1.y - fRadius1, in GetPath() 542 cpStart.x = cp1.x - fRadius1 + halfBefore, cpStart.y = cp1.y, in GetPath() 558 cpStart.x = cp1.x + fRadius1, cpStart.y = cp1.y + halfBefore, in GetPath() [all …]
|