Home
last modified time | relevance | path

Searched refs:bottomData (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/bench/
DChartBench.cpp33 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument
41 if (NULL == bottomData) { in gen_paths()
67 if (NULL != bottomData) { in gen_paths()
68 SkASSERT(bottomData->count() == topData.count()); in gen_paths()
73 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths()
77 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]); in gen_paths()
/external/chromium_org/third_party/skia/samplecode/
DSampleChart.cpp29 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument
37 if (NULL == bottomData) { in gen_paths()
63 if (NULL != bottomData) { in gen_paths()
64 SkASSERT(bottomData->count() == topData.count()); in gen_paths()
69 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths()
73 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]); in gen_paths()
/external/skia/samplecode/
DSampleChart.cpp29 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument
37 if (NULL == bottomData) { in gen_paths()
63 if (NULL != bottomData) { in gen_paths()
64 SkASSERT(bottomData->count() == topData.count()); in gen_paths()
69 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths()
73 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]); in gen_paths()
/external/skia/bench/
DChartBench.cpp33 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument
41 if (NULL == bottomData) { in gen_paths()
67 if (NULL != bottomData) { in gen_paths()
68 SkASSERT(bottomData->count() == topData.count()); in gen_paths()
73 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths()
77 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]); in gen_paths()