Home
last modified time | relevance | path

Searched refs:pRes (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp295 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources"); in FPDFPage_Flatten() local
296 if (!pRes) in FPDFPage_Flatten()
297 pRes = pPageDict->SetNewFor<CPDF_Dictionary>("Resources"); in FPDFPage_Flatten()
304 CPDF_Dictionary* pPageXObject = pRes->GetDictFor("XObject"); in FPDFPage_Flatten()
306 pPageXObject = pRes->SetNewFor<CPDF_Dictionary>("XObject"); in FPDFPage_Flatten()
Dfpdf_transformpage.cpp170 CPDF_Dictionary* pRes = pPageDic->GetDictFor("Resources"); in FPDFPage_TransFormWithClip() local
171 if (pRes) { in FPDFPage_TransFormWithClip()
172 CPDF_Dictionary* pPattenDict = pRes->GetDictFor("Pattern"); in FPDFPage_TransFormWithClip()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVector.cpp336 void PVRTLinearEqSolve(VERTTYPE * const pRes, VERTTYPE ** const pSrc, const int nCnt) in PVRTLinearEqSolve() argument
344 pRes[0] = VERTTYPEDIV(pSrc[0][0], pSrc[0][1]); in PVRTLinearEqSolve()
386 PVRTLinearEqSolve(pRes, pSrc, nCnt - 1); in PVRTLinearEqSolve()
392 f -= VERTTYPEMUL(pSrc[nCnt-1][k], pRes[k-1]); in PVRTLinearEqSolve()
396 pRes[nCnt-1] = f; in PVRTLinearEqSolve()
DPVRTMatrixF.cpp774 float * const pRes, in PVRTMatrixLinearEqSolveF() argument
798 pRes[0] = pSrc[0][0] / pSrc[0][1]; in PVRTMatrixLinearEqSolveF()
840 PVRTMatrixLinearEqSolveF(pRes, pSrc, nCnt - 1); in PVRTMatrixLinearEqSolveF()
846 f -= pSrc[nCnt-1][k] * pRes[k-1]; in PVRTMatrixLinearEqSolveF()
850 pRes[nCnt-1] = f; in PVRTMatrixLinearEqSolveF()
861 fCnt += pSrc[nCnt-1][i] * pRes[i-1]; in PVRTMatrixLinearEqSolveF()
DPVRTMatrix.h774 float * const pRes,
789 int * const pRes,
DPVRTMatrixX.cpp802 int * const pRes, in PVRTMatrixLinearEqSolveX() argument
812 pRes[0] = PVRTXDIV(pSrc[0][0], pSrc[0][1]); in PVRTMatrixLinearEqSolveX()
854 PVRTMatrixLinearEqSolveX(pRes, pSrc, nCnt - 1); in PVRTMatrixLinearEqSolveX()
860 f -= PVRTXMUL(pSrc[nCnt-1][k], pRes[k-1]); in PVRTMatrixLinearEqSolveX()
864 pRes[nCnt-1] = f; in PVRTMatrixLinearEqSolveX()
DPVRTVector.h37 void PVRTLinearEqSolve(VERTTYPE * const pRes, VERTTYPE ** const pSrc, const int nCnt);
1662 VERTTYPE pRes[4]; in inverseEx() local
1678 PVRTLinearEqSolve(pRes, (VERTTYPE**)ppRows, 4); in inverseEx()
1682 out.f[i + 4 * j] = pRes[j]; in inverseEx()
/external/python/cpython2/PC/
D_winreg.c20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
/external/sqlite/dist/orig/
Dsqlite3.c12498 int *pRes
12539 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
12540 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
12541 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
12543 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
44607 sqlite3_pcache_page *pRes;
44625 pRes = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, pgno, eCreate);
44627 createFlag?" create":"",pRes));
44628 return pRes;
48128 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){
[all …]
/external/sqlite/dist/
Dsqlite3.c12498 int *pRes
12539 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
12540 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
12541 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
12543 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
44607 sqlite3_pcache_page *pRes;
44625 pRes = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, pgno, eCreate);
44627 createFlag?" create":"",pRes));
44628 return pRes;
48128 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){
[all …]