Home
last modified time | relevance | path

Searched refs:m_TextState (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp181 pdfium::span<const float> pTextMatrix = m_TextState.GetMatrix(); in GetTextMatrix()
187 pdfium::span<float> pTextMatrix = m_TextState.GetMutableMatrix(); in SetTextMatrix()
243 return m_TextState.GetFont(); in GetFont()
247 return m_TextState.GetFontSize(); in GetFontSize()
251 return m_TextState.GetTextMode(); in GetTextRenderMode()
255 m_TextState.SetTextMode(mode); in SetTextRenderMode()
316 curpos += m_TextState.GetWordSpace(); in CalcPositionDataInternal()
318 curpos += m_TextState.GetCharSpace(); in CalcPositionDataInternal()
331 if (TextRenderingModeIsStrokeMode(m_TextState.GetTextMode())) { in CalcPositionDataInternal()
Dcpdf_graphicstates.cpp22 m_TextState = src.m_TextState; in CopyStates()
Dcpdf_streamcontentparser.cpp271 m_pCurStates->m_TextState.Emplace(); in CPDF_StreamContentParser()
427 pObj->m_TextState = m_pCurStates->m_TextState; in SetGraphicStates()
772 status.m_TextState = m_pCurStates->m_TextState; in AddForm()
869 if (TextRenderingModeIsClipMode(m_pCurStates->m_TextState.GetTextMode())) in Handle_EndText()
1110 m_pCurStates->m_TextState.SetCharSpace(GetNumber(0)); in Handle_SetCharSpace()
1124 m_pCurStates->m_TextState.SetFontSize(GetNumber(0)); in Handle_SetFont()
1127 m_pCurStates->m_TextState.SetFont(std::move(pFont)); in Handle_SetFont()
1225 RetainPtr<CPDF_Font> pFont = m_pCurStates->m_TextState.GetFont(); in AddTextObject()
1240 : m_pCurStates->m_TextState.GetTextMode(); in AddTextObject()
1246 pdfium::span<float> pCTM = pText->m_TextState.GetMutableCTM(); in AddTextObject()
[all …]
Dcpdf_allstates.cpp91 m_TextState.SetFontSize(pFont->GetFloatAt(1)); in ProcessExtGS()
92 m_TextState.SetFont(pParser->FindFont(pFont->GetByteStringAt(0))); in ProcessExtGS()
Dcpdf_graphicstates.h27 CPDF_TextState m_TextState; variable
Dcpdf_tilingpattern.cpp53 allStates.m_TextState.Emplace(); in Load()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp251 pTextObj->m_TextState.SetFont( in TEST_F()
253 pTextObj->m_TextState.SetFontSize(10.0f); in TEST_F()
334 pTextObj->m_TextState.SetFont( in TEST_F()
336 pTextObj->m_TextState.SetFontSize(15.5f); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp649 textobj->m_TextState.GetFont().Get(), in ProcessTransparency()
650 textobj->m_TextState.GetFontSize(), textobj->GetTextMatrix(), in ProcessTransparency()
765 const TextRenderingMode text_render_mode = textobj->m_TextState.GetTextMode(); in ProcessText()
769 RetainPtr<CPDF_Font> pFont = textobj->m_TextState.GetFont(); in ProcessText()
830 float font_size = textobj->m_TextState.GetFontSize(); in ProcessText()
840 pdfium::span<const float> pCTM = textobj->m_TextState.GetCTM(); in ProcessText()
865 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()
876 float font_size = textobj->m_TextState.GetFontSize(); in ProcessType3Text()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp480 pTextObj->m_TextState.SetFont(std::move(pFont)); in FPDFPageObj_NewTextObj()
481 pTextObj->m_TextState.SetFontSize(font_size); in FPDFPageObj_NewTextObj()
671 pTextObj->m_TextState.SetFont(CPDF_DocPageData::FromDocument(pDoc)->GetFont( in FPDFPageObj_CreateTextObj()
673 pTextObj->m_TextState.SetFontSize(font_size); in FPDFPageObj_CreateTextObj()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp59 if (!pTextObj->m_TextState.GetCharSpace() || nItems < 3) in CalculateBaseSpace()
64 matrix.TransformDistance(pTextObj->m_TextState.GetCharSpace()); in CalculateBaseSpace()
69 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in CalculateBaseSpace()
1038 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()
1042 float charSpace = pTextObj->m_TextState.GetCharSpace(); in ProcessTextObject()
1049 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()