/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 94 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, in OnDraw() 101 CPDF_Matrix mt = this->GetCurMatrix(); in OnDraw() 114 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, in OnDrawDeactive() 494 CPDF_Matrix CFFL_FormFiller::GetWindowMatrix(void* pAttachedData) in GetWindowMatrix() 500 CPDF_Matrix mtPageView; in GetWindowMatrix() 502 CPDF_Matrix mt = GetCurMatrix(); in GetWindowMatrix() 508 return CPDF_Matrix(1,0,0,1,0,0); in GetWindowMatrix() 511 CPDF_Matrix CFFL_FormFiller::GetCurMatrix() in GetCurMatrix() 513 CPDF_Matrix mt; in GetCurMatrix() 525 mt = CPDF_Matrix(1,0,0,1,0,0); in GetCurMatrix() [all …]
|
D | FFL_PushButton.cpp | 37 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, in OnDraw()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 24 class CPDF_Matrix; variable 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_RenderOption…
|
D | fsdk_annothandler.h | 18 class CPDF_Matrix; variable 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, in OnDrawSleep() 188 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,FX_DWORD dwFlags);
|
D | fsdk_baseform.h | 147 CPDF_Matrix GetMatrix() const; 157 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 263 ccp.mtChild = CPDF_Matrix(1,0,0,1,0,0); in Create() 435 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawAppearance() 444 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() 469 void CPWL_Wnd::DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawChildAppearance() 475 CPDF_Matrix mt = pChild->GetChildMatrix(); in DrawChildAppearance() 1132 CPDF_Matrix CPWL_Wnd::GetWindowMatrix() const in GetWindowMatrix() 1134 CPDF_Matrix mt = this->GetChildToRoot(); in GetWindowMatrix() 1160 CPDF_Matrix mt = GetWindowMatrix(); in PWLtoWnd() 1170 CPDF_Matrix mt = GetWindowMatrix(); in PWLtoWnd() 1182 CPDF_Matrix mt = GetChildMatrix(); in ChildToParent() [all …]
|
D | PWL_Icon.cpp | 28 CPDF_Matrix mt; in GetImageAppStream() 81 CPDF_Matrix CPWL_Image::GetImageMatrix() in GetImageMatrix() 91 return CPDF_Matrix(); in GetImageMatrix()
|
D | PWL_ListCtrl.cpp | 114 CPDF_Matrix(1,0,0,1, in ResetAll() 162 void CPWL_ListCtrl::DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawChildAppearance() 182 CPDF_Matrix mt = pChild->GetChildMatrix(); in DrawChildAppearance()
|
D | PWL_Signature.cpp | 34 void CPWL_Signature_Image::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() 187 void CPWL_Signature::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()
|
D | PWL_Label.cpp | 113 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Utils.h | 163 …static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_Re… 165 static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, 167 …static void DrawStrokeRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_… 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_Ed… 198 static void DrawIconAppStream(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
|
D | 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);
|
D | PWL_Signature.h | 26 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device); 54 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
|
D | 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);
|
D | PWL_ScrollBar.h | 51 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device); 111 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
|
D | PWL_Label.h | 35 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
|
D | PWL_ListCtrl.h | 35 virtual void DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
|
D | PWL_Caret.h | 33 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
|
D | PWL_Icon.h | 28 CPDF_Matrix GetImageMatrix();
|
D | PWL_ComboBox.h | 44 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | 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,
|
D | FFL_PushButton.h | 22 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_path.cpp | 19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix) in Transform()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 15 class CPDF_Matrix; variable 399 …static void DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,… 401 …static void DrawUnderline(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* p… 403 …static void DrawRichEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pE…
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 28 …ce* pDevice, const CPDF_Point& pt, CPDF_Font* pFont, FX_FLOAT fFontSize, CPDF_Matrix* pUser2Device, in DrawTextString() 38 CPDF_Matrix mt(nHorzScale/100.0f,0,0,1,0,0); in DrawTextString() 80 void IFX_Edit::DrawUnderline(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,… in DrawUnderline() 131 void IFX_Edit::DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_C… in DrawEdit() 273 void IFX_Edit::DrawRichEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, in DrawRichEdit()
|