Home
last modified time | relevance | path

Searched refs:sNew (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTriStrip.cpp67 CTriState sNew, sOld; member in CTri
160 sOld = sNew; in Cement()
168 sNew = sOld; in Undo()
205 if(pTri->sNew.bWindFwd || !pTri->sNew.pFwd) in OrphanTri()
208 pTri->sNew.pFwd->sNew.pRev = NULL; in OrphanTri()
209 pTri->sNew.pFwd = NULL; in OrphanTri()
229 if(pTri->sNew.pFwd && pTri->sNew.pRev) in TakeTri()
231 _ASSERT(pTri->sNew.pFwd->sNew.pRev == pTri); in TakeTri()
232 pTri->sNew.pFwd->sNew.pRev = NULL; in TakeTri()
233 _ASSERT(pTri->sNew.pRev->sNew.pFwd == pTri); in TakeTri()
[all …]
DPVRTGeometry.cpp549 SMesh sNew; in SplitMesh() local
565 sNew.nVtxNum = nVtxNum; in SplitMesh()
566 sNew.ppVtx = pMesh->ppVtx; in SplitMesh()
567 m_pvMesh[nVtxNum-3].push_back(sNew); in SplitMesh()
595 SMesh sNew; in ResizeMesh() local
610 sNew.nVtxNum = (int)(ppW - ppVtx); in ResizeMesh()
611 _ASSERT(sNew.nVtxNum <= nVtxNum); in ResizeMesh()
614 if(sNew.nVtxNum) { in ResizeMesh()
615 _ASSERT(sNew.nVtxNum >= 3); in ResizeMesh()
616 _ASSERT(sNew.nVtxNum < m_nVtxLimit); in ResizeMesh()
[all …]
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.cpp138 CFX_ByteString sNew = GetNativeFont(nCharset); in GetNativeFontName() local
139 if (sNew.IsEmpty()) in GetNativeFontName()
144 pNewData->sFontName = sNew; in GetNativeFontName()
146 return sNew; in GetNativeFontName()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp238 CXFA_NodeSet sNew; in InsertItem() local
249 sNew.insert(pDataNode); in InsertItem()
262 ReorderDataNodes(sNew, sAfter, false); in InsertItem()
269 CXFA_NodeSet sNew; in InsertItem() local
280 sNew.insert(pDataNode); in InsertItem()
293 ReorderDataNodes(sNew, sBefore, true); in InsertItem()