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

/haiku/src/apps/pulse/
H A DNormalPulseView.cpp192 StrokeRect(innerRect, B_MIXED_COLORS);
202 BPoint(innerRect.left, innerRect.bottom - 1), B_MIXED_COLORS); local
204 BPoint(innerRect.right, innerRect.bottom - 1), B_MIXED_COLORS); local
206 BPoint(innerRect.right - 1, innerRect.top), B_MIXED_COLORS); local
208 BPoint(innerRect.right - 1, innerRect.bottom), B_MIXED_COLORS); local
214 BPoint(innerRect.left, innerRect.bottom - 6), B_MIXED_COLORS); local
216 BPoint(innerRect.right, innerRect.bottom - 6), B_MIXED_COLORS); local
218 BPoint(innerRect.right - 6, innerRect.top), B_MIXED_COLORS); local
220 BPoint(innerRect.right - 6, innerRect.bottom), B_MIXED_COLORS); local
226 BPoint(innerRect.left, innerRect.bottom - 7), B_MIXED_COLORS); local
228 BPoint(innerRect.right, innerRect.bottom - 7), B_MIXED_COLORS); local
230 BPoint(innerRect.right - 7, innerRect.top), B_MIXED_COLORS); local
232 BPoint(innerRect.right - 7, innerRect.bottom), B_MIXED_COLORS); local
238 BPoint(innerRect.left, innerRect.bottom - 8), B_MIXED_COLORS); local
240 BPoint(innerRect.right, innerRect.bottom - 8), B_MIXED_COLORS); local
242 BPoint(innerRect.right - 8, innerRect.top), B_MIXED_COLORS); local
244 BPoint(innerRect.right - 8, innerRect.bottom), B_MIXED_COLORS); local
[all...]
/haiku/src/tests/kits/interface/
H A DGraphicsDefsTest.cpp94 TEST(pattern, B_MIXED_COLORS);
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp180 (fUnderlineStyle == DOTTED_UNDERLINE) ? B_MIXED_COLORS :
/haiku/src/build/libbe/interface/
H A DGraphicsDefs.cpp34 const pattern B_MIXED_COLORS = {{0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55}}; variable
/haiku/src/libs/print/libprint/
H A DPreview.cpp714 StrokeRect(clipRect.InsetByCopy(1.0, 1.0), B_MIXED_COLORS);
750 BPoint(printRect.left, paperRect.bottom), B_MIXED_COLORS); local
752 BPoint(printRect.right, paperRect.bottom), B_MIXED_COLORS); local
754 BPoint(paperRect.right, printRect.top), B_MIXED_COLORS); local
756 BPoint(paperRect.right, printRect.bottom), B_MIXED_COLORS); local
/haiku/src/kits/interface/
H A DGraphicsDefs.cpp22 const pattern B_MIXED_COLORS = {{0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55}}; variable
/haiku/headers/os/interface/
H A DGraphicsDefs.h37 extern const pattern B_MIXED_COLORS;
/haiku/src/kits/print/
H A DPicturePrinter.cpp326 else if (compare(p, B_MIXED_COLORS)) Print("B_MIXED_COLORS");
/haiku/src/kits/tracker/
H A DTextWidget.cpp731 B_MIXED_COLORS);
H A DPoseView.cpp7147 StrokeRect(fSelectionRectInfo.rect, B_MIXED_COLORS);
7181 StrokeRect(fSelectionRectInfo.rect, B_MIXED_COLORS);
7205 StrokeRect(fSelectionRectInfo.rect, B_MIXED_COLORS);
7255 StrokeRect(fSelectionRectInfo.rect, B_MIXED_COLORS);
8320 StrokeRect(box1, B_MIXED_COLORS);
8322 StrokeRect(box2, B_MIXED_COLORS);
8325 StrokeRect(box1, B_MIXED_COLORS);
8326 StrokeRect(box2, B_MIXED_COLORS);
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp365 imageHeight * i), B_MIXED_COLORS);
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp534 fDrawingEngine->SetPattern(B_MIXED_COLORS);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp798 view->FillRect(frame, B_MIXED_COLORS);

Completed in 121 milliseconds