HomeSort by relevance Sort by last modified time
    Searched refs:graphState (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 246 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, m)
    [all...]
apple_int.h 178 void setStrokeInfo(const CFX_GraphStateData* graphState,
183 FX_FLOAT getLineWidth(const CFX_GraphStateData* graphState,
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.cpp 284 CFX_GraphStateData graphState;
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.SetDashCount(iDashCount);
    [all...]
fde_gedevice.h 121 CFX_GraphStateData& graphState);
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 202 CFX_GraphStateData graphState;
203 graphState.m_LineWidth = 0.0f;
221 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 531 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);
    [all...]
  /art/tools/dmtracedump/
tracedump.cc 179 int32_t graphState; /* used when graphing to see if this method has been visited before */
    [all...]

Completed in 1032 milliseconds