HomeSort by relevance Sort by last modified time
    Searched defs:iRotation (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 335 int32_t iRotation);
385 int32_t iRotation = m_iRotation;
387 iRotation = (iRotation + 1) % 4;
391 pCurChar, iRotation);
438 int32_t iRotation) {
440 if (m_bVertical != FX_IsOdd(iRotation)) {
463 int32_t iRotation) {
485 int32_t iRotation) {
512 int32_t iRotation) {
    [all...]
fx_textbreak.cpp 346 int32_t iRotation) {
356 if (m_bVertical != FX_IsOdd(iRotation)) {
397 FX_DWORD CFX_TxtBreak::AppendChar_Tab(CFX_Char* pCurChar, int32_t iRotation) {
425 int32_t iRotation) {
454 int32_t iRotation) {
497 if (m_bVertical != FX_IsOdd(iRotation)) {
517 int32_t iRotation) {
541 if (m_bVertical != FX_IsOdd(iRotation)) {
560 int32_t iRotation);
603 int32_t iRotation = m_iRotation;
    [all...]

Completed in 62 milliseconds