Searched refs:fNormals (Results 1 – 2 of 2) sorted by relevance
98 fCurrContourFirstNormalIdx = fNormals.count(); in moveTo()118 fNormals.push_back(n); in lineTo()225 fNormals.push_back_n(2, normals); in quadraticTo()380 fNormals.push_back_n(2, normals); in cubicTo()401 fNormals.push_back(normal); in rotateTo()405 if (fNormals.count() <= fCurrContourFirstNormalIdx) { in recordLeftJoinIfNotEmpty()407 SkASSERT(fNormals.count() == fCurrContourFirstNormalIdx); in recordLeftJoinIfNotEmpty()416 Sk2f n0 = Sk2f::Load(&fNormals.back()); in recordLeftJoinIfNotEmpty()518 if (fNormals.count() > fCurrContourFirstNormalIdx) { in closeContour()520 this->rotateTo(fCurrStrokeJoinVerb,fNormals[fCurrContourFirstNormalIdx]); in closeContour()[all …]
31 , fNormals(numSkPoints * 5/4) {}78 const SkTArray<SkVector, true>& normals() const { SkASSERT(!fInsideContour); return fNormals; } in normals()146 SkSTArray<128, SkVector, true> fNormals; variable