Searched refs:pNext (Results 1 – 7 of 7) sorted by relevance
43 Node* pNext; in erase() local45 for ( ; pIt != pItLast ; pIt = pNext) in erase()47 pNext = pIt->m_pNext; in erase()61 Node* pNext; in reverse() local65 for ( ; p != &m_BaseNode ; p = pNext ) in reverse()67 pNext = p->m_pNext; in reverse()106 Node* const pNext = p->m_pNext; in erase() local109 NW_NULL_ASSERT(pNext); in erase()110 pNext->m_pPrev = pPrev; in erase()112 pPrev->m_pNext = pNext; in erase()[all …]
321 if (width->pNext != NULL) in Rebuild()323 ResolveOffset(width->pNext, fileHeader); in Rebuild()324 NN_POINTER_ASSERT( width->pNext ); in Rebuild()342 if (map->pNext != NULL) in Rebuild()344 ResolveOffset(map->pNext, fileHeader); in Rebuild()345 NN_POINTER_ASSERT(map->pNext); in Rebuild()
311 pMap = pMap->pNext; in FindGlyphIndex()402 pWidth = pWidth->pNext; in GetCharWidthsFromIndex()
522 pContext->pPrevCMAP->pNext = pDstCMAP; in ConstructOpAnalyzeCMAP()557 pContext->pPrevCWDH->pNext = pDstCWDH; in ConstructOpAnalyzeCWDH()
271 FontWidth* pNext; // 次の FontWidth へのポインタ member292 FontCodeMap* pNext; // 次の FontCodeMap へのポインタ member
394 Pane* pNext, in InsertChild() argument398 NW_NULL_ASSERT(pNext); in InsertChild()399 NW_ASSERT(pNext->m_pParent == this); in InsertChild()401 InsertChild(m_ChildList.GetIteratorFromPointer(pNext), pChild); in InsertChild()
1005 Pane* pNext,