Searched refs:m_GraphState (Results 1 – 10 of 10) sorted by relevance
36 m_GraphState.SetLineDash(pArray, phase, scale); in SetLineDash()51 m_GraphState.SetLineWidth(pObject->GetNumber()); in ProcessExtGS()54 m_GraphState.SetLineCap( in ProcessExtGS()58 m_GraphState.SetLineJoin( in ProcessExtGS()62 m_GraphState.SetMiterLimit(pObject->GetNumber()); in ProcessExtGS()
20 m_GraphState = src.m_GraphState; in CopyStates()
39 float width = m_GraphState.GetLineWidth(); in CalcBoundingBox()41 rect = m_Path.GetBoundingBox(width, m_GraphState.GetMiterLimit()); in CalcBoundingBox()
25 CFX_GraphState m_GraphState; variable
277 m_pCurStates->m_GraphState.Emplace(); in CPDF_StreamContentParser()433 pObj->m_GraphState = m_pCurStates->m_GraphState; in SetGraphicStates()770 status.m_GraphState = m_pCurStates->m_GraphState; in AddForm()904 m_pCurStates->m_GraphState.SetLineJoin( in Handle_SetLineJoin()909 m_pCurStates->m_GraphState.SetLineCap( in Handle_SetLineCap()953 m_pCurStates->m_GraphState.SetMiterLimit(GetNumber(0)); in Handle_SetMiterLimit()1402 m_pCurStates->m_GraphState.SetLineWidth(GetNumber(0)); in Handle_SetLineWidth()
277 float half_width = m_GraphState.GetLineWidth() / 2; in CalcPositionData()
99 pPathObj->m_GraphState.SetLineWidth(width); in FPDFPath_SetStrokeWidth()233 pPathObj->m_GraphState.SetLineJoin(lineJoin); in FPDFPath_SetLineJoin()248 pPathObj->m_GraphState.SetLineCap(lineCap); in FPDFPath_SetLineCap()
278 float lineWidth = pPageObj->m_GraphState.GetLineWidth(); in ProcessGraphics()281 CFX_GraphStateData::LineCap lineCap = pPageObj->m_GraphState.GetLineCap(); in ProcessGraphics()284 CFX_GraphStateData::LineJoin lineJoin = pPageObj->m_GraphState.GetLineJoin(); in ProcessGraphics()
150 pPathObj->m_GraphState.SetLineWidth(10.5f); in TEST_F()
1335 CFX_GraphState graphState = pPathObj->m_GraphState; in ProcessPath()1465 CFX_GraphState graphState = pPathObj->m_GraphState; in SelectClipPath()1609 &text_matrix, &new_matrix, textobj->m_GraphState.GetObject(), in ProcessTransparency()1824 textobj->m_GraphState.GetObject(), fill_argb, stroke_argb, in ProcessText()2048 path.m_GraphState = textobj->m_GraphState; in DrawTextPathWithPattern()