Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dcxfa_texttabstopscontext.cpp18 void CXFA_TextTabstopsContext::Append(uint32_t dwAlign, FX_FLOAT fTabstops) { in Append() argument
28 tabstop.dwAlign = dwAlign; in Append()
Dcxfa_texttabstopscontext.h13 uint32_t dwAlign; member
22 void Append(uint32_t dwAlign, FX_FLOAT fTabstops);
Dcxfa_textlayout.cpp993 uint32_t dwAlign = pTabstops->dwAlign; in DoTabstops() local
994 if (dwAlign == FX_HashCode_GetW(L"center", false)) { in DoTabstops()
996 } else if (dwAlign == FX_HashCode_GetW(L"right", false) || in DoTabstops()
997 dwAlign == FX_HashCode_GetW(L"before", false)) { in DoTabstops()
999 } else if (dwAlign == FX_HashCode_GetW(L"decimal", false)) { in DoTabstops()