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

  /external/chromium-trace/catapult/third_party/graphy/graphy/
pie_chart_test.py 84 i = chart.AddPie([1], ['A'], ['ff0000'])
89 i = chart.AddPie([2], ['B'], ['0000ff'])
99 chart.AddPie([1], ['A'], ['ff0000'])
100 chart.AddPie([2], ['B'], ['0000ff'])
pie_chart.py 69 may be added using the AddPie method. The Google Chart API will display
95 self.AddPie(points, labels, colors)
97 def AddPie(self, points, labels=None, colors=None):
124 warnings.warn('PieChart.AddSegments is deprecated. Call AddPie instead. ',
142 By default, the chart has one pie (pie #0); use the AddPie method to
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
pie_chart_test.py 85 self.chart.AddPie([1,2,3],
93 self.chart.AddPie([4,5,6], ['Horse', 'Moose', 'Elephant'], ['cccccc'])
101 chart.AddPie([4,5,6], ['Horse', 'Moose', 'Elephant'])
111 self.chart.AddPie([4,5], ['Apple', 'Orange'], [])
  /external/pdfium/xfa/src/fxgraphics/src/
fx_path_generator.h 53 void AddPie(FX_FLOAT x,
fx_path_generator.cpp 220 void CFX_PathGenerator::AddPie(FX_FLOAT x,
fx_graphics.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 255 Status AddPie(REAL x, REAL y, REAL width, REAL height,
261 Status AddPie(INT x, INT y, INT width, INT height,
267 Status AddPie(const RectF& rect, REAL startAngle, REAL sweepAngle)
273 Status AddPie(const Rect& rect, REAL startAngle, REAL sweepAngle)
  /external/pdfium/xfa/include/fxgraphics/
fx_graphics.h 375 FX_ERR AddPie(FX_FLOAT left,

Completed in 590 milliseconds