HomeSort by relevance Sort by last modified time
    Searched defs:pLayout (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.cpp 150 IXFA_DocLayout* pLayout = m_pDoc->GetXFADoc()->GetDocLayout();
151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
235 void CXFA_FFNotify::OnLayoutEvent(IXFA_DocLayout* pLayout,
240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
246 OnLayoutItemAdd(pDocView, pLayout, pSender, pParam, pParam2);
249 OnLayoutItemRemoving(pDocView, pLayout, pSender, pParam, pParam2);
252 OnLayoutItemRectChanged(pDocView, pLayout, pSender, pParam, pParam2);
255 OnLayoutItemStatustChanged(pDocView, pLayout, pSender, pParam, pParam2);
572 IXFA_DocLayout* pLayout,
612 IXFA_DocLayout* pLayout,
    [all...]
xfa_ffwidgethandler.cpp 305 CXFA_LayoutItem* pLayout =
307 return (IXFA_Widget*)pLayout;
  /external/vulkan-validation-layers/layers/
core_validation.h 616 LAYOUT_NODE *pLayout; // Layout for this set
619 SET_NODE() : pUpdateStructs(NULL), ppDescriptors(NULL), pLayout(NULL), pNext(NULL){};
    [all...]

Completed in 121 milliseconds