Home
last modified time | relevance | path

Searched refs:halfBefore (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp459 float halfBefore = 0.0f; in GetPath() local
467 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()
475 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()
500 cpStart.x = cp1.x - halfBefore; in GetPath()
503 cpStart.x = cp1.x + fRadius1 - halfBefore, cpStart.y = cp1.y, in GetPath()
519 cpStart.x = cp1.x - fRadius1, cpStart.y = cp1.y - halfBefore, in GetPath()
522 cpStart.x = cp1.x, cpStart.y = cp1.y + fRadius1 - halfBefore, in GetPath()
538 cpStart.x = cp1.x + halfBefore, cpStart.y = cp1.y - fRadius1, in GetPath()
541 cpStart.x = cp1.x - fRadius1 + halfBefore, cpStart.y = cp1.y, in GetPath()
557 cpStart.x = cp1.x + fRadius1, cpStart.y = cp1.y + halfBefore, in GetPath()
[all …]