Home
last modified time | relevance | path

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

/external/skqp/bench/
DChartBench.cpp35 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument
43 if (nullptr == bottomData) { in gen_paths()
69 if (bottomData) { in gen_paths()
70 SkASSERT(bottomData->count() == topData.count()); in gen_paths()
75 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths()
79 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]); in gen_paths()
/external/skqp/samplecode/
DSampleChart.cpp29 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument
37 if (nullptr == bottomData) { in gen_paths()
63 if (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.cpp35 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument
43 if (nullptr == bottomData) { in gen_paths()
69 if (bottomData) { in gen_paths()
70 SkASSERT(bottomData->count() == topData.count()); in gen_paths()
75 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths()
79 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 (nullptr == bottomData) { in gen_paths()
63 if (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()