Searched refs:GetDeclaration (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fde/css/ |
D | cfde_cssstylesheet_unittest.cpp | 46 decl_ = style->GetDeclaration(); in LoadAndVerifyDecl() 108 decl_ = style->GetDeclaration(); in TEST_F() 132 decl_ = style->GetDeclaration(); in TEST_F() 161 decl_ = style->GetDeclaration(); in TEST_F()
|
D | cfde_cssstylesheet.cpp | 88 auto decl = pStyleRule->GetDeclaration(); in LoadStyleRule() 112 if (pStyleRule && pStyleRule->GetDeclaration()->empty()) { in LoadStyleRule()
|
D | cfde_cssstylerule.h | 23 CFDE_CSSDeclaration* GetDeclaration();
|
D | cfde_cssstylerule.cpp | 21 CFDE_CSSDeclaration* CFDE_CSSStyleRule::GetDeclaration() { in GetDeclaration() function in CFDE_CSSStyleRule
|
D | cfde_cssrulecollection.cpp | 46 CFDE_CSSDeclaration* pDeclaration = pStyleRule->GetDeclaration(); in AddRulesFrom()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DVertexDeclaration9.hpp | 41 long __stdcall GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numElements) override;
|
D | Direct3DVertexDeclaration9.cpp | 342 …long Direct3DVertexDeclaration9::GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numE… in GetDeclaration() function in D3D9::Direct3DVertexDeclaration9
|
D | Direct3DDevice9.cpp | 5681 vertexDeclaration->GetDeclaration(vertexElement, &numElements); in instanceData() 5721 vertexDeclaration->GetDeclaration(vertexElement, &numElements); in bindVertexStreams()
|
/external/libevent/ |
D | event_rpcgen.py | 102 entry.GetDeclaration('(*%s_get)' % entry.Name())) 137 self.PrintIndented(file, '', entry.GetDeclaration( 431 def GetDeclaration(self, funcname): member in Entry 516 def GetDeclaration(self, funcname): member in EntryBytes 952 def GetDeclaration(self, funcname): member in EntryVarBytes 1079 def GetDeclaration(self, funcname): member in EntryArray
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0; 1691 …HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, U… 1704 #define IDirect3DVertexDeclaration9_GetDeclaration(p,a,b) (p)->lpVtbl->GetDeclaration(p,a,b)
|