Searched refs:pNext (Results 1 – 7 of 7) sorted by relevance
41 Node* pNext; in erase() local43 for ( ; pIt != pItLast ; pIt = pNext) in erase()45 pNext = pIt->m_pNext; in erase()59 Node* pNext; in reverse() local63 for ( ; p != &m_BaseNode ; p = pNext ) in reverse()65 pNext = p->m_pNext; in reverse()104 Node* const pNext = p->m_pNext; in erase() local107 NW_NULL_ASSERT(pNext); in erase()108 pNext->m_pPrev = pPrev; in erase()110 pPrev->m_pNext = pNext; in erase()[all …]
319 if (width->pNext != NULL) in Rebuild()321 ResolveOffset(width->pNext, fileHeader); in Rebuild()322 NN_POINTER_ASSERT( width->pNext ); in Rebuild()340 if (map->pNext != NULL) in Rebuild()342 ResolveOffset(map->pNext, fileHeader); in Rebuild()343 NN_POINTER_ASSERT(map->pNext); in Rebuild()
309 pMap = pMap->pNext; in FindGlyphIndex()400 pWidth = pWidth->pNext; in GetCharWidthsFromIndex()
520 pContext->pPrevCMAP->pNext = pDstCMAP; in ConstructOpAnalyzeCMAP()555 pContext->pPrevCWDH->pNext = pDstCWDH; in ConstructOpAnalyzeCWDH()
269 FontWidth* pNext; // 次の FontWidth へのポインタ member290 FontCodeMap* pNext; // 次の FontCodeMap へのポインタ member
392 Pane* pNext, in InsertChild() argument396 NW_NULL_ASSERT(pNext); in InsertChild()397 NW_ASSERT(pNext->m_pParent == this); in InsertChild()399 InsertChild(m_ChildList.GetIteratorFromPointer(pNext), pChild); in InsertChild()
1003 Pane* pNext,