Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp125 CPDF_Dictionary* pUsage = pArray->GetDict(i); in LoadOCGStateFromConfig() local
126 if (!pUsage) { in LoadOCGStateFromConfig()
129 if (pUsage->GetString("Event", "View") != csConfig) { in LoadOCGStateFromConfig()
132 CPDF_Array* pOCGs = pUsage->GetArray("OCGs"); in LoadOCGStateFromConfig()
139 CPDF_Dictionary* pState = pUsage->GetDict(csConfig); in LoadOCGStateFromConfig()
153 CPDF_Dictionary* pUsage = pOCGDict->GetDict("Usage"); in LoadOCGState() local
154 if (pUsage) { in LoadOCGState()
155 CPDF_Dictionary* pState = pUsage->GetDict(csState); in LoadOCGState()
163 pState = pUsage->GetDict("View"); in LoadOCGState()
/external/mesa3d/include/GL/
Dwglext.h745 extern BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
750 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dwglew.h824 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float* pUsage);
/external/sqlite/dist/
Dsqlite3.c122210 struct sqlite3_index_constraint_usage *pUsage;
122250 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
122264 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
122270 pUsage;
124177 struct sqlite3_index_constraint_usage *pUsage;
124204 pUsage = pIdxInfo->aConstraintUsage;
124247 memset(pUsage, 0, sizeof(pUsage[0])*pIdxInfo->nConstraint);
124265 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
124286 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;
124288 if( pUsage[i].omit==0 ){
/external/sqlite/dist/orig/
Dsqlite3.c122192 struct sqlite3_index_constraint_usage *pUsage;
122232 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
122246 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
122252 pUsage;
124159 struct sqlite3_index_constraint_usage *pUsage;
124186 pUsage = pIdxInfo->aConstraintUsage;
124229 memset(pUsage, 0, sizeof(pUsage[0])*pIdxInfo->nConstraint);
124247 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
124268 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;
124270 if( pUsage[i].omit==0 ){