Searched refs:into (Results 26 - 50 of 206) sorted by last modified time

123456789

/haiku/src/libs/icon/shape/
H A DShape.h68 virtual status_t Archive(BMessage* into,
H A DPathSourceShape.cpp83 PathSourceShape::Archive(BMessage* into, bool deep) const argument
85 status_t ret = Shape::Archive(into, deep);
89 ret = into->AddFloat("min visibility scale", fMinVisibilityScale);
93 ret = into->AddFloat("max visibility scale", fMaxVisibilityScale);
H A DPathSourceShape.h41 virtual status_t Archive(BMessage* into,
H A DShape.cpp206 Shape::Archive(BMessage* into, bool deep) const argument
208 status_t ret = IconObject::Archive(into, deep);
212 ret = into->AddBool("hinting", fHinting);
222 ret = into->AddMessage("transformer", &transformerArchive);
233 ret = into->AddData("transformation", B_DOUBLE_TYPE,
H A DReferenceImage.h45 virtual status_t Archive(BMessage* into,
H A DReferenceImage.cpp124 ReferenceImage::Archive(BMessage* into, bool deep) const argument
126 status_t ret = IconObject::Archive(into, deep);
134 ret = into->AddData("transformation", B_DOUBLE_TYPE,
140 ret = Style()->Bitmap()->Archive(into, deep);
145 ret = into->AddUInt8("alpha", Style()->Alpha());
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp303 PathManipulator::Draw(BView* into, BRect updateRect) argument
310 uint32 flags = into->Flags();
311 into->SetFlags(flags | B_SUBPIXEL_PRECISE);
314 StrokePathIterator iterator(fCanvasView, into);
318 into->SetFlags(flags);
321 into->SetLowColor(0, 0, 0, 255);
331 into->SetLowColor(normal);
332 into->SetHighColor(255, 255, 255, 255);
338 into->SetDrawingMode(B_OP_INVERT);
339 into
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp227 TransformerListView::ArchiveSelection(BMessage* into, bool deep) const argument
229 into->what = TransformerListView::kSelectionArchiveCode;
238 into->AddMessage("transformer", &archive);
H A DTransformerListView.h49 virtual status_t ArchiveSelection(BMessage* into, bool deep = true) const;
H A DStyleListView.h51 virtual status_t ArchiveSelection(BMessage* into, bool deep = true) const;
H A DShapeListView.h55 virtual status_t ArchiveSelection(BMessage* into, bool deep = true) const;
H A DPathListView.h54 virtual status_t ArchiveSelection(BMessage* into, bool deep = true) const;
/haiku/src/libs/icon/transformer/
H A DStrokeTransformer.h54 virtual status_t Archive(BMessage* into,
H A DPerspectiveTransformer.h97 virtual status_t Archive(BMessage* into,
H A DContourTransformer.h53 virtual status_t Archive(BMessage* into,
H A DAffineTransformer.h56 virtual status_t Archive(BMessage* into,
/haiku/src/libs/icon/style/
H A DStyle.h20 // TODO: put GammaTable into its own file
37 // should probably be split into subclasses.
61 status_t Archive(BMessage* into,
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp99 TransformBox::Draw(BView* into, BRect updateRect) argument
114 into->SetDrawingMode(B_OP_COPY);
115 into->SetHighColor(255, 255, 255, 255);
116 into->SetLowColor(0, 0, 0, 255);
117 _StrokeBWLine(into, lt, rt);
118 _StrokeBWLine(into, rt, rb);
119 _StrokeBWLine(into, rb, lb);
120 _StrokeBWLine(into, lb, lt);
123 _StrokeBWPoint(into, lt, rotation);
124 _StrokeBWPoint(into, r
617 _StrokeBWLine(BView* into, BPoint from, BPoint to) const argument
649 _StrokeBWPoint(BView* into, BPoint point, double angle) const argument
[all...]
H A DTransformBox.h43 virtual void Draw(BView* into, BRect updateRect);
99 void _StrokeBWLine(BView* into,
101 void _StrokeBWPoint(BView* into,
H A DPerspectiveBox.cpp77 PerspectiveBox::Draw(BView* into, BRect updateRect) argument
90 into->SetDrawingMode(B_OP_COPY);
91 into->SetHighColor(255, 255, 255, 255);
92 into->SetLowColor(0, 0, 0, 255);
94 _StrokeBWLine(into, lt, rt);
95 _StrokeBWLine(into, rt, rb);
96 _StrokeBWLine(into, rb, lb);
97 _StrokeBWLine(into, lb, lt);
99 _StrokeBWPoint(into, lt, 0.0);
100 _StrokeBWPoint(into, r
373 _StrokeBWLine(BView* into, BPoint from, BPoint to) const argument
404 _StrokeBWPoint(BView* into, BPoint point, double angle) const argument
[all...]
H A DPerspectiveBox.h47 virtual void Draw(BView* into, BRect updateRect);
83 void _StrokeBWLine(BView* into,
85 void _StrokeBWPoint(BView* into,
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.h35 virtual status_t Archive(BMessage* into,
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp379 StateView::Draw(BView* into, BRect updateRect) argument
386 fCurrentState->Draw(into, updateRect);
389 fDropAnticipatingState->Draw(into, updateRect);
H A DStateView.h51 void Draw(BView* into, BRect updateRect);
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.h39 BMessage* into) const;
41 BMessage* into) const;
45 BMessage* into) const;

Completed in 72 milliseconds

123456789