HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_Matrix (Results 1 - 25 of 47) sorted by null

1 2

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Signature.h 26 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
54 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Label.h 35 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Caret.h 33 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Icon.h 28 CPDF_Matrix GetImageMatrix();
PWL_ListCtrl.h 35 virtual void DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Utils.h 163 static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_Rect & rect,
165 static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
167 static void DrawStrokeRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_Rect & rect,
169 static void DrawStrokeLine(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
171 static void DrawBorder(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
175 static void DrawFillArea(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
177 static void DrawShadow(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
180 static void DrawEditSpellCheck(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,
198 static void DrawIconAppStream(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
PWL_Wnd.h 186 virtual CPDF_Matrix GetWindowMatrix(void* pAttachedData) = 0;
257 CPDF_Matrix mtChild; //ignore
305 void DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
387 CPDF_Matrix GetChildToRoot() const;
388 CPDF_Matrix GetChildMatrix() const;
389 void SetChildMatrix(const CPDF_Matrix& mt);
390 CPDF_Matrix GetWindowMatrix() const;
413 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
414 virtual void DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Note.h 96 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
109 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
124 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
134 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
177 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ScrollBar.h 51 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
111 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ComboBox.h 44 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_IconList.h 47 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ListBox.h 50 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Edit.h 45 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_PushButton.h 22 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
FFL_FormFiller.h 42 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
45 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
86 virtual CPDF_Matrix GetWindowMatrix(void* pAttachedData);
103 CPDF_Matrix GetCurMatrix();
165 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
169 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 24 class CPDF_Matrix;
167 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
169 void DrawBorder(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
175 const CPDF_Matrix& matrix, const CFX_ByteString& sContents,
179 virtual void Annot_OnDraw(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,CPDF_RenderOptions* pOptions);
fsdk_annothandler.h 18 class CPDF_Matrix;
48 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
52 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
119 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
123 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
188 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,FX_DWORD dwFlags);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_PushButton.cpp 37 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
FFL_FormFiller.cpp 94 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
101 CPDF_Matrix mt = this->GetCurMatrix();
114 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
494 CPDF_Matrix CFFL_FormFiller::GetWindowMatrix(void* pAttachedData)
500 CPDF_Matrix mtPageView;
502 CPDF_Matrix mt = GetCurMatrix();
508 return CPDF_Matrix(1,0,0,1,0,0);
511 CPDF_Matrix CFFL_FormFiller::GetCurMatrix()
513 CPDF_Matrix mt;
525 mt = CPDF_Matrix(1,0,0,1,0,0)
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 263 ccp.mtChild = CPDF_Matrix(1,0,0,1,0,0);
435 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
444 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
469 void CPWL_Wnd::DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
475 CPDF_Matrix mt = pChild->GetChildMatrix();
1132 CPDF_Matrix CPWL_Wnd::GetWindowMatrix() const
1134 CPDF_Matrix mt = this->GetChildToRoot();
1147 CPDF_Matrix mtPageView;
1160 CPDF_Matrix mt = GetWindowMatrix();
1170 CPDF_Matrix mt = GetWindowMatrix()
    [all...]
PWL_Icon.cpp 28 CPDF_Matrix mt;
81 CPDF_Matrix CPWL_Image::GetImageMatrix()
91 return CPDF_Matrix();
PWL_ListCtrl.cpp 114 CPDF_Matrix(1,0,0,1,
162 void CPWL_ListCtrl::DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
182 CPDF_Matrix mt = pChild->GetChildMatrix();
PWL_Signature.cpp 34 void CPWL_Signature_Image::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
187 void CPWL_Signature::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix)
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 15 class CPDF_Matrix;
399 static void DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke,
401 static void DrawUnderline(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF color,
403 static void DrawRichEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,

Completed in 147 milliseconds

1 2