HomeSort by relevance Sort by last modified time
    Searched defs:GetCTM (Results 1 - 3 of 3) 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();
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 244 CFX_Matrix CFX_QuartzDeviceDriver::GetCTM() const
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 362 CFX_Matrix GetCTM() const;
521 virtual CFX_Matrix GetCTM() const

Completed in 173 milliseconds