Searched refs:M_ENDPOINT (Results 1 – 5 of 5) sorted by relevance
87 if (fEndPoints && (fTypes & DiagramItem::M_ENDPOINT)) { in ~DiagramItemGroup()121 if (whichType & DiagramItem::M_ENDPOINT) { in CountItems()154 if (whichType & DiagramItem::M_ENDPOINT) { in ItemAt()155 if (fEndPoints && (index < CountItems(DiagramItem::M_ENDPOINT))) in ItemAt()204 if (fTypes & DiagramItem::M_ENDPOINT) { in ItemUnder()205 for (uint32 i = 0; i < CountItems(DiagramItem::M_ENDPOINT); i++) { in ItemUnder()206 DiagramItem *item = ItemAt(i, DiagramItem::M_ENDPOINT); in ItemUnder()241 case DiagramItem::M_ENDPOINT: in AddItem()283 case DiagramItem::M_ENDPOINT: in RemoveItem()317 case DiagramItem::M_ENDPOINT: in SortItems()[all …]
62 DiagramItemGroup(DiagramItem::M_ENDPOINT), in DiagramBox()319 for (uint32 i = 0; i < CountItems(DiagramItem::M_ENDPOINT); i++) { in _SetOwner()
76 M_ENDPOINT = 0x4, enumerator
54 : DiagramItem(DiagramItem::M_ENDPOINT), in DiagramEndPoint()
376 SortItems(DiagramItem::M_ENDPOINT, &compareTypeAndID); in arrangeIOJacks()