Searched refs:bottomData (Results 1 – 4 of 4) sorted by relevance
/external/skia/samplecode/ |
D | SampleChart.cpp | 29 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument 35 if (nullptr == bottomData) { in gen_paths() 61 if (bottomData) { in gen_paths() 62 SkASSERT(bottomData->count() == topData.count()); in gen_paths() 67 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths() 71 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]); in gen_paths()
|
/external/skia/bench/ |
D | ChartBench.cpp | 35 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/bench/ |
D | ChartBench.cpp | 35 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/ |
D | SampleChart.cpp | 29 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()
|