Searched refs:pGroup (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 780 CPDF_Dictionary* pGroup = m_pFormDict->GetDict(FX_BSTRC("Group")); in LoadTransInfo() local 781 if (pGroup == NULL) { in LoadTransInfo() 784 if (pGroup->GetString(FX_BSTRC("S")) != FX_BSTRC("Transparency")) { in LoadTransInfo() 788 if (pGroup->GetInteger(FX_BSTRC("I"))) { in LoadTransInfo() 791 if (pGroup->GetInteger(FX_BSTRC("K"))) { in LoadTransInfo()
|
/external/skia/src/animator/ |
D | SkDisplayApply.cpp | 376 SkGroup* pGroup; in enable() local 377 … int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList); in enable() 432 SkGroup* pGroup = NULL, * found = NULL; in enableDynamic() local 433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList); in enableDynamic()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 973 CPDF_Stream* pGroup = pSMaskDict->GetStream(FX_BSTRC("G")); in LoadSMask() local 974 if (pGroup == NULL) { in LoadSMask() 984 CPDF_Form form(m_pContext->m_pDocument, m_pContext->m_pPageResources, pGroup); in LoadSMask() 1003 CPDF_Dictionary* pDict = pGroup->GetDict(); in LoadSMask()
|
/external/sqlite/dist/ |
D | sqlite3.c | 40015 PGroup *pGroup; /* PGroup this cache belongs to */ 40232 assert( sqlite3_mutex_held(pCache->pGroup->mutex) ); 40233 pcache1LeaveMutex(pCache->pGroup); 40246 pcache1EnterMutex(pCache->pGroup); 40252 pCache->pGroup->nCurrentPage++; 40269 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) ); 40275 pCache->pGroup->nCurrentPage--; 40335 assert( sqlite3_mutex_held(p->pGroup->mutex) ); 40342 pcache1LeaveMutex(p->pGroup); 40346 pcache1EnterMutex(p->pGroup); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 39997 PGroup *pGroup; /* PGroup this cache belongs to */ 40214 assert( sqlite3_mutex_held(pCache->pGroup->mutex) ); 40215 pcache1LeaveMutex(pCache->pGroup); 40228 pcache1EnterMutex(pCache->pGroup); 40234 pCache->pGroup->nCurrentPage++; 40251 assert( sqlite3_mutex_held(p->pCache->pGroup->mutex) ); 40257 pCache->pGroup->nCurrentPage--; 40317 assert( sqlite3_mutex_held(p->pGroup->mutex) ); 40324 pcache1LeaveMutex(p->pGroup); 40328 pcache1EnterMutex(p->pGroup); [all …]
|