Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textstate.cpp13 CPDF_TextState::CPDF_TextState() {} in CPDF_TextState() function in CPDF_TextState
14 CPDF_TextState::~CPDF_TextState() {} in ~CPDF_TextState()
16 void CPDF_TextState::Emplace() { in Emplace()
20 CPDF_Font* CPDF_TextState::GetFont() const { in GetFont()
24 void CPDF_TextState::SetFont(CPDF_Font* pFont) { in SetFont()
28 float CPDF_TextState::GetFontSize() const { in GetFontSize()
32 void CPDF_TextState::SetFontSize(float size) { in SetFontSize()
36 const float* CPDF_TextState::GetMatrix() const { in GetMatrix()
40 float* CPDF_TextState::GetMutableMatrix() { in GetMutableMatrix()
44 float CPDF_TextState::GetCharSpace() const { in GetCharSpace()
[all …]
Dcpdf_textstate.h28 class CPDF_TextState {
30 CPDF_TextState();
31 ~CPDF_TextState();
Dcpdf_graphicstates.h27 CPDF_TextState m_TextState;