Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h37 struct FX_TXTRUN { struct
38 FX_TXTRUN();
39 FX_TXTRUN(const FX_TXTRUN& other);
40 ~FX_TXTRUN();
67 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun, argument
69 std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun,
Dcfx_txtbreak.cpp645 int32_t CFX_TxtBreak::GetDisplayPos(const FX_TXTRUN* pTxtRun, in GetDisplayPos()
899 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const FX_TXTRUN* pTxtRun, in GetCharRects()
982 FX_TXTRUN::FX_TXTRUN() in FX_TXTRUN() function in FX_TXTRUN
996 FX_TXTRUN::~FX_TXTRUN() {} in ~FX_TXTRUN()
998 FX_TXTRUN::FX_TXTRUN(const FX_TXTRUN& other) = default;
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp940 FX_TXTRUN tr; in GetCharRects()
957 FX_TXTRUN tr; in GetDisplayPos()
Dcfde_textout.cpp521 FX_TXTRUN tr; in GetDisplayPos()