/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgethandler.cpp | 311 CXFA_Node* pParent, in CreateWidgetFormItem() argument 317 return CreatePushButton(pParent, pBefore); in CreateWidgetFormItem() 319 return CreateCheckButton(pParent, pBefore); in CreateWidgetFormItem() 321 return CreateExclGroup(pParent, pBefore); in CreateWidgetFormItem() 323 return CreateRadioButton(pParent, pBefore); in CreateWidgetFormItem() 325 return CreateArc(pParent, pBefore); in CreateWidgetFormItem() 327 return CreateRectangle(pParent, pBefore); in CreateWidgetFormItem() 329 return CreateImage(pParent, pBefore); in CreateWidgetFormItem() 331 return CreateLine(pParent, pBefore); in CreateWidgetFormItem() 333 return CreateText(pParent, pBefore); in CreateWidgetFormItem() [all …]
|
D | xfa_ffwidgethandler.h | 92 CXFA_Node* pParent, 95 CXFA_Node* CreatePushButton(CXFA_Node* pParent, CXFA_Node* pBefore) const; 96 CXFA_Node* CreateCheckButton(CXFA_Node* pParent, CXFA_Node* pBefore) const; 97 CXFA_Node* CreateExclGroup(CXFA_Node* pParent, CXFA_Node* pBefore) const; 98 CXFA_Node* CreateRadioButton(CXFA_Node* pParent, CXFA_Node* pBefore) const; 99 CXFA_Node* CreateDatetimeEdit(CXFA_Node* pParent, CXFA_Node* pBefore) const; 100 CXFA_Node* CreateDecimalField(CXFA_Node* pParent, CXFA_Node* pBefore) const; 101 CXFA_Node* CreateNumericField(CXFA_Node* pParent, CXFA_Node* pBefore) const; 102 CXFA_Node* CreateSignature(CXFA_Node* pParent, CXFA_Node* pBefore) const; 103 CXFA_Node* CreateTextEdit(CXFA_Node* pParent, CXFA_Node* pBefore) const; [all …]
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_widgetmgrimp.cpp | 59 int32_t CFWL_WidgetMgr::CountWidgets(IFWL_Widget* pParent) { in CountWidgets() argument 60 CFWL_WidgetMgrItem* pParentItem = GetWidgetMgrItem(pParent); in CountWidgets() 63 IFWL_Widget* CFWL_WidgetMgr::GetWidget(int32_t nIndex, IFWL_Widget* pParent) { in GetWidget() argument 64 CFWL_WidgetMgrItem* pParentItem = GetWidgetMgrItem(pParent); in GetWidget() 78 pRet = pItem->pParent ? pItem->pParent->pWidget : NULL; in GetWidget() 127 pItem = pItem->pParent; in GetWidget() 139 return TravelWidgetMgr(pItem->pParent, NULL, pItem); in GetWidgetIndex() 145 if (!pItem->pParent) in SetWidgetIndex() 147 CFWL_WidgetMgrItem* pChild = pItem->pParent->pChild; in SetWidgetIndex() 160 if (pItem->pParent->pChild == pItem) { in SetWidgetIndex() [all …]
|
D | fwl_panelimp.cpp | 59 IFWL_Widget* pParent = in Update() local 61 if (pParent && pParent->GetClassID() == FWL_CLASSHASH_Grid) { in Update() 62 IFWL_Grid* pGrid = static_cast<IFWL_Grid*>(pParent); in Update()
|
D | fwl_widgetimp.cpp | 32 FWL_ERR IFWL_Widget::SetParent(IFWL_Widget* pParent) { in SetParent() argument 33 return static_cast<CFWL_WidgetImp*>(GetImpl())->SetParent(pParent); in SetParent() 123 CFX_SizeF IFWL_Widget::GetOffsetFromParent(IFWL_Widget* pParent) { in GetOffsetFromParent() argument 124 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetOffsetFromParent(pParent); in GetOffsetFromParent() 138 IFWL_Widget* pParent = m_pProperties->m_pParent; in Initialize() local 139 m_pWidgetMgr->InsertWidget(pParent, m_pInterface); in Initialize() 225 FWL_ERR CFWL_WidgetImp::SetParent(IFWL_Widget* pParent) { in SetParent() argument 226 m_pProperties->m_pParent = pParent; in SetParent() 227 m_pWidgetMgr->SetParent(pParent, m_pInterface); in SetParent() 926 CFX_SizeF CFWL_WidgetImp::GetOffsetFromParent(IFWL_Widget* pParent) { in GetOffsetFromParent() argument [all …]
|
D | fwl_sdadapterimp.cpp | 15 IFWL_Widget* pParent) { in CreateWidget() argument 31 IFWL_Widget* pParent) { in SetParentWidget() argument
|
/external/pdfium/xfa/src/fwl/src/core/include/ |
D | fwl_widgetmgrimp.h | 19 : pParent(NULL), in CFWL_WidgetMgrItem() 39 CFWL_WidgetMgrItem* pParent; variable 58 int32_t CountWidgets(IFWL_Widget* pParent = NULL) override; 59 IFWL_Widget* GetWidget(int32_t nIndex, IFWL_Widget* pParent = NULL) override; 69 void InsertWidget(IFWL_Widget* pParent, 74 void SetParent(IFWL_Widget* pParent, IFWL_Widget* pChild); 75 FX_BOOL IsChild(IFWL_Widget* pChild, IFWL_Widget* pParent); 99 IFWL_Widget* GetWidgetAtPoint(IFWL_Widget* pParent, FX_FLOAT fx, FX_FLOAT fy); 106 IFWL_Widget* GetDefaultButton(IFWL_Widget* pParent); 121 int32_t TravelWidgetMgr(CFWL_WidgetMgrItem* pParent, [all …]
|
D | fwl_widgetimp.h | 32 virtual FWL_ERR SetParent(IFWL_Widget* pParent); 66 CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent); 137 FX_BOOL IsParent(IFWL_Widget* pParent);
|
/external/parameter-framework/upstream/parameter/ |
D | ConfigurableElement.cpp | 375 const CElement *pParent = getParent(); in getSyncer() local 377 if (isOfConfigurableElementType(pParent)) { in getSyncer() 379 return static_cast<const CConfigurableElement *>(pParent)->getSyncer(); in getSyncer() 448 const CElement *pParent = getParent(); in getBelongingDomains() local 450 if (isOfConfigurableElementType(pParent)) { in getBelongingDomains() 452 static_cast<const CConfigurableElement *>(pParent)->getBelongingDomains( in getBelongingDomains() 616 const CElement *pParent = getParent(); in belongsToDomainAscending() local 618 if (isOfConfigurableElementType(pParent)) { in belongsToDomainAscending() 620 return static_cast<const CConfigurableElement *>(pParent)->belongsTo(pConfigurableDomain); in belongsToDomainAscending() 628 const CElement *pParent = getParent(); in getBelongingSubsystem() local [all …]
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_utl.h | 514 CPLTreeNode* pParent = (CPLTreeNode*)this; in GetNode() local 516 while ((pTemp = pParent->m_pParentNode) != NULL) { in GetNode() 517 pParent = pTemp; in GetNode() 519 return pParent; in GetNode() 544 CPLTreeNode* pParent = (CPLTreeNode*)this; in GetNode() local 546 while ((pTemp = pParent->m_pParentNode) != NULL) { in GetNode() 547 pParent = pTemp; in GetNode() 549 return pParent == (CPLTreeNode*)this ? NULL : pParent; in GetNode() 649 CPLTreeNode* pParent = m_pParentNode; in IsParentNode() local 650 while (pParent != NULL) { in IsParentNode() [all …]
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 139 CPWL_Wnd* pParent = pWnd; in SetFocus() local 140 while (pParent) { in SetFocus() 141 m_aKeyboardPath.Add(pParent); in SetFocus() 142 pParent = pParent->GetParentWindow(); in SetFocus() 164 CPWL_Wnd* pParent = pWnd; in SetCapture() local 165 while (pParent) { in SetCapture() 166 m_aMousePath.Add(pParent); in SetCapture() 167 pParent = pParent->GetParentWindow(); in SetCapture() 954 const CPWL_Wnd* pParent = this; in GetChildToRoot() local 955 while (pParent) { in GetChildToRoot() [all …]
|
D | PWL_Note.cpp | 139 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnKillFocus() local 140 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in OnKillFocus() 164 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local 165 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in OnNotify() 188 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local 189 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify() 485 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local 486 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in OnNotify() 502 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local 503 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify() [all …]
|
D | PWL_IconList.cpp | 152 if (CPWL_Wnd* pParent = GetParentWindow()) { in CreateChildWnd() local 163 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&sInfo); in CreateChildWnd() 255 if (CPWL_Wnd* pParent = GetParentWindow()) { in ScrollToItem() local 256 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in ScrollToItem()
|
D | PWL_ScrollBar.cpp | 537 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown() local 538 pParent->OnNotify(this, PNM_LBUTTONDOWN, 0, (intptr_t)&point); in OnLButtonDown() 549 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp() local 550 pParent->OnNotify(this, PNM_LBUTTONUP, 0, (intptr_t)&point); in OnLButtonUp() 561 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnMouseMove() local 562 pParent->OnNotify(this, PNM_MOUSEMOVE, 0, (intptr_t)&point); in OnMouseMove() 1059 if (CPWL_Wnd* pParent = GetParentWindow()) { in NotifyScrollWindow() local 1069 pParent->OnNotify(this, PNM_SCROLLWINDOW, (intptr_t)m_sbType, in NotifyScrollWindow()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_tagged.cpp | 109 CPDF_Dictionary* pParent = pParentArray->GetDict(i); in LoadPageTree() local 110 if (!pParent) { in LoadPageTree() 113 AddPageNode(pParent, element_map); in LoadPageTree() 129 CPDF_Dictionary* pParent = pDict->GetDict("P"); in AddPageNode() local 130 if (!pParent || pParent->GetString("Type") == "StructTreeRoot") { in AddPageNode() 137 AddPageNode(pParent, map, nLevel + 1); in AddPageNode() 193 CPDF_StructElementImpl* pParent, in CPDF_StructElementImpl() argument 205 m_pParent = pParent; in CPDF_StructElementImpl()
|
D | doc_form.cpp | 82 _Node* AddChild(_Node* pParent, 86 _Node* _Lookup(_Node* pParent, const CFX_WideString& short_name); 96 CFieldTree::_Node* CFieldTree::AddChild(_Node* pParent, in AddChild() argument 99 if (!pParent) { in AddChild() 103 pNode->parent = pParent; in AddChild() 106 pParent->children.Add(pNode); in AddChild() 120 CFieldTree::_Node* CFieldTree::_Lookup(_Node* pParent, in _Lookup() argument 122 if (!pParent) { in _Lookup() 125 for (int i = 0; i < pParent->children.GetSize(); i++) { in _Lookup() 126 _Node* pNode = pParent->children[i]; in _Lookup() [all …]
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_csscache.cpp | 101 pParent(parent), in _FDE_CSSTAGCACHE() 129 pParent(it.pParent), in _FDE_CSSTAGCACHE()
|
D | fde_csscache.h | 43 _FDE_CSSTAGCACHE* GetParent() const { return pParent; } in GetParent() 57 _FDE_CSSTAGCACHE* pParent; member
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_widgetmgr.h | 26 virtual int32_t CountWidgets(IFWL_Widget* pParent = NULL) = 0; 28 IFWL_Widget* pParent = NULL) = 0;
|
D | fwl_widget.h | 32 FWL_ERR SetParent(IFWL_Widget* pParent); 60 CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
D | ObjectHelper.java | 127 Pointer pParent = (Pointer)objectStructure.getFieldValue("parent"); in toObject() local 128 …Object parent = blenderContext.getLoadedFeature(pParent.getOldMemoryAddress(), LoadedFeatureDataTy… in toObject() 129 if(parent == null && pParent.isNotNull()) { in toObject() 130 Structure parentStructure = pParent.fetchData(blenderContext.getInputStream()).get(0); in toObject() 299 Pointer pParent = (Pointer) objectStructure.getFieldValue("parent"); in getTransformation() local 300 …Matrix4f parentInv = pParent.isNull() ? Matrix4f.IDENTITY : this.getMatrix(objectStructure, "paren… in getTransformation()
|
/external/pdfium/xfa/include/fwl/adapter/ |
D | fwl_adapterwidgetmgr.h | 21 IFWL_Widget* pParent = NULL) = 0; 30 IFWL_Widget* pParent) = 0;
|
D | fwl_sdadapterimp.h | 22 IFWL_Widget* pParent = NULL); 28 virtual FWL_ERR SetParentWidget(IFWL_Widget* pWidget, IFWL_Widget* pParent);
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | widget.cpp | 82 FWL_ERR CFWL_Widget::SetParent(CFWL_Widget* pParent) { in SetParent() argument 85 return m_pIface->SetParent(pParent ? pParent->GetWidget() : NULL); in SetParent()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_locale.cpp | 339 CXFA_Node* CXFA_NodeLocale::GetNodeByName(CXFA_Node* pParent, in GetNodeByName() argument 342 pParent ? pParent->GetNodeItem(XFA_NODEITEM_FirstChild) : NULL; in GetNodeByName()
|