Home
last modified time | relevance | path

Searched refs:pLayout (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffnotify.h30 virtual void OnLayoutEvent(IXFA_DocLayout* pLayout,
74 IXFA_DocLayout* pLayout,
79 IXFA_DocLayout* pLayout,
84 IXFA_DocLayout* pLayout,
89 IXFA_DocLayout* pLayout,
Dxfa_ffnotify.cpp150 IXFA_DocLayout* pLayout = m_pDoc->GetXFADoc()->GetDocLayout(); in OnCreateLayoutItem() local
151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnCreateLayoutItem()
235 void CXFA_FFNotify::OnLayoutEvent(IXFA_DocLayout* pLayout, in OnLayoutEvent() argument
240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnLayoutEvent()
246 OnLayoutItemAdd(pDocView, pLayout, pSender, pParam, pParam2); in OnLayoutEvent()
249 OnLayoutItemRemoving(pDocView, pLayout, pSender, pParam, pParam2); in OnLayoutEvent()
252 OnLayoutItemRectChanged(pDocView, pLayout, pSender, pParam, pParam2); in OnLayoutEvent()
255 OnLayoutItemStatustChanged(pDocView, pLayout, pSender, pParam, pParam2); in OnLayoutEvent()
572 IXFA_DocLayout* pLayout, in OnLayoutItemAdd() argument
612 IXFA_DocLayout* pLayout, in OnLayoutItemRemoving() argument
[all …]
Dxfa_ffdoc.h39 CXFA_FFDocView* GetDocView(IXFA_DocLayout* pLayout);
Dxfa_ffdoc.cpp193 CXFA_FFDocView* CXFA_FFDoc::GetDocView(IXFA_DocLayout* pLayout) { in GetDocView() argument
199 if (pDocView->GetXFALayout() == pLayout) { in GetDocView()
Dxfa_ffwidgetacc.cpp723 CXFA_LayoutItem* pLayout = nullptr; in GetNextWidget() local
725 pLayout = pWidget->GetNext(); in GetNextWidget()
727 pLayout = m_pDocView->GetXFALayout()->GetLayoutItem(m_pNode); in GetNextWidget()
729 return static_cast<CXFA_FFWidget*>(pLayout); in GetNextWidget()
Dxfa_ffwidgethandler.cpp305 CXFA_LayoutItem* pLayout = in CreateWidget() local
307 return (IXFA_Widget*)pLayout; in CreateWidget()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2356 if (pLayoutNode->layout == pSet->pLayout->layout) { // trivial pass case in verify_set_layout_compatibility()
2360 if (descriptorCount != pSet->pLayout->descriptorTypes.size()) { in verify_set_layout_compatibility()
2362 … << " descriptors, but corresponding set being bound has " << pSet->pLayout->descriptorTypes.size() in verify_set_layout_compatibility()
2372 if (pLayoutNode->descriptorTypes[i] != pSet->pLayout->descriptorTypes[i]) { in verify_set_layout_compatibility()
2374 << string_VkDescriptorType(pSet->pLayout->descriptorTypes[i]) in verify_set_layout_compatibility()
2380 if (pLayoutNode->stageFlags[i] != pSet->pLayout->stageFlags[i]) { in verify_set_layout_compatibility()
2381 …errorStr << "stageFlags " << i << " for descriptorSet being bound is " << pSet->pLayout->stageFlag… in verify_set_layout_compatibility()
3421 static uint32_t getBindingStartIndex(const LAYOUT_NODE *pLayout, const uint32_t binding) { in getBindingStartIndex() argument
3423 for (uint32_t i = 0; i < pLayout->createInfo.bindingCount; i++) { in getBindingStartIndex()
3424 if (pLayout->createInfo.pBindings[i].binding == binding) in getBindingStartIndex()
[all …]
Dcore_validation.h616 LAYOUT_NODE *pLayout; // Layout for this set variable
619 SET_NODE() : pUpdateStructs(NULL), ppDescriptors(NULL), pLayout(NULL), pNext(NULL){}; in SET_NODE()
Dimage.cpp1058 …vice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) { in vkGetImageSubresourceLayout() argument
1089 …evice_data->device_dispatch_table->GetImageSubresourceLayout(device, image, pSubresource, pLayout); in vkGetImageSubresourceLayout()
Dparameter_validation.cpp2769 …vice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) { in vkGetImageSubresourceLayout() argument
2774 …rameter_validation_vkGetImageSubresourceLayout(my_data->report_data, image, pSubresource, pLayout); in vkGetImageSubresourceLayout()
2779 …able(pc_device_table_map, device)->GetImageSubresourceLayout(device, image, pSubresource, pLayout); in vkGetImageSubresourceLayout()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h87 virtual void OnLayoutEvent(IXFA_DocLayout* pLayout,
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl200 … device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) const
202 m_vk.getImageSubresourceLayout(device, image, pSubresource, pLayout);
DvkVirtualDeviceInterface.inl43 …ce, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) const = 0;
DvkConcreteDeviceInterface.inl43 …device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) const;
DvkNullDriverImpl.inl534 …Device device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) argument
539 DE_UNREF(pLayout);
DvkFunctionPointerTypes.inl60 …evice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
/external/vulkan-validation-layers/loader/
Dtrampoline.c1267 VkSubresourceLayout *pLayout) { argument
1272 disp->GetImageSubresourceLayout(device, image, pSubresource, pLayout);
/external/skia/third_party/vulkan/
Dvulkan.h2253 …evice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
2638 VkSubresourceLayout* pLayout);
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2262 …evice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
2647 VkSubresourceLayout* pLayout);