Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp85 uint16_t wHash; member
139 uint16_t wHash = FX_HashCode_GetW(wsName, true); in GetCSSLengthUnitByName() local
146 wMid = g_CFX_CSSLengthUnits[iMid].wHash; in GetCSSLengthUnitByName()
147 if (wHash == wMid) { in GetCSSLengthUnitByName()
149 } else if (wHash > wMid) { in GetCSSLengthUnitByName()