Searched refs:B_SOLID_HIGH (Results 1 - 25 of 42) sorted by last modified time

12

/haiku/src/kits/interface/
H A DTextView.cpp2221 FillRegion(&selRegion, B_SOLID_HIGH);
H A DHaikuControlLook.cpp1980 view->StrokeLine(dot, dot, B_SOLID_HIGH);
1983 view->StrokeLine(dot, dot, B_SOLID_HIGH);
2023 view->StrokeLine(dot, dot, B_SOLID_HIGH);
2026 view->StrokeLine(dot, dot, B_SOLID_HIGH);
H A DGraphicsDefs.cpp21 const pattern B_SOLID_HIGH = {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}; variable
H A DView.cpp154 pattern = B_SOLID_HIGH;
/haiku/src/apps/drivesetup/
H A DDiskView.cpp150 StrokeRect(b, B_SOLID_HIGH);
152 StrokeRect(b, B_SOLID_HIGH);
155 StrokeRect(b, B_SOLID_HIGH);
165 StrokeRect(b, B_SOLID_HIGH);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1879 view->StrokeLine(dot, dot, B_SOLID_HIGH);
1882 view->StrokeLine(dot, dot, B_SOLID_HIGH);
1922 view->StrokeLine(dot, dot, B_SOLID_HIGH);
1925 view->StrokeLine(dot, dot, B_SOLID_HIGH);
/haiku/headers/os/interface/
H A DGraphicsDefs.h36 extern const pattern B_SOLID_HIGH;
H A DView.h346 ::pattern pattern = B_SOLID_HIGH);
348 ::pattern pattern = B_SOLID_HIGH);
356 ::pattern pattern = B_SOLID_HIGH);
359 ::pattern pattern = B_SOLID_HIGH);
363 ::pattern pattern = B_SOLID_HIGH);
365 ::pattern pattern = B_SOLID_HIGH);
368 ::pattern pattern = B_SOLID_HIGH);
371 ::pattern pattern = B_SOLID_HIGH);
382 ::pattern pattern = B_SOLID_HIGH);
385 ::pattern pattern = B_SOLID_HIGH);
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp127 FillRect(rect, B_SOLID_HIGH);
H A DPackageListView.cpp510 parent->FillRect(rect, B_SOLID_HIGH);
/haiku/src/apps/mail/
H A DMailWindow.cpp179 FillRect(rect, B_SOLID_HIGH);
/haiku/src/apps/showimage/
H A DShowImageView.cpp787 view.FillRect(rect, B_SOLID_HIGH);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp356 into->FillRect(r, B_SOLID_HIGH);
375 into->FillRect(r, B_SOLID_HIGH);
390 into->FillRect(r, B_SOLID_HIGH);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp130 into->StrokeEllipse(cr, B_SOLID_HIGH);
643 into->StrokeLine(from, to, B_SOLID_HIGH);
688 into->FillPolygon(p, 4, B_SOLID_HIGH);
H A DPerspectiveBox.cpp399 into->StrokeLine(from, to, B_SOLID_HIGH);
443 into->FillPolygon(p, 4, B_SOLID_HIGH);
/haiku/src/apps/launchbox/
H A DPadView.cpp114 StrokeLine(dot, dot, B_SOLID_HIGH);
117 StrokeLine(dot, dot, B_SOLID_HIGH);
122 StrokeLine(dot, dot, B_SOLID_HIGH);
125 StrokeLine(dot, dot, B_SOLID_HIGH);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp188 fPainter->SetPattern(B_SOLID_HIGH);
393 if (*(fPatternHandler.GetR5Pattern()) == B_SOLID_HIGH)
519 if (pat == B_SOLID_HIGH
839 if (p == B_SOLID_HIGH) {
901 if (p == B_SOLID_HIGH) {
914 if (p == B_SOLID_HIGH) {
/haiku/src/servers/app/drawing/
H A DPatternHandler.h121 { return fPattern == B_SOLID_HIGH; }
H A DDrawingEngine.cpp1019 if (fPainter->Pattern() == B_SOLID_HIGH
1041 && fPainter->Pattern() == B_SOLID_HIGH
1083 if (fPainter->Pattern() == B_SOLID_HIGH
1100 && fPainter->Pattern() == B_SOLID_HIGH
1318 fPainter->SetPattern(B_SOLID_HIGH);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp396 state->pattern = B_SOLID_HIGH;
/haiku/src/kits/print/
H A DPicturePrinter.cpp324 if (compare(p, B_SOLID_HIGH)) Print("B_SOLID_HIGH");
/haiku/src/build/libbe/interface/
H A DGraphicsDefs.cpp33 const pattern B_SOLID_HIGH = {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}; variable
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp967 target->FillRect(r, B_SOLID_HIGH);
1020 target->FillRect(r, B_SOLID_HIGH);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp242 StrokeLine(r.RightTop(), r.RightBottom(), B_SOLID_HIGH);
/haiku/src/preferences/input/
H A DMouseView.cpp238 FillShape(&mouseShape, B_SOLID_HIGH);
253 StrokeShape(&mouseShape, B_SOLID_HIGH);
262 StrokeShape(&buttonsOutline, B_SOLID_HIGH);
381 FillShape(&mouseShape, B_SOLID_HIGH);

Completed in 374 milliseconds

12