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

/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp71 const rgb_color kBlueColor = { 10, 50, 255, 255 }; variable
1986 SetHighColor(kBlueColor);
1994 BPoint(x, y+(squareSize/2)), kBlueColor); // left
1996 BPoint(Bounds().Width(), y+(squareSize/2)), kBlueColor); // right
1998 BPoint(x+(squareSize/2), y), kBlueColor); // top
2000 BPoint(x+(squareSize/2), Bounds().Height()), kBlueColor); // bottom
2008 SetHighColor(kBlueColor);
2016 BPoint(x, y+(squareSize/2)), kBlueColor); // left
2018 BPoint(Bounds().Width(), y+(squareSize/2)), kBlueColor); // right
2020 BPoint(x+(squareSize/2), y), kBlueColor); // to
[all...]

Completed in 40 milliseconds