Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.cpp86 CPDF_Dictionary* pGroup = m_pDict->GetDictFor("Group"); in LoadTransparencyInfo() local
87 if (!pGroup) in LoadTransparencyInfo()
90 if (pGroup->GetStringFor(pdfium::transparency::kGroupSubType) != in LoadTransparencyInfo()
95 if (pGroup->GetIntegerFor(pdfium::transparency::kI)) in LoadTransparencyInfo()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1583 CPDF_Stream* pGroup = pSMaskDict->GetStreamFor(pdfium::transparency::kG); in LoadSMask() local
1584 if (!pGroup) in LoadSMask()
1597 pGroup); in LoadSMask()
1619 GetBackColor(pSMaskDict, pGroup->GetDict(), &nCSFamily); in LoadSMask()
1691 const CPDF_Dictionary* pGroup = in GetBackColor() local
1693 if (pGroup) in GetBackColor()
1694 pCSObj = pGroup->GetDirectObjectFor(pdfium::transparency::kCS); in GetBackColor()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c49935 PGroup *pGroup; /* PGroup this cache belongs to */
50189 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
50201 assert( pCache->pGroup==&pcache1.grp );
50202 pcache1LeaveMutex(pCache->pGroup);
50218 pcache1EnterMutex(pCache->pGroup);
50240 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
50309 assert( sqlite3_mutex_held(p->pGroup->mutex) );
50316 pcache1LeaveMutex(p->pGroup);
50320 pcache1EnterMutex(p->pGroup);
50350 assert( sqlite3_mutex_held(pPage->pCache->pGroup->mutex) );
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c49847 PGroup *pGroup; /* PGroup this cache belongs to */
50101 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
50113 assert( pCache->pGroup==&pcache1.grp );
50114 pcache1LeaveMutex(pCache->pGroup);
50130 pcache1EnterMutex(pCache->pGroup);
50152 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
50221 assert( sqlite3_mutex_held(p->pGroup->mutex) );
50228 pcache1LeaveMutex(p->pGroup);
50232 pcache1EnterMutex(p->pGroup);
50262 assert( sqlite3_mutex_held(pPage->pCache->pGroup->mutex) );
[all …]
/external/sqlite/dist/
Dsqlite3.c49863 PGroup *pGroup; /* PGroup this cache belongs to */
50117 assert( sqlite3_mutex_held(pCache->pGroup->mutex) );
50129 assert( pCache->pGroup==&pcache1.grp );
50130 pcache1LeaveMutex(pCache->pGroup);
50146 pcache1EnterMutex(pCache->pGroup);
50168 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) );
50237 assert( sqlite3_mutex_held(p->pGroup->mutex) );
50244 pcache1LeaveMutex(p->pGroup);
50248 pcache1EnterMutex(p->pGroup);
50278 assert( sqlite3_mutex_held(pPage->pCache->pGroup->mutex) );
[all …]