Searched refs:figures (Results 1 - 6 of 6) sorted by relevance
/third_party/node/lib/internal/ |
H A D | histogram.js | 351 * figures? : number 360 figures = 3, 370 validateInteger(figures, 'options.figures', 1, 5); 371 return internalRecordableHistogram(new _Histogram(lowest, highest, figures));
|
/third_party/node/src/ |
H A D | histogram.cc | 27 options.figures, in Histogram() 274 int32_t figures = args[2].As<Uint32>()->Value(); in New() local 276 lowest, highest, figures in New()
|
H A D | histogram.h | 30 int figures = kDefaultHistogramFigures; member
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.h | 225 IXpsOMGeometryFigureCollection* figures,
|
H A D | SkXPSDevice.cpp | 543 HRM(geometry->GetFigures(&figureCollection), "Could not get figures."); in createPath() 1244 //Get the figures of the shaded geometry. in internalDrawRect() 1247 "Could not get shaded figures for rect."); in internalDrawRect() 1249 //Add the figure to the shaded geometry figures. in internalDrawRect() 1268 IXpsOMGeometryFigureCollection* figures) { in close_figure() 1288 HRM(figures->Append(figure), "Could not add path to geometry."); in close_figure() 1406 //Get the figures from the geometry. in applyMask() 1409 "Could not get mask shaded figures."); in applyMask() 1615 //Get the figures from the shaded geometry. in drawPath() 1618 "Could not get shaded figures fo in drawPath() 1263 close_figure(const SkTDArray<XPS_SEGMENT_TYPE>& segmentTypes, const SkTDArray<FLOAT>& segmentData, const SkTDArray<BOOL>& segmentStrokes, BOOL stroke, BOOL fill, IXpsOMGeometryFigure* figure, IXpsOMGeometryFigureCollection* figures) close_figure() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 5424 % (e.g., figures), q.v. By default (before any chapter), that is empty. 5476 % Since an unnumbered has no number, no prefix for figures. 8498 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
|
Completed in 14 milliseconds