Searched defs:bRelease (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp151 void CPDF_DocPageData::Clear(FX_BOOL bRelease) argument
162 if (bRelease || nCount < 2) {
175 if (bRelease || nCount < 2) {
188 if (bRelease || nCount < 2) {
202 if (bRelease || nCount < 2) {
215 if (bRelease || nCount < 2) {
239 if (bRelease || nCount < 2) {
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp22 void CPDF_DocRenderData::Clear(FX_BOOL bRelease) argument
31 if (bRelease || cache->m_nCount < 2) {
45 if (bRelease || value->m_nCount < 2) {
54 if (bRelease) {
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1040 void CFX_FontCache::FreeCache(FX_BOOL bRelease) argument
1049 if (bRelease || cache->m_nCount < 2) {
1060 if (bRelease || cache->m_nCount < 2) {

Completed in 2074 milliseconds