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

  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 125 SkPath m_PathData;
140 m_PathData.moveTo(x, y);
151 m_PathData.lineTo(x, y);
159 m_PathData.cubicTo(x, y, x2, y2, x3, y3);
162 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) m_PathData.close();
316 path_data.m_PathData.close();
317 path_data.m_PathData.setFillType((fill_mode&3) == FXFILL_WINDING? SkPath::kWinding_FillType:SkPath::kEvenOdd_FillType);
324 SetClipMask(path_data.m_PathData, &spaint);
340 path_data.m_PathData.setFillType(SkPath::kWinding_FillType);
348 SkRasterizeStroke(spaint, &dst_path, path_data.m_PathData, pObject2Device, pGraphState, 1, FALSE, 0)
    [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 18 FX_NAMESPACE_DECLARE(agg, path_storage) m_PathData;
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 47 m_PathData.move_to(x, y);
53 m_PathData.line_to(x, y);
65 m_PathData.add_path_curve(curve);
68 m_PathData.end_poly();
338 path_data.m_PathData.end_poly();
341 rasterizer.add_path(path_data.m_PathData);
358 RasterizeStroke(rasterizer, path_data.m_PathData, pObject2Device, pGraphState);
    [all...]

Completed in 280 milliseconds