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

  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 110 void CFX_FloatRect::Transform(const CFX_Matrix* pMatrix)
252 void CFX_Matrix::Set(FX_FLOAT a, FX_FLOAT b, FX_FLOAT c, FX_FLOAT d, FX_FLOAT e, FX_FLOAT f)
261 void CFX_Matrix::Set(const FX_FLOAT n[6])
270 void CFX_Matrix::SetReverse(const CFX_Matrix &m)
284 static void FXCRT_Matrix_Concat(CFX_Matrix &m, const CFX_Matrix &m1, const CFX_Matrix &m2)
294 void CFX_Matrix::Concat(FX_FLOAT a, FX_FLOAT b, FX_FLOAT c, FX_FLOAT d, FX_FLOAT e, FX_FLOAT f, FX_BOOL bPrepended)
296 CFX_Matrix m
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 235 void TransformContent(CFX_Matrix& matrix);
238 void ProcessForm(CFX_ByteTextBuf& buf, FX_LPCBYTE data, FX_DWORD size, CFX_Matrix& matrix);
fpdf_pageobj.h 295 CFX_Matrix m_Matrix;
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 19 class CFX_Matrix;
656 void Transform(const CFX_Matrix* pMatrix);
752 class CFX_Matrix
756 CFX_Matrix()
762 CFX_Matrix(FX_FLOAT a1, FX_FLOAT b1, FX_FLOAT c1, FX_FLOAT d1, FX_FLOAT e1, FX_FLOAT f1)
781 void SetReverse(const CFX_Matrix &m);
785 void Concat(const CFX_Matrix &m, FX_BOOL bPrepended = FALSE);
787 void ConcatInverse(const CFX_Matrix& m, FX_BOOL bPrepended = FALSE);
793 void Copy(const CFX_Matrix& m)
905 #define CFX_AffineMatrix CFX_Matrix
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 102 void CPDF_PageContentGenerate::ProcessForm(CFX_ByteTextBuf& buf, FX_LPCBYTE data, FX_DWORD size, CFX_Matrix& matrix)
119 void CPDF_PageContentGenerate::TransformContent(CFX_Matrix& matrix)
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 91 CFX_Matrix matrix;
232 static CPDF_Form* FPDFDOC_Annot_GetMatrix(const CPDF_Page* pPage, CPDF_Annot* pAnnot, CPDF_Annot::AppearanceMode mode, const CFX_AffineMatrix* pUser2Device, CFX_Matrix &matrix)
239 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
250 CFX_Matrix matrix;
262 CFX_Matrix matrix;
  /external/pdfium/core/include/fxge/
fx_ge.h 358 CFX_Matrix GetCTM() const;
517 virtual CFX_Matrix GetCTM() const
519 return CFX_Matrix();
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 63 CFX_Matrix CFX_RenderDevice::GetCTM() const
197 if (pPathData->GetZeroAreaPath(newPath, (CFX_Matrix*)pObject2Device, bThin, m_pDeviceDriver->GetDriverType())) {
232 CFX_Matrix ctm = GetCTM();
  /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
247 return CFX_Matrix(ctm.a, ctm.b, ctm.c, ctm.d, ctm.tx, ctm.ty);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 360 CFX_Matrix dCTM = m_pDevice->GetCTM();
434 void CPDF_RenderStatus::GetScaledMatrix(CFX_Matrix &matrix) const
436 CFX_Matrix dCTM = m_pDevice->GetCTM();
795 CFX_Matrix deviceCTM = m_pDevice->GetCTM();
879 CFX_Matrix deviceCTM = m_pDevice->GetCTM();
    [all...]
render_int.h 159 void GetScaledMatrix(CFX_Matrix &matrix) const;
261 FX_BOOL DrawPatternImage(const CFX_Matrix* pObj2Device);
fpdf_render_image.cpp 471 FX_BOOL CPDF_ImageRenderer::DrawPatternImage(const CFX_Matrix* pObj2Device)
495 CFX_Matrix patternDevice = *pObj2Device;
    [all...]
fpdf_render_text.cpp 367 CFX_Matrix dCTM = m_pDevice->GetCTM();
fpdf_render_pattern.cpp     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 632 void GetAnnotMatrix(const CPDF_Dictionary* pAnnotDict, const CFX_Matrix* pUser2Device, CFX_Matrix &matrix) const;
634 void GetAnnotRect(const CPDF_Dictionary* pAnnotDict, const CFX_Matrix* pUser2Device, CPDF_Rect &rtAnnot) const;
    [all...]
  /external/pdfium/core/src/reflow/
reflowedtextpage.cpp 93 info.m_Matrix = CFX_Matrix(1, 0, 0, 1, 0, 0);
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 188 milliseconds