Lines Matching full:nodeindex
262 uint16_t nodeIndex = parent->fFirstChild;
263 while (nodeIndex > 0) {
264 CharacterNode *current = fNodes + nodeIndex;
271 prevIndex = nodeIndex;
272 nodeIndex = current->fNextSibling;
289 node->fNextSibling = nodeIndex;
302 uint16_t nodeIndex = parent->fFirstChild;
303 while (nodeIndex > 0) {
304 CharacterNode *current = fNodes + nodeIndex;
311 nodeIndex = current->fNextSibling;