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

/haiku/src/apps/magnify/
H A DMagnify.cpp81 const rgb_color kBlueColor = { 10, 50, 255, 255 }; variable
2092 SetHighColor(kBlueColor);
2100 BPoint(x, y+(squareSize/2)), kBlueColor); // left
2102 BPoint(Bounds().Width(), y+(squareSize/2)), kBlueColor); // right
2104 BPoint(x+(squareSize/2), y), kBlueColor); // top
2106 BPoint(x+(squareSize/2), Bounds().Height()), kBlueColor); // bottom
2114 SetHighColor(kBlueColor);
2122 BPoint(x, y+(squareSize/2)), kBlueColor); // left
2124 BPoint(Bounds().Width(), y+(squareSize/2)), kBlueColor); // right
2126 BPoint(x+(squareSize/2), y), kBlueColor); // to
[all...]

Completed in 40 milliseconds