Searched refs:xPos (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp289 float xPos = frame.left + 1; local
295 owner->FillRect(BRect(xPos, frame.top, xPos + w - 1, frame.bottom),
298 owner->DrawString(fPreText.String(), BPoint(xPos, yPos));
299 xPos += w;
304 owner->FillRect(BRect(xPos, frame.top, xPos + w - 1, frame.bottom),
307 owner->DrawString(fMatchText.String(), BPoint(xPos, yPos));
308 xPos += w;
313 owner->FillRect(BRect(xPos, fram
[all...]
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A Dcursor.cpp38 MoveCursor(uint16 xPos, uint16 yPos) argument
44 int x = xPos; // use signed int's since chip specific functions
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dcursor.cpp38 MoveCursor(uint16 xPos, uint16 yPos) argument
44 int x = xPos; // use signed int's since chip specific functions
/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dcursor.cpp38 MoveCursor(uint16 xPos, uint16 yPos) argument
44 int x = xPos; // use signed int's since chip specific functions
/haiku-fatelf/src/preferences/printers/
H A DPrintersWindow.cpp344 float xPos = printersBox->Bounds().Width() - boxInset - maxWidth; local
345 addButton->MoveTo(xPos, boxInset + 8);
348 fRemove->MoveTo(xPos,
352 fMakeDefault->MoveTo(xPos, boxInset + addButton->Bounds().Height() +
356 fPrintTestPage->MoveTo(xPos, boxInset + addButton->Bounds().Height() +
406 xPos = fJobsBox->Bounds().Width() - boxInset - maxWidth;
407 cancelButton->MoveTo(xPos, boxInset + 8);
410 restartButton->MoveTo(xPos, boxInset + cancelButton->Bounds().Height()
/haiku-fatelf/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp288 uint16 xPos = 0; local
293 xPos = data[2] << 8 | data[1];
310 xPos = data[3] << 8 | data[2];
339 xPos = data[3] << 8 | data[2];
360 xPos = (data[2] << 9) | (data[3] << 1)
364 xPos = (data[2] << 8) | data[3];
409 xPos = data[2] << 8 | data[3];
422 xPos = data[3] << 8 | data[2];
444 xPos = data[3] << 8 | data[2];
462 x = (float)xPos;
[all...]

Completed in 113 milliseconds