Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp25 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()
Dfpdf_page_graph_state.cpp20 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()
Dfpdf_page_parser.cpp127 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()
Dfpdf_page.cpp521 FX_FLOAT half_width = m_GraphState.GetObject()->m_LineWidth / 2; in CalcPositionData()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp294 textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag); in ProcessText()
769 path.m_GraphState = textobj->m_GraphState; in DrawTextPathWithPattern()
Dfpdf_render.cpp531 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()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h345 CPDF_GraphState m_GraphState; variable