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

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 334 CFX_RTFChar* pCurChar,
354 CFX_RTFChar* pCurChar = tca.AddSpace();
355 pCurChar->m_dwStatus = 0;
356 pCurChar->m_wCharCode = wch;
357 pCurChar->m_dwCharProps = dwProps;
358 pCurChar->m_dwCharStyles = 0;
359 pCurChar->m_dwLayoutStyles = 0;
360 pCurChar->m_iFontSize = m_iFontSize;
361 pCurChar->m_iFontHeight = m_iFontHeight;
362 pCurChar->m_iHorizontalScale = m_iHorizontalScale;
    [all...]
fx_textbreak.cpp 317 void CFX_TxtBreak::AppendChar_PageLoad(CFX_Char* pCurChar, FX_DWORD dwProps) {
319 ((CFX_TxtChar*)pCurChar)->m_dwStatus = 0;
320 ((CFX_TxtChar*)pCurChar)->m_pUserData = m_pUserData;
343 pCurChar->m_dwCharStyles = m_dwContextCharStyles;
345 FX_DWORD CFX_TxtBreak::AppendChar_Combination(CFX_Char* pCurChar,
347 FXSYS_assert(pCurChar != NULL);
348 FX_WCHAR wch = pCurChar->m_wCharCode;
352 pCurChar->m_iCharWidth = -1;
382 ((CFX_TxtChar*)pCurChar)->m_dwCharStyles |=
394 pCurChar->m_iCharWidth = -iCharWidth;
    [all...]

Completed in 323 milliseconds