Searched refs:m_GraphState (Results 1 – 7 of 7) sorted by relevance
25 m_GraphState = GraphState; in SetGraphState()33 FX_FLOAT width = m_GraphState.GetObject()->m_LineWidth; in CalcBoundingBox()35 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit); in CalcBoundingBox()
20 m_GraphState = src.m_GraphState; in CopyStates()451 CFX_GraphStateData* pData = m_GraphState.GetModify(); in SetLineDash()471 m_GraphState.GetModify()->m_LineWidth = pObject->GetNumber(); in ProcessExtGS()474 m_GraphState.GetModify()->m_LineCap = in ProcessExtGS()478 m_GraphState.GetModify()->m_LineJoin = in ProcessExtGS()482 m_GraphState.GetModify()->m_MiterLimit = pObject->GetNumber(); in ProcessExtGS()
127 m_pCurStates->m_GraphState.New(); in CPDF_StreamContentParser()290 pObj->m_GraphState = m_pCurStates->m_GraphState; in SetGraphicStates()711 status.m_GraphState = m_pCurStates->m_GraphState; in AddForm()838 m_pCurStates->m_GraphState.GetModify()->m_LineJoin = in Handle_SetLineJoin()842 m_pCurStates->m_GraphState.GetModify()->m_LineCap = in Handle_SetLineCap()888 m_pCurStates->m_GraphState.GetModify()->m_MiterLimit = GetNumber(0); in Handle_SetMiterLimit()1391 m_pCurStates->m_GraphState.GetModify()->m_LineWidth = width; in Handle_SetLineWidth()
521 FX_FLOAT half_width = m_GraphState.GetObject()->m_LineWidth / 2; in CalcPositionData()
294 textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag); in ProcessText()769 path.m_GraphState = textobj->m_GraphState; in DrawTextPathWithPattern()
531 CFX_GraphStateData graphState(*pPathObj->m_GraphState); in ProcessPath()704 CFX_GraphStateData graphState(*pPathObj->m_GraphState); in SelectClipPath()850 textobj->m_GraphState, (FX_ARGB)-1, 0, NULL); in ProcessTransparency()
345 CPDF_GraphState m_GraphState; variable