Home
last modified time | relevance | path

Searched refs:m_pTR (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp352 m_pTransferFunc = pDocCache->GetTransferFunc(m_pTR); in CPDF_GeneralStateData()
361 pDocCache->ReleaseTransferFunc(m_pTR); in ~CPDF_GeneralStateData()
513 pGeneralState->m_pTR = in ProcessExtGS()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp566 if (pGeneralData->m_pTR) { in GetFillArgb()
569 GetTransferFunc(pGeneralData->m_pTR); in GetFillArgb()
600 if (pGeneralData->m_pTR) { in GetStrokeArgb()
603 GetTransferFunc(pGeneralData->m_pTR); in GetStrokeArgb()
Dfpdf_render_image.cpp357 if (pGeneralState && pGeneralState->m_pTR) { in StartRenderDIBSource()
360 m_pRenderStatus->GetTransferFunc(pGeneralState->m_pTR); in StartRenderDIBSource()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h221 CPDF_Object* m_pTR; variable