Home
last modified time | relevance | path

Searched refs:GetItemLeftMargin (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp62 FX_FLOAT fLeft = pChild->GetItemLeftMargin(); in GetContentsHeight()
92 FX_FLOAT fLeft = pChild->GetItemLeftMargin(); in ResetAll()
DPWL_Note.cpp221 FX_FLOAT CPWL_Note_Edit::GetItemLeftMargin() { in GetItemLeftMargin() function in CPWL_Note_Edit
904 FX_FLOAT CPWL_NoteItem::GetItemLeftMargin() { in GetItemLeftMargin() function in CPWL_NoteItem
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h144 FX_FLOAT GetItemLeftMargin() override;
266 FX_FLOAT GetItemLeftMargin() override;
DPWL_Wnd.h386 virtual FX_FLOAT GetItemLeftMargin() { return 0; } in GetItemLeftMargin() function