Lines Matching refs:strokePath
36 CXFA_GEPath strokePath; in DrawBackground() local
37 strokePath.MoveTo( in DrawBackground()
39 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, rect.top)); in DrawBackground()
40 strokePath.LineTo(CFX_PointF(fRight, rect.top + PUSHBUTTON_SIZE_Corner)); in DrawBackground()
41 strokePath.LineTo(CFX_PointF(fRight, fBottom - PUSHBUTTON_SIZE_Corner)); in DrawBackground()
42 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, fBottom)); in DrawBackground()
43 strokePath.LineTo( in DrawBackground()
45 strokePath.LineTo( in DrawBackground()
47 strokePath.LineTo( in DrawBackground()
49 strokePath.LineTo( in DrawBackground()
53 fillPath.AddSubpath(&strokePath); in DrawBackground()
69 pGraphics->StrokePath(&strokePath, &pParams.m_matrix); in DrawBackground()