Searched refs:FindProperty (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp111 if (FindProperty(property->Identifier())) {
156 // FindProperty
158 PropertyObject::FindProperty(uint32 propertyID) const function in class:PropertyObject
260 if (Property* p = FindProperty(propertyID)) {
273 if (Property* p = FindProperty(propertyID)) {
286 IntProperty* p = dynamic_cast<IntProperty*>(FindProperty(propertyID));
298 if (IntProperty* p = dynamic_cast<IntProperty*>(FindProperty(propertyID)))
309 Int64Property* p = dynamic_cast<Int64Property*>(FindProperty(propertyID));
321 if (Int64Property* p = dynamic_cast<Int64Property*>(FindProperty(propertyID)))
332 FloatProperty* p = dynamic_cast<FloatProperty*>(FindProperty(propertyI
[all...]
H A DPropertyObject.h33 Property* FindProperty(uint32 propertyID) const;
/haiku/src/libs/icon/transformer/
H A DStrokeTransformer.cpp227 object->FindProperty(PROPERTY_CAP_MODE));
234 object->FindProperty(PROPERTY_JOIN_MODE));
H A DContourTransformer.cpp207 object->FindProperty(PROPERTY_JOIN_MODE));
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp471 Property* local = fPropertyObject->FindProperty(p->Identifier());
490 Property* previous = fSavedProperties->FindProperty(propertyID);
491 Property* current = fPropertyObject->FindProperty(propertyID);
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp226 object->FindProperty(PROPERTY_PATH));

Completed in 105 milliseconds