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

/haiku-fatelf/src/apps/screenshot/
H A DUtility.cpp136 int cursorWidth = 0; local
141 cursorWidth = bounds.IntegerWidth() + 1;
150 cursorWidth, cursorHeight);
157 cursorWidth, cursorHeight);
H A DScreenshot.cpp226 int cursorWidth = bounds.IntegerWidth() + 1; local
235 cursorWidth, cursorHeight);
241 for (int32 j = 0; j < cursorWidth; j++) {
/haiku-fatelf/src/servers/app/drawing/
H A DDrawingEngine.cpp1451 int32 cursorWidth = cursor->Width();
1457 BBitmap cursorArea(BRect(0, 0, cursorWidth - 1, cursorHeight - 1),
1463 cursorWidth, cursorHeight);
1468 for (int32 j = 0; j < cursorWidth; j++) {
1481 cursorWidth, cursorHeight);
/haiku-fatelf/src/kits/interface/
H A DInterfaceDefs.cpp994 uint32 cursorWidth = 0; local
1000 link.Read<uint32>(&cursorWidth);
1021 cursorWidth - 1, cursorHeight - 1), B_RGBA32);

Completed in 57 milliseconds