Lines Matching defs:pCachePriv
1113 XAAPixmapCachePrivatePtr pCachePriv =
1128 if(pCachePriv->Info128) {
1129 cacheRoot = pCachePriv->Info128;
1130 max = pCachePriv->Num128x128;
1131 current = &pCachePriv->Current128;
1133 cacheRoot = pCachePriv->InfoPartial;
1134 max = pCachePriv->NumPartial;
1135 current = &pCachePriv->CurrentPartial;
1138 cacheRoot = pCachePriv->Info256;
1139 max = pCachePriv->Num256x256;
1140 current = &pCachePriv->Current256;
1142 cacheRoot = pCachePriv->Info512;
1143 max = pCachePriv->Num512x512;
1144 current = &pCachePriv->Current512;
1147 return pCachePriv->Info128;