HomeSort by relevance Sort by last modified time
    Searched refs:FX_TXTRUN (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.h 94 struct FX_TXTRUN {
95 FX_TXTRUN();
96 FX_TXTRUN(const FX_TXTRUN& other);
97 ~FX_TXTRUN();
233 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun,
237 std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun,
fgas_textbreak.cpp     [all...]
  /external/pdfium/xfa/fde/
cfde_txtedttextset.cpp 61 FX_TXTRUN tr;
84 FX_TXTRUN tr;
  /external/pdfium/xfa/fde/tto/
fde_textout.h 48 struct FX_TXTRUN;
151 FX_TXTRUN ToTextRun(const FDE_TTOPIECE* pPiece);
fde_textout.cpp 741 FX_TXTRUN tr = ToTextRun(pPiece);
747 FX_TXTRUN tr = ToTextRun(pPiece);
752 FX_TXTRUN CFDE_TextOut::ToTextRun(const FDE_TTOPIECE* pPiece) {
753 FX_TXTRUN tr;

Completed in 114 milliseconds