OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dwAlign
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxfa/app/
cxfa_texttabstopscontext.h
13
uint32_t
dwAlign
;
22
void Append(uint32_t
dwAlign
, FX_FLOAT fTabstops);
cxfa_textlayout.cpp
993
uint32_t
dwAlign
= pTabstops->
dwAlign
;
994
if (
dwAlign
== FX_HashCode_GetW(L"center", false)) {
996
} else if (
dwAlign
== FX_HashCode_GetW(L"right", false) ||
997
dwAlign
== FX_HashCode_GetW(L"before", false)) {
999
} else if (
dwAlign
== FX_HashCode_GetW(L"decimal", false)) {
[
all
...]
Completed in 107 milliseconds