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

/haiku/headers/private/interface/
H A DViewPrivate.h106 BPoint pen_location; member in class:BPrivate::ViewState
/haiku/src/kits/interface/
H A DView.cpp133 pen_location.Set(0, 0);
232 info.penLocation = pen_location;
306 pen_location = info.viewStateInfo.penLocation;
2349 && x == fState->pen_location.x && y == fState->pen_location.y)
2361 fState->pen_location.x = x;
2362 fState->pen_location.y = y;
2375 MovePenTo(fState->pen_location.x + x, fState->pen_location.y + y);
2390 fOwner->fLink->Read<BPoint>(&fState->pen_location);
[all...]

Completed in 121 milliseconds