Home
last modified time | relevance | path

Searched refs:myRotator (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/view/
H A DZLWin32ViewWidget.cpp231 if (myRotator != 0) { in doPaint()
232 delete myRotator; in doPaint()
233 myRotator = 0; in doPaint()
240 if (myRotator != 0) { in doPaint()
241 delete myRotator; in doPaint()
242 myRotator = 0; in doPaint()
254 if (myRotator == 0) { in doPaint()
255 myRotator = new Rotator(width, height); in doPaint()
257 myRotator->setSize(width, height); in doPaint()
262 myRotator->rotate(); in doPaint()
[all …]
H A DZLWin32ViewWidget.h83 Rotator *myRotator; variable