Home
last modified time | relevance | path

Searched refs:pGroup (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.cpp66 CPDF_Dictionary* pGroup = m_pFormDict->GetDictFor("Group"); in LoadTransInfo() local
67 if (!pGroup) { in LoadTransInfo()
70 if (pGroup->GetStringFor("S") != "Transparency") { in LoadTransInfo()
74 if (pGroup->GetIntegerFor("I")) { in LoadTransInfo()
77 if (pGroup->GetIntegerFor("K")) { in LoadTransInfo()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2525 CPDF_Stream* pGroup = pSMaskDict->GetStreamFor("G"); in LoadSMask() local
2526 if (!pGroup) in LoadSMask()
2538 pGroup); in LoadSMask()
2562 CPDF_Dictionary* pDict = pGroup->GetDict(); in LoadSMask()
/external/sqlite/dist/orig/
Dsqlite3.c45272 PGroup *pGroup; /* PGroup this cache belongs to */
45522 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
45533 assert( pCache->pGroup==&pcache1.grp );
45534 pcache1LeaveMutex(pCache->pGroup);
45551 pcache1EnterMutex(pCache->pGroup);
45560 pCache->pGroup->nCurrentPage++;
45572 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
45583 pCache->pGroup->nCurrentPage--;
45642 assert( sqlite3_mutex_held(p->pGroup->mutex) );
45649 pcache1LeaveMutex(p->pGroup);
[all …]
/external/sqlite/dist/
Dsqlite3.c45272 PGroup *pGroup; /* PGroup this cache belongs to */
45522 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
45533 assert( pCache->pGroup==&pcache1.grp );
45534 pcache1LeaveMutex(pCache->pGroup);
45551 pcache1EnterMutex(pCache->pGroup);
45560 pCache->pGroup->nCurrentPage++;
45572 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
45583 pCache->pGroup->nCurrentPage--;
45642 assert( sqlite3_mutex_held(p->pGroup->mutex) );
45649 pcache1LeaveMutex(p->pGroup);
[all …]