Home
last modified time | relevance | path

Searched refs:pDeclaration (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssrulecollection.cpp44 CFX_CSSDeclaration* pDeclaration = pStyleRule->GetDeclaration(); in AddRulesFrom() local
49 pdfium::MakeUnique<Data>(pSelector, pDeclaration)); in AddRulesFrom()
56 : pSelector(pSel), pDeclaration(pDecl) {} in Data()
Dcfx_cssrulecollection.h28 CFX_CSSDeclaration* const pDeclaration; variable
Dcfx_cssstyleselector.cpp64 matchedDecls.push_back(d->pDeclaration); in MatchDeclarations()
/external/swiftshader/include/Direct3D/
Dd3d8.h327 …STDMETHOD(CreateVertexShader)(THIS_ CONST DWORD* pDeclaration,CONST DWORD* pFunction,DWORD* pHandl… in DECLARE_INTERFACE_()