Searched refs:pUsage (Results 1 – 5 of 5) sorted by relevance
125 CPDF_Dictionary* pUsage = pArray->GetDictAt(i); in LoadOCGStateFromConfig() local126 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() local154 if (pUsage) { in LoadOCGState()155 CPDF_Dictionary* pState = pUsage->GetDictFor(csState); in LoadOCGState()162 pState = pUsage->GetDictFor("View"); in LoadOCGState()
599 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);604 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
606 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);611 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
131397 struct sqlite3_index_constraint_usage *pUsage;131438 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm131452 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;