Home
last modified time | relevance | path

Searched refs:pUsage (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.cpp125 CPDF_Dictionary* pUsage = pArray->GetDictAt(i); in LoadOCGStateFromConfig() local
126 if (!pUsage) in LoadOCGStateFromConfig()
129 if (pUsage->GetStringFor("Event", "View") != csConfig) in LoadOCGStateFromConfig()
132 CPDF_Array* pOCGs = pUsage->GetArrayFor("OCGs"); in LoadOCGStateFromConfig()
139 CPDF_Dictionary* pState = pUsage->GetDictFor(csConfig); in LoadOCGStateFromConfig()
153 CPDF_Dictionary* pUsage = pOCGDict->GetDictFor("Usage"); in LoadOCGState() local
154 if (pUsage) { in LoadOCGState()
155 CPDF_Dictionary* pState = pUsage->GetDictFor(csState); in LoadOCGState()
162 pState = pUsage->GetDictFor("View"); in LoadOCGState()
/external/swiftshader/include/GL/
Dwglext.h599 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
604 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/mesa3d/include/GL/
Dwglext.h606 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
611 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/sqlite/dist/orig/
Dsqlite3.c131397 struct sqlite3_index_constraint_usage *pUsage;
131438 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
131452 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
131458 pUsage;
133552 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
133579 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
133600 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
133623 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;
/external/sqlite/dist/
Dsqlite3.c131397 struct sqlite3_index_constraint_usage *pUsage;
131438 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
131452 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
131458 pUsage;
133552 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
133579 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
133600 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
133623 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;