Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp463 CXFA_Stroke* strokeBefore = strokes[(nIndex + 1 * 8 - 1) % 8]; in GetPath() local
466 if (!stroke->SameStyles(strokeBefore, 0)) in GetPath()
467 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()
472 CXFA_Stroke* strokeBefore = strokes[(nIndex + 8 - 2) % 8]; in GetPath() local
475 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()