Home | History | Annotate | Download | only in parser

Lines Matching refs:Stroke

253   Stroke(strokes, pGS, rtWidget, matrix);
256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes,
323 CXFA_Stroke* stroke = strokes[i];
324 if ((i % 1) == 0 && stroke->GetRadius() < 0) {
327 if (stroke)
328 stroke->Stroke(&path, pGS, matrix);
336 bStart = !stroke->SameStyles(strokes[(i + 1) % 8], 0);
338 if (stroke)
339 stroke->Stroke(&path, pGS, matrix);
349 strokes[7]->Stroke(&path, pGS, matrix);
462 CXFA_Stroke* stroke = strokes[nIndex];
463 if (stroke->IsCorner()) {
466 if (stroke->IsInverted()) {
467 if (!stroke->SameStyles(strokeBefore, 0))
469 if (!stroke->SameStyles(strokeAfter, 0))