Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dfde_cssdatatable.cpp16 static const FDE_CSSPropertyTable g_FDE_CSSProperties[] = { variable
119 sizeof(g_FDE_CSSProperties) / sizeof(FDE_CSSPropertyTable);
208 dwMid = g_FDE_CSSProperties[iMid].dwHash; in FDE_GetCSSPropertyByName()
210 return g_FDE_CSSProperties + iMid; in FDE_GetCSSPropertyByName()
221 return g_FDE_CSSProperties + static_cast<int>(eName); in FDE_GetCSSPropertyByEnum()