OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPageData
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp
297
CPDF_DocPageData*
pPageData
= m_pDocument->GetPageData();
298
if (
pPageData
&& !
pPageData
->IsForceClear()) {
299
pPageData
->ReleaseFont(m_pFont->GetFontDict());
307
CPDF_DocPageData*
pPageData
= pDoc ? pDoc->GetPageData() : NULL;
308
if (
pPageData
&& pStateData->m_pFont && !
pPageData
->IsForceClear()) {
309
pPageData
->ReleaseFont(pStateData->m_pFont->GetFontDict());
fpdf_page_colors.cpp
[
all
...]
Completed in 958 milliseconds