Searched refs:useHitBounds (Results 1 – 2 of 2) sorted by relevance
145 bool useHitBounds = m_node->useHitBounds(); in setup() local146 if (useHitBounds) in setup()148 if (useHitBounds || m_node->useBounds()) { in setup()
184 bool useHitBounds() const { return mUseHitBounds; } in useHitBounds() function