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

/haiku/src/preferences/datatranslations/
H A DDataTranslationsSettings.h20 BPoint WindowCorner() const { return fCorner; }
26 BPoint fCorner; member in class:DataTranslationsSettings
H A DDataTranslationsSettings.cpp31 fCorner = BPoint(-1, -1);
41 fCorner = corner;
53 settings.AddPoint("window corner", fCorner);
65 fCorner = corner;
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp60 fCorner(corner)
87 switch (fCorner) {
135 switch (fCorner) {
174 switch (fCorner) {
197 switch (fCorner) {
220 switch (fCorner) {
243 switch (fCorner) {
H A DTransformBoxStates.h63 uint32 fCorner; member in class:TransformBoxStates::DragCornerState

Completed in 18 milliseconds