Searched refs:PixelCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/magnify/
H A DMagnify.h111 void PixelCount(int32* width, int32* height);
237 void PixelCount(int32* h, int32 *v);
H A DMagnify.cpp951 TWindow::PixelCount(int32* h, int32 *v) function in class:TWindow
1070 dynamic_cast<TWindow*>(Window())->PixelCount(&fHPixelCount, &fVPixelCount);
1086 dynamic_cast<TWindow*>(Window())->PixelCount(&hPixelCount, &vPixelCount);
1296 fParent->PixelCount(&width, &height);
1393 PixelCount(&w, &h);
1474 fParent->PixelCount(&width, &height);
1498 PixelCount(&xCount, &yCount);
1533 PixelCount(&xCount, &yCount);
1747 PixelCount(&w, &h);
1820 TMagnify::PixelCount(int3 function in class:TMagnify
[all...]

Completed in 157 milliseconds