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

/haiku/headers/libs/print/libprint/
H A DHalftoneView.h18 void Preview(float gamma, float min, Halftone::DitherType ditherType,
28 void Preview(float gamma, float min, Halftone::DitherType ditherType,
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h81 class Preview : public BControl { class in inherits:BControl
83 Preview();
153 Preview* fPreview;
H A DBackgroundsView.cpp84 previewBox->SetLabel(B_TRANSLATE("Preview"));
86 fPreview = new Preview();
1181 Preview::Preview() function in class:Preview
1196 Preview::AttachedToWindow()
1205 Preview::MouseDown(BPoint point)
1227 Preview::MouseUp(BPoint point)
1238 Preview::MouseMoved(BPoint point, uint32 transit, const BMessage* message)
/haiku/headers/private/interface/
H A DDecorInfo.h120 status_t Preview(DecorInfo* decor, BWindow* window);
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp16 HalftonePreviewView::Preview(float gamma, float min, function in class:HalftonePreviewView
193 HalftoneView::Preview(float gamma, float min, function in class:HalftoneView
196 fPreview->Preview(gamma, min, ditherType, color);
H A DJobSetupDlg.cpp839 fHalftone->Preview(Gamma(), InkDensity(), DitherType(),
/haiku/src/bin/
H A Dsetdecor.cpp196 if (util->Preview(decor, previewWindow) != B_OK) {
/haiku/src/kits/interface/
H A DDecorInfo.cpp578 DecorInfoUtility::Preview(DecorInfo* decor, BWindow* window) function in class:BPrivate::DecorInfoUtility

Completed in 172 milliseconds