HomeSort by relevance Sort by last modified time
    Searched refs:GetDeclaration (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fde/css/
cfde_cssstylerule.h 23 CFDE_CSSDeclaration* GetDeclaration();
cfde_cssstylerule.cpp 21 CFDE_CSSDeclaration* CFDE_CSSStyleRule::GetDeclaration() {
cfde_cssstylesheet.cpp 88 auto decl = pStyleRule->GetDeclaration();
112 if (pStyleRule && pStyleRule->GetDeclaration()->empty()) {
cfde_cssrulecollection.cpp 46 CFDE_CSSDeclaration* pDeclaration = pStyleRule->GetDeclaration();
cfde_cssstylesheet_unittest.cpp 46 decl_ = style->GetDeclaration();
108 decl_ = style->GetDeclaration();
132 decl_ = style->GetDeclaration();
161 decl_ = style->GetDeclaration();
  /external/swiftshader/src/D3D9/
Direct3DVertexDeclaration9.hpp 41 long __stdcall GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numElements);
Direct3DVertexDeclaration9.cpp 342 long Direct3DVertexDeclaration9::GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numElements)
Direct3DDevice9.cpp     [all...]
  /external/libevent/
event_rpcgen.py 102 entry.GetDeclaration('(*%s_get)' % entry.Name()))
137 self.PrintIndented(file, '', entry.GetDeclaration(
431 def GetDeclaration(self, funcname):
516 def GetDeclaration(self, funcname):
952 def GetDeclaration(self, funcname):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 320 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
354 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
397 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
450 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
484 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
543 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
    [all...]
d3d9.h     [all...]

Completed in 1756 milliseconds