Searched refs:m_TextState (Results 1 – 9 of 9) sorted by relevance
40 CPDF_Font* pFont = m_TextState.GetFont(); in GetItemInfo()53 float fontsize = m_TextState.GetFontSize(); in GetItemInfo()118 float* pTextMatrix = m_TextState.GetMutableMatrix(); in Transform()141 const float* pTextMatrix = m_TextState.GetMatrix(); in GetTextMatrix()151 CPDF_Font* pFont = m_TextState.GetFont(); in SetSegments()179 float fontsize = m_TextState.GetFontSize() / 1000; in GetCharWidth()180 CPDF_Font* pFont = m_TextState.GetFont(); in GetCharWidth()193 return m_TextState.GetFont(); in GetFont()197 return m_TextState.GetFontSize(); in GetFontSize()206 CPDF_Font* pFont = m_TextState.GetFont(); in CalcPositionData()[all …]
278 m_pCurStates->m_TextState.Emplace(); in CPDF_StreamContentParser()436 pObj->m_TextState = m_pCurStates->m_TextState; in SetGraphicStates()772 status.m_TextState = m_pCurStates->m_TextState; in AddForm()847 if (TextRenderingModeIsClipMode(m_pCurStates->m_TextState.GetTextMode())) in Handle_EndText()1132 m_pCurStates->m_TextState.SetCharSpace(GetNumber(0)); in Handle_SetCharSpace()1150 m_pCurStates->m_TextState.SetFontSize(fs); in Handle_SetFont()1153 m_pCurStates->m_TextState.SetFont(pFont); in Handle_SetFont()1230 CPDF_Font* pFont = m_pCurStates->m_TextState.GetFont(); in AddTextObject()1237 (fInitKerning * m_pCurStates->m_TextState.GetFontSize() * in AddTextObject()1242 (fInitKerning * m_pCurStates->m_TextState.GetFontSize()) / 1000; in AddTextObject()[all …]
22 m_TextState = src.m_TextState; in CopyStates()
84 m_TextState.SetFontSize(pFont->GetNumberAt(1)); in ProcessExtGS()85 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0))); in ProcessExtGS()
27 CPDF_TextState m_TextState; variable
174 pTextObj->m_TextState.SetFont(pFont); in TEST_F()175 pTextObj->m_TextState.SetFontSize(10.0f); in TEST_F()253 pTextObj->m_TextState.SetFont(loadedFont); in TEST_F()254 pTextObj->m_TextState.SetFontSize(15.5f); in TEST_F()
416 pTextObj->m_TextState.SetFont(pFont); in FPDFPageObj_NewTextObj()417 pTextObj->m_TextState.SetFontSize(font_size); in FPDFPageObj_NewTextObj()495 pTextObj->m_TextState.SetFont(pDoc->LoadFont(pFont->GetFontDict())); in FPDFPageObj_CreateTextObj()496 pTextObj->m_TextState.SetFontSize(font_size); in FPDFPageObj_CreateTextObj()
48 if (pTextObj->m_TextState.GetCharSpace() && nItems >= 3) { in CalculateBaseSpace()51 matrix.TransformDistance(pTextObj->m_TextState.GetCharSpace()); in CalculateBaseSpace()57 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in CalculateBaseSpace()1036 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()1040 float charSpace = pTextObj->m_TextState.GetCharSpace(); in ProcessTextObject()1048 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject()
1608 textobj->m_TextState.GetFont(), textobj->m_TextState.GetFontSize(), in ProcessTransparency()1732 const TextRenderingMode text_render_mode = textobj->m_TextState.GetTextMode(); in ProcessText()1736 CPDF_Font* pFont = textobj->m_TextState.GetFont(); in ProcessText()1793 float font_size = textobj->m_TextState.GetFontSize(); in ProcessText()1803 const float* pCTM = textobj->m_TextState.GetCTM(); in ProcessText()1846 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()1855 float font_size = textobj->m_TextState.GetFontSize(); in ProcessType3Text()