Searched refs:CPDF_Matrix (Results 1 - 25 of 47) sorted by relevance

12

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_PushButton.h20 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
H A DFFL_FormFiller.h42 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/pdfwindow/
H A DPWL_Signature.h24 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
52 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_Label.h38 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_Utils.h155 static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_Rect & rect,
157 static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
159 static void DrawStrokeRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_Rect & rect,
161 static void DrawStrokeLine(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
163 static void DrawBorder(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
167 static void DrawFillArea(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
169 static void DrawShadow(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
172 static void DrawEditSpellCheck(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,
190 static void DrawIconAppStream(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
H A DPWL_Caret.h31 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_Icon.h25 CPDF_Matrix GetImageMatrix();
H A DPWL_ListCtrl.h33 virtual void DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_Wnd.h179 virtual CPDF_Matrix GetWindowMatrix(void* pAttachedData) = 0;
249 CPDF_Matrix mtChild; //ignore
297 void DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
379 CPDF_Matrix GetChildToRoot() const;
380 CPDF_Matrix GetChildMatrix() const;
381 void SetChildMatrix(const CPDF_Matrix& mt);
382 CPDF_Matrix GetWindowMatrix() const;
405 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
406 virtual void DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_ScrollBar.h49 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
109 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_Note.h89 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
102 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
117 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
127 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
170 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_ComboBox.h40 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_IconList.h42 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
H A DPWL_ListBox.h47 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h156 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
158 void DrawBorder(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
165 const CPDF_Matrix& matrix, const CFX_ByteString& sContents,
169 virtual void Annot_OnDraw(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,CPDF_RenderOptions* pOptions);
H A Dfsdk_annothandler.h40 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
44 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
111 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
115 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
180 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,FX_DWORD dwFlags);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_PushButton.cpp37 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
H A DFFL_FormFiller.cpp94 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(
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp258 ccp.mtChild = CPDF_Matrix(1,0,0,1,0,0);
430 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
439 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
464 void CPWL_Wnd::DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
470 CPDF_Matrix mt = pChild->GetChildMatrix();
1127 CPDF_Matrix CPWL_Wnd::GetWindowMatrix() const
1129 CPDF_Matrix mt = this->GetChildToRoot();
1142 CPDF_Matrix mtPageView;
1155 CPDF_Matrix mt = GetWindowMatrix();
1165 CPDF_Matrix m
[all...]
H A DPWL_Icon.cpp28 CPDF_Matrix mt;
81 CPDF_Matrix CPWL_Image::GetImageMatrix()
91 return CPDF_Matrix();
H A DPWL_ListCtrl.cpp114 CPDF_Matrix(1,0,0,1,
162 void CPWL_ListCtrl::DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
182 CPDF_Matrix mt = pChild->GetChildMatrix();
H A DPWL_Signature.cpp34 void CPWL_Signature_Image::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
187 void CPWL_Signature::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
H A DPWL_Caret.cpp41 void CPWL_Caret::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
H A DPWL_Label.cpp113 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_path.cpp19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix)

Completed in 753 milliseconds

12