Searched refs:bRelease (Results 1 - 6 of 6) 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) {
H A Dpageint.h415 void Clear(FX_BOOL bRelease = FALSE);
/external/pdfium/core/include/fxge/
H A Dfx_font.h350 void FreeCache(FX_BOOL bRelease = FALSE);
/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) {
H A Drender_int.h66 void Clear(FX_BOOL bRelease = FALSE);
/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 103 milliseconds