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.cpp173 float* pTextMatrix = m_TextState.GetMutableMatrix(); in Transform()
196 const float* pTextMatrix = m_TextState.GetMatrix(); in GetTextMatrix()
249 return m_TextState.GetFont(); in GetFont()
253 return m_TextState.GetFontSize(); in GetFontSize()
257 return m_TextState.GetTextMode(); in GetTextRenderMode()
316 curpos += m_TextState.GetWordSpace(); in CalcPositionData()
318 curpos += m_TextState.GetCharSpace(); in CalcPositionData()
334 if (!TextRenderingModeIsStrokeMode(m_TextState.GetTextMode())) in CalcPositionData()
Dcpdf_graphicstates.cpp22 m_TextState = src.m_TextState; in CopyStates()
Dcpdf_streamcontentparser.cpp277 m_pCurStates->m_TextState.Emplace(); in CPDF_StreamContentParser()
426 pObj->m_TextState = m_pCurStates->m_TextState; in SetGraphicStates()
771 status.m_TextState = m_pCurStates->m_TextState; in AddForm()
867 if (TextRenderingModeIsClipMode(m_pCurStates->m_TextState.GetTextMode())) in Handle_EndText()
1100 m_pCurStates->m_TextState.SetCharSpace(GetNumber(0)); in Handle_SetCharSpace()
1120 m_pCurStates->m_TextState.SetFontSize(fs); in Handle_SetFont()
1123 m_pCurStates->m_TextState.SetFont(pFont); in Handle_SetFont()
1211 RetainPtr<CPDF_Font> pFont = m_pCurStates->m_TextState.GetFont(); in AddTextObject()
1226 : m_pCurStates->m_TextState.GetTextMode(); in AddTextObject()
1232 float* pCTM = pText->m_TextState.GetMutableCTM(); in AddTextObject()
[all …]
Dcpdf_allstates.cpp92 m_TextState.SetFontSize(pFont->GetNumberAt(1)); in ProcessExtGS()
93 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0))); in ProcessExtGS()
Dcpdf_graphicstates.h27 CPDF_TextState m_TextState; variable
Dcpdf_tilingpattern.cpp48 allStates.m_TextState.Emplace(); in Load()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp459 pTextObj->m_TextState.SetFont(pFont); in FPDFPageObj_NewTextObj()
460 pTextObj->m_TextState.SetFontSize(font_size); in FPDFPageObj_NewTextObj()
588 pTextObj->m_TextState.SetFont( in FPDFPageObj_CreateTextObj()
590 pTextObj->m_TextState.SetFontSize(font_size); in FPDFPageObj_CreateTextObj()
600 return static_cast<FPDF_TEXT_RENDERMODE>(pTextObj->m_TextState.GetTextMode()); in FPDFTextObj_GetTextRenderMode()
615 pTextObj->m_TextState.SetTextMode( in FPDFTextObj_SetTextRenderMode()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp254 pTextObj->m_TextState.SetFont(pFont); in TEST_F()
255 pTextObj->m_TextState.SetFontSize(10.0f); in TEST_F()
339 pTextObj->m_TextState.SetFont(pLoadedFont); in TEST_F()
340 pTextObj->m_TextState.SetFontSize(15.5f); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp714 textobj->m_TextState.GetFont().Get(), in ProcessTransparency()
715 textobj->m_TextState.GetFontSize(), textobj->GetTextMatrix(), in ProcessTransparency()
839 const TextRenderingMode text_render_mode = textobj->m_TextState.GetTextMode(); in ProcessText()
843 RetainPtr<CPDF_Font> pFont = textobj->m_TextState.GetFont(); in ProcessText()
904 float font_size = textobj->m_TextState.GetFontSize(); in ProcessText()
914 const float* pCTM = textobj->m_TextState.GetCTM(); in ProcessText()
946 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()
958 float font_size = textobj->m_TextState.GetFontSize(); in ProcessType3Text()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp53 if (!pTextObj->m_TextState.GetCharSpace() || nItems < 3) in CalculateBaseSpace()
58 matrix.TransformDistance(pTextObj->m_TextState.GetCharSpace()); in CalculateBaseSpace()
64 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in CalculateBaseSpace()
1010 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()
1014 float charSpace = pTextObj->m_TextState.GetCharSpace(); in ProcessTextObject()
1021 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()