HomeSort by relevance Sort by last modified time
    Searched refs:m_pTR (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 364 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/
fpdf_pageobj.h 291 CPDF_Object* m_pTR;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 603 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);
    [all...]
fpdf_render_image.cpp 396 if (pGeneralState && pGeneralState->m_pTR) {
398 ((CPDF_GeneralStateData*)pGeneralState)->m_pTransferFunc = m_pRenderStatus->GetTransferFunc(pGeneralState->m_pTR);
    [all...]

Completed in 44 milliseconds