Searched refs:ptTop (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_ScrollBar.cpp | 405 CFX_PointF ptTop = CFX_PointF(rectWnd.left, rectWnd.top - 1.0f); in DrawThisAppearance() local 409 ptTop.x += 1.5f; in DrawThisAppearance() 412 CPWL_Utils::DrawStrokeLine(pDevice, pUser2Device, ptTop, ptBottom, in DrawThisAppearance() 416 ptTop.x += 1.0f; in DrawThisAppearance() 419 CPWL_Utils::DrawStrokeLine(pDevice, pUser2Device, ptTop, ptBottom, in DrawThisAppearance() 423 ptTop.x += 1.0f; in DrawThisAppearance() 426 CPWL_Utils::DrawStrokeLine(pDevice, pUser2Device, ptTop, ptBottom, in DrawThisAppearance() 430 ptTop.x += 1.0f; in DrawThisAppearance() 433 CPWL_Utils::DrawStrokeLine(pDevice, pUser2Device, ptTop, ptBottom, in DrawThisAppearance() 437 ptTop.x += 1.0f; in DrawThisAppearance() [all …]
|