Searched refs:aStrRect (Results 1 – 3 of 3) sorted by relevance
210 Rectangle aStrRect = aRect; in UserDraw() local211 aStrRect.Top() += nRectHeight/4; in UserDraw()212 aStrRect.Bottom() -= nRectHeight/4; in UserDraw()223 aStrRect.Left() += pImage->GetSizePixel().Width() + 12; in UserDraw()225 pDev->DrawText(aStrRect, maItems[nItemId-1].maItemText, TEXT_DRAW_ENDELLIPSIS); in UserDraw()231 aStrRect.Left() += 8; in UserDraw()232 aStrRect.Right() -= (nRectWidth*2)/3; in UserDraw()234 pDev->DrawText(aStrRect, maItems[nItemId-1].maItemText, TEXT_DRAW_ENDELLIPSIS); in UserDraw()235 aStrRect.Left() += nRectWidth/3; in UserDraw()236 aStrRect.Right() += (nRectWidth*2)/3; in UserDraw()[all …]
108 Rectangle aStrRect = aRect; in UserDraw() local109 aStrRect.Top() += nRectHeight/6; in UserDraw()110 aStrRect.Bottom() -= nRectHeight/6; in UserDraw()111 aStrRect.Left() += 8; in UserDraw()112 pDev->DrawText(aStrRect, strNone, TEXT_DRAW_ENDELLIPSIS); in UserDraw()
134 Rectangle aStrRect = aRect; in UserDraw() local135 aStrRect.Top() += nRectHeight/6; in UserDraw()136 aStrRect.Bottom() -= nRectHeight/6; in UserDraw()137 aStrRect.Left() += imgCus.GetSizePixel().Width() + 20; in UserDraw()144 pDev->DrawText(aStrRect, strUnit[ nItemId - 1 ], TEXT_DRAW_ENDELLIPSIS); in UserDraw()