Lines Matching refs:mtUser2Device
139 const CFX_Matrix& mtUser2Device) { in DrawThisAppearance() argument
151 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device); in DrawThisAppearance()
182 pDevice->DrawPath(&path, &mtUser2Device, nullptr, in DrawThisAppearance()
190 pDevice->DrawStrokeRect(&mtUser2Device, rectWnd, in DrawThisAppearance()
192 pDevice->DrawStrokeRect(&mtUser2Device, rectWnd.GetDeflated(0.5f, 0.5f), in DrawThisAppearance()
198 pDevice->DrawShadow(&mtUser2Device, true, false, in DrawThisAppearance()
202 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(1.0f, 1.0f), in DrawThisAppearance()
228 pDevice->DrawFillArea(&mtUser2Device, pts.data(), 7, in DrawThisAppearance()
255 pDevice->DrawStrokeLine(&mtUser2Device, ptTop, ptBottom, ref, 1.0f); in DrawThisAppearance()
261 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(0.5f, 0.5f), in DrawThisAppearance()
282 pDevice->DrawStrokeLine(&mtUser2Device, ptLeft, ptRight, crStroke, 1.0f); in DrawThisAppearance()
425 const CFX_Matrix& mtUser2Device) { in DrawThisAppearance() argument
429 pDevice->DrawFillRect(&mtUser2Device, rectWnd, GetBackgroundColor(), in DrawThisAppearance()
433 &mtUser2Device, CFX_PointF(rectWnd.left + 2.0f, rectWnd.top - 2.0f), in DrawThisAppearance()
438 &mtUser2Device, CFX_PointF(rectWnd.right - 2.0f, rectWnd.top - 2.0f), in DrawThisAppearance()