Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp26 m_GraphState = GraphState; in SetGraphState()
35 FX_FLOAT width = m_GraphState.GetObject()->m_LineWidth; in CalcBoundingBox()
37 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit); in CalcBoundingBox()
Dfpdf_page_graph_state.cpp20 m_GraphState = src.m_GraphState; in CopyStates()
473 CFX_GraphStateData* pData = m_GraphState.GetModify(); in SetLineDash()
494 m_GraphState.GetModify()->m_LineWidth = pObject->GetNumber(); in ProcessExtGS()
497m_GraphState.GetModify()->m_LineCap = (CFX_GraphStateData::LineCap)pObject->GetInteger(); in ProcessExtGS()
500m_GraphState.GetModify()->m_LineJoin = (CFX_GraphStateData::LineJoin)pObject->GetInteger(); in ProcessExtGS()
503 m_GraphState.GetModify()->m_MiterLimit = pObject->GetNumber(); in ProcessExtGS()
Dfpdf_page_parser.cpp91 m_pCurStates->m_GraphState.New(); in PrepareParse()
240 pObj->m_GraphState = m_pCurStates->m_GraphState; in SetGraphicStates()
740 status.m_GraphState = m_pCurStates->m_GraphState; in AddForm()
885 … m_pCurStates->m_GraphState.GetModify()->m_LineJoin = (CFX_GraphStateData::LineJoin)GetInteger(0); in Handle_SetLineJoin()
889 m_pCurStates->m_GraphState.GetModify()->m_LineCap = (CFX_GraphStateData::LineCap)GetInteger(0); in Handle_SetLineCap()
931 m_pCurStates->m_GraphState.GetModify()->m_MiterLimit = GetNumber(0); in Handle_SetMiterLimit()
1445 m_pCurStates->m_GraphState.GetModify()->m_LineWidth = width; in Handle_SetLineWidth()
Dfpdf_page.cpp516 FX_FLOAT half_width = m_GraphState.GetObject()->m_LineWidth / 2; in CalcPositionData()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp285 … &text_matrix, pDeviceMatrix, textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag); in ProcessText()
724 path.m_GraphState = textobj->m_GraphState; in DrawTextPathWithPattern()
Dfpdf_render.cpp541 CFX_GraphStateData graphState(*pPathObj->m_GraphState); in ProcessPath()
705 CFX_GraphStateData graphState(*pPathObj->m_GraphState); in SelectClipPath()
836 … &text_matrix, &new_matrix, textobj->m_GraphState, (FX_ARGB) - 1, 0, NULL); in ProcessTransparency()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h445 CPDF_GraphState m_GraphState; variable
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp323 CPDF_GraphStateData *pGraphState = pPathObject->m_GraphState.GetModify(); in GetBorder()