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

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 63 CFX_Matrix CFX_RenderDevice::GetCTM() const
65 return m_pDeviceDriver->GetCTM();
232 CFX_Matrix ctm = GetCTM();
326 CFX_AffineMatrix ctm = GetCTM();
fx_ge_text.cpp 208 CFX_AffineMatrix matrixCTM = GetCTM();
    [all...]
  /external/pdfium/core/src/fxge/apple/
apple_int.h 88 virtual CFX_Matrix GetCTM() const;
fx_quartz_device.cpp 244 CFX_Matrix CFX_QuartzDeviceDriver::GetCTM() const
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 358 CFX_Matrix GetCTM() const;
517 virtual CFX_Matrix GetCTM() const
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 360 CFX_Matrix dCTM = m_pDevice->GetCTM();
436 CFX_Matrix dCTM = m_pDevice->GetCTM();
795 CFX_Matrix deviceCTM = m_pDevice->GetCTM();
879 CFX_Matrix deviceCTM = m_pDevice->GetCTM();
    [all...]
fpdf_render_text.cpp 367 CFX_Matrix dCTM = m_pDevice->GetCTM();
fpdf_render_pattern.cpp     [all...]

Completed in 398 milliseconds