Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp247 static const int32_t gs_FX_TxtLineRotations[8] = {0, 3, 1, 0, 2, 1, 3, 2}; variable
249 return gs_FX_TxtLineRotations[(dwStyles & 0x0E) >> 1]; in GetLineRotation()