Home | History | Annotate | Download | only in android

Lines Matching refs:m_node

50     int layerId = m_node->isInLayer() ? m_frame->layer(m_node)->uniqueId() : -1;
56 " bounds=(%d,%d,w=%d,h=%d)", m_node->index(), m_node->nodePointer(),
60 const CachedColor& colors = m_frame->color(m_node);
119 m_node->cursorRings(m_frame, &m_rings);
125 setIsButton(m_node);
126 m_bounds = m_node->bounds(m_frame);
127 m_viewImpl->updateCursorBounds(m_root, m_frame, m_node);
129 bool useHitBounds = m_node->useHitBounds();
131 m_bounds = m_node->hitBounds(m_frame);
132 if (useHitBounds || m_node->useBounds()) {
136 m_absBounds = m_node->bounds(m_frame);
137 const CachedColor& colors = m_frame->color(m_node);
140 if (!m_node->hasCursorRing() || (m_node->isPlugin() && m_node->isFocus()))
146 m_node->index(), m_node->nodePointer(),
149 m_node->isPlugin() ? "true" : "false");
152 m_node->colorIndex(), colors.innerWidth(), colors.outerWidth(),