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.cpp36 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()
Dcpdf_graphicstates.cpp20 m_GraphState = src.m_GraphState; in CopyStates()
Dcpdf_pathobject.cpp39 float width = m_GraphState.GetLineWidth(); in CalcBoundingBox()
41 rect = m_Path.GetBoundingBox(width, m_GraphState.GetMiterLimit()); in CalcBoundingBox()
Dcpdf_graphicstates.h25 CFX_GraphState m_GraphState; variable
Dcpdf_streamcontentparser.cpp277 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()
Dcpdf_textobject.cpp277 float half_width = m_GraphState.GetLineWidth() / 2; in CalcPositionData()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp99 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()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp278 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()
Dcpdf_pagecontentgenerator_unittest.cpp150 pPathObj->m_GraphState.SetLineWidth(10.5f); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1335 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()