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.h745 extern BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
750 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
/external/sqlite/dist/orig/
Dsqlite3.c130683 struct sqlite3_index_constraint_usage *pUsage;
130724 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
130738 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
130744 pUsage;
132838 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
132865 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
132886 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
132909 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;
/external/sqlite/dist/
Dsqlite3.c130683 struct sqlite3_index_constraint_usage *pUsage;
130724 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
130738 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
130744 pUsage;
132838 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
132865 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
132886 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
132909 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;