Home
last modified time | relevance | path

Searched refs:nFaces (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.cpp169 uint32_t nFaces = GET_TT_LONG(buffer + 8); in ScanFile() local
170 if (nFaces > std::numeric_limits<uint32_t>::max() / 4) { in ScanFile()
174 uint32_t face_bytes = nFaces * 4; in ScanFile()
182 for (uint32_t i = 0; i < nFaces; i++) { in ScanFile()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp3683 unsigned int p0, p1, p2, nFaces; local
3700 nFaces = mesh.nNumFaces;
3706 nFaces = mesh.sBoneBatches.pnBatchOffset[h+1] - mesh.sBoneBatches.pnBatchOffset[h];
3708 nFaces = mesh.nNumFaces - mesh.sBoneBatches.pnBatchOffset[h];
3713 for(unsigned int i = 0; i < nFaces; ++i)