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

/haiku/src/apps/screenshot/
H A DScreenshot.cpp235 int cursorWidth = bounds.IntegerWidth() + 1; local
238 for (int32 j = 0; j < cursorWidth; j++) {
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1496 int32 cursorWidth = cursor->Width();
1502 BBitmap cursorArea(BRect(0, 0, cursorWidth - 1, cursorHeight - 1),
1513 for (int32 j = 0; j < cursorWidth; j++) {
1526 cursorWidth, cursorHeight);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1198 uint32 cursorWidth = 0; local
1205 link.Read<uint32>(&cursorWidth);
1227 cursorWidth - 1, cursorHeight - 1), colorspace);

Completed in 70 milliseconds