Searched refs:graphState (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp246 const CFX_GraphStateData* graphState,
248 FX_FLOAT lineWidth = graphState->m_LineWidth;
249 if (graphState->m_LineWidth <= 0.f) {
263 const CFX_GraphStateData* graphState) {
272 FX_FLOAT lineWidth = getLineWidth(graphState, m);
273 setStrokeInfo(graphState, 0xFF000000, lineWidth);
339 const CFX_GraphStateData* graphState,
359 if (graphState && strokeArgb) {
360 CGContextSetMiterLimit(_context, graphState->m_MiterLimit);
361 FX_FLOAT lineWidth = getLineWidth(graphState,
245 getLineWidth( const CFX_GraphStateData* graphState, CGAffineTransform ctm) argument
260 SetClip_PathStroke( const CFX_PathData* pathData, const CFX_Matrix* matrix, const CFX_GraphStateData* graphState) argument
337 DrawPath(const CFX_PathData* pathData, const CFX_Matrix* matrix, const CFX_GraphStateData* graphState, FX_DWORD fillArgb, FX_DWORD strokeArgb, int fillMode, int alpha_flag, void* pIccTransform, int blend_type) argument
868 setStrokeInfo(const CFX_GraphStateData* graphState, FX_ARGB argb, FX_FLOAT lineWidth) argument
[all...]
H A Dapple_int.h178 void setStrokeInfo(const CFX_GraphStateData* graphState,
183 FX_FLOAT getLineWidth(const CFX_GraphStateData* graphState,
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gedevice.cpp284 CFX_GraphStateData graphState; local
285 if (!CreatePen(pPen, fPenWidth, graphState)) {
289 &graphState, 0, pPen->GetColor(), 0);
338 CFX_GraphStateData& graphState) {
342 graphState.m_LineCap = (CFX_GraphStateData::LineCap)pPen->GetLineCap();
343 graphState.m_LineJoin = (CFX_GraphStateData::LineJoin)pPen->GetLineJoin();
344 graphState.m_LineWidth = fPenWidth;
345 graphState.m_MiterLimit = pPen->GetMiterLimit();
346 graphState.m_DashPhase = pPen->GetDashPhase();
377 graphState
336 CreatePen(IFDE_Pen* pPen, FX_FLOAT fPenWidth, CFX_GraphStateData& graphState) argument
[all...]
H A Dfde_gedevice.h121 CFX_GraphStateData& graphState);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp202 CFX_GraphStateData graphState; local
203 graphState.m_LineWidth = 0.0f;
221 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp531 CFX_GraphStateData graphState(*pPathObj->m_GraphState);
533 graphState.m_LineWidth = 0;
535 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState,
704 CFX_GraphStateData graphState(*pPathObj->m_GraphState);
706 graphState.m_LineWidth = 0;
709 &graphState);

Completed in 572 milliseconds