Searched refs:m_TextState (Results 1 – 9 of 9) sorted by relevance
34 CPDF_Font* pFont = m_TextState.GetFont(); in GetItemInfo()47 FX_FLOAT fontsize = m_TextState.GetFontSize(); in GetItemInfo()111 FX_FLOAT* pTextMatrix = m_TextState.GetMutableMatrix(); in Transform()133 const FX_FLOAT* pTextMatrix = m_TextState.GetMatrix(); in GetTextMatrix()143 CPDF_Font* pFont = m_TextState.GetFont(); in SetSegments()170 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharWidth()171 CPDF_Font* pFont = m_TextState.GetFont(); in GetCharWidth()184 return m_TextState.GetFont(); in GetFont()188 return m_TextState.GetFontSize(); in GetFontSize()197 CPDF_Font* pFont = m_TextState.GetFont(); in CalcPositionData()[all …]
292 m_pCurStates->m_TextState.Emplace(); in CPDF_StreamContentParser()451 pObj->m_TextState = m_pCurStates->m_TextState; in SetGraphicStates()781 status.m_TextState = m_pCurStates->m_TextState; in AddForm()848 if (TextRenderingModeIsClipMode(m_pCurStates->m_TextState.GetTextMode())) in Handle_EndText()1138 m_pCurStates->m_TextState.SetCharSpace(GetNumber(0)); in Handle_SetCharSpace()1156 m_pCurStates->m_TextState.SetFontSize(fs); in Handle_SetFont()1159 m_pCurStates->m_TextState.SetFont(pFont); in Handle_SetFont()1237 CPDF_Font* pFont = m_pCurStates->m_TextState.GetFont(); in AddTextObject()1244 (fInitKerning * m_pCurStates->m_TextState.GetFontSize() * in AddTextObject()1249 (fInitKerning * m_pCurStates->m_TextState.GetFontSize()) / 1000; in AddTextObject()[all …]
22 m_TextState = src.m_TextState; in CopyStates()
94 m_TextState.SetFontSize(pFont->GetNumberAt(1)); in ProcessExtGS()95 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0))); in ProcessExtGS()
27 CPDF_TextState m_TextState; variable
35 pTextObj->m_TextState.SetFont(pFont); in FPDFPageObj_NewTextObj()36 pTextObj->m_TextState.SetFontSize(font_size); in FPDFPageObj_NewTextObj()
162 pTextObj->m_TextState.SetFont(pFont); in TEST_F()163 pTextObj->m_TextState.SetFontSize(10.0f); in TEST_F()
48 if (pTextObj->m_TextState.GetCharSpace() && nItems >= 3) { in CalculateBaseSpace()51 matrix.TransformDistance(pTextObj->m_TextState.GetCharSpace()); in CalculateBaseSpace()57 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in CalculateBaseSpace()1065 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()1069 FX_FLOAT charSpace = pTextObj->m_TextState.GetCharSpace(); in ProcessTextObject()1077 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()
1571 textobj->m_TextState.GetFont(), textobj->m_TextState.GetFontSize(), in ProcessTransparency()1695 const TextRenderingMode text_render_mode = textobj->m_TextState.GetTextMode(); in ProcessText()1699 CPDF_Font* pFont = textobj->m_TextState.GetFont(); in ProcessText()1756 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); in ProcessText()1766 const FX_FLOAT* pCTM = textobj->m_TextState.GetCTM(); in ProcessText()1806 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()1815 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); in ProcessType3Text()