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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp364 m_pTransferFunc = pDocCache->GetTransferFunc(m_pTR);
374 pDocCache->ReleaseTransferFunc(m_pTR);
532 pGeneralState->m_pTR = pObject;
534 pGeneralState->m_pTR = NULL;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h291 CPDF_Object* m_pTR; member in class:CPDF_GeneralStateData
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp603 if (pGeneralData->m_pTR) {
605 ((CPDF_GeneralStateData*)pGeneralData)->m_pTransferFunc = GetTransferFunc(pGeneralData->m_pTR);
634 if (pGeneralData->m_pTR) {
636 ((CPDF_GeneralStateData*)pGeneralData)->m_pTransferFunc = GetTransferFunc(pGeneralData->m_pTR);
H A Dfpdf_render_image.cpp396 if (pGeneralState && pGeneralState->m_pTR) {
398 ((CPDF_GeneralStateData*)pGeneralState)->m_pTransferFunc = m_pRenderStatus->GetTransferFunc(pGeneralState->m_pTR);

Completed in 43 milliseconds