Searched refs:cursorHeight (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/screenshot/
H A DUtility.cpp137 int cursorHeight = 0; local
142 cursorHeight = bounds.IntegerHeight() + 1;
150 cursorWidth, cursorHeight);
157 cursorWidth, cursorHeight);
H A DScreenshot.cpp227 int cursorHeight = bounds.IntegerHeight() + 1; local
235 cursorWidth, cursorHeight);
240 for (int32 i = 0; i < cursorHeight; i++) {
/haiku-fatelf/src/servers/app/drawing/
H A DDrawingEngine.cpp1452 int32 cursorHeight = cursor->Height(); local
1457 BBitmap cursorArea(BRect(0, 0, cursorWidth - 1, cursorHeight - 1),
1463 cursorWidth, cursorHeight);
1467 for (int32 i = 0; i < cursorHeight; i++) {
1481 cursorWidth, cursorHeight);
/haiku-fatelf/src/kits/interface/
H A DInterfaceDefs.cpp995 uint32 cursorHeight = 0; local
1001 link.Read<uint32>(&cursorHeight);
1021 cursorWidth - 1, cursorHeight - 1), B_RGBA32);

Completed in 47 milliseconds