Searched refs:m_GraphState (Results 1 – 10 of 10) sorted by relevance
46 m_GraphState.SetLineDash(pArray, phase, scale); in SetLineDash()61 m_GraphState.SetLineWidth(pObject->GetNumber()); in ProcessExtGS()64 m_GraphState.SetLineCap( in ProcessExtGS()68 m_GraphState.SetLineJoin( in ProcessExtGS()72 m_GraphState.SetMiterLimit(pObject->GetNumber()); in ProcessExtGS()
20 m_GraphState = src.m_GraphState; in CopyStates()
38 FX_FLOAT width = m_GraphState.GetLineWidth(); in CalcBoundingBox()40 rect = m_Path.GetBoundingBox(width, m_GraphState.GetMiterLimit()); in CalcBoundingBox()
25 CFX_GraphState m_GraphState; variable
291 m_pCurStates->m_GraphState.Emplace(); in CPDF_StreamContentParser()448 pObj->m_GraphState = m_pCurStates->m_GraphState; in SetGraphicStates()779 status.m_GraphState = m_pCurStates->m_GraphState; in AddForm()906 m_pCurStates->m_GraphState.SetLineJoin( in Handle_SetLineJoin()911 m_pCurStates->m_GraphState.SetLineCap( in Handle_SetLineCap()955 m_pCurStates->m_GraphState.SetMiterLimit(GetNumber(0)); in Handle_SetMiterLimit()1412 m_pCurStates->m_GraphState.SetLineWidth(GetNumber(0)); in Handle_SetLineWidth()
272 FX_FLOAT half_width = m_GraphState.GetLineWidth() / 2; in CalcPositionData()
49 pPathObj->m_GraphState.SetLineWidth(width); in FPDFPath_SetStrokeWidth()
140 pPathObj->m_GraphState.SetLineWidth(10.5f); in TEST_F()
214 FX_FLOAT lineWidth = pPageObj->m_GraphState.GetLineWidth(); in ProcessGraphics()
1296 CFX_GraphState graphState = pPathObj->m_GraphState; in ProcessPath()1433 CFX_GraphState graphState = pPathObj->m_GraphState; in SelectClipPath()1572 &text_matrix, &new_matrix, textobj->m_GraphState.GetObject(), in ProcessTransparency()1786 &text_matrix, pDeviceMatrix, textobj->m_GraphState.GetObject(), in ProcessText()2006 path.m_GraphState = textobj->m_GraphState; in DrawTextPathWithPattern()