Searched refs:bottomData (Results 1 – 2 of 2) sorted by relevance
30 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument38 if (nullptr == bottomData) { in gen_paths()64 if (bottomData) { in gen_paths()65 SkASSERT(bottomData->count() == topData.count()); in gen_paths()70 fill->lineTo(x, (*bottomData)[leftShift - 1 - i]); in gen_paths()74 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]); in gen_paths()
35 const SkTDArray<SkScalar>* bottomData, in gen_paths() argument43 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()