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

/haiku/src/libs/icon/shape/
H A DReferenceImage.h59 virtual bool Visible(float scale) const function in class:ReferenceImage
H A DPathSourceShape.h68 virtual bool Visible(float scale) const;
H A DPathSourceShape.cpp174 PathSourceShape::Visible(float scale) const function in class:PathSourceShape
H A DShape.h126 virtual bool Visible(float scale) const = 0;
/haiku/src/preferences/filetypes/
H A DAttributeListView.h33 bool Visible() const { return fVisible; } function in class:AttributeItem
H A DAttributeListView.cpp252 fVisible = other.Visible();
268 && Visible() == other.Visible()
H A DAttributeWindow.cpp135 fVisibleCheckBox = new BCheckBox("visible", B_TRANSLATE("Visible"),
137 fVisibleCheckBox->SetValue(fAttribute.Visible());
459 newAttributes.AddBool("attr:viewable", item->Visible());
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h48 BRegion* Visible() { return &fVisible; } function in class:Layer
H A DMyView.cpp94 if (lay->Visible()->Contains(where))
307 // lay->Visible()->PrintToStream();
312 ConstrainClippingRegion(lay->Visible());
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c30 static GLboolean Visible = GL_TRUE; variable
253 if (Visible && Animate)
384 Visible = vis;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp205 if (!shape->Visible(1.0)) {
/haiku/src/libs/icon/
H A DIconRenderer.cpp565 if (!shape->Visible(fGlobalTransform.scale())) {

Completed in 94 milliseconds