Home
last modified time | relevance | path

Searched refs:m_GraphState (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp46 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()
Dcpdf_graphicstates.cpp20 m_GraphState = src.m_GraphState; in CopyStates()
Dcpdf_pathobject.cpp38 FX_FLOAT width = m_GraphState.GetLineWidth(); in CalcBoundingBox()
40 rect = m_Path.GetBoundingBox(width, m_GraphState.GetMiterLimit()); in CalcBoundingBox()
Dcpdf_graphicstates.h25 CFX_GraphState m_GraphState; variable
Dcpdf_streamcontentparser.cpp291 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()
Dcpdf_textobject.cpp272 FX_FLOAT half_width = m_GraphState.GetLineWidth() / 2; in CalcPositionData()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp49 pPathObj->m_GraphState.SetLineWidth(width); in FPDFPath_SetStrokeWidth()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp140 pPathObj->m_GraphState.SetLineWidth(10.5f); in TEST_F()
Dcpdf_pagecontentgenerator.cpp214 FX_FLOAT lineWidth = pPageObj->m_GraphState.GetLineWidth(); in ProcessGraphics()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1296 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()