Searched refs:fNormal (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/utils/ |
D | SkDashPath.cpp | 242 SkPointPriv::RotateCCW(fTangent, &fNormal); in init() 243 fNormal.scale(SkScalarHalf(rec->getWidth())); in init() 272 pts[0].set(x0 + fNormal.fX, y0 + fNormal.fY); // moveTo in addSegment() 273 pts[1].set(x1 + fNormal.fX, y1 + fNormal.fY); // lineTo in addSegment() 274 pts[2].set(x1 - fNormal.fX, y1 - fNormal.fY); // lineTo in addSegment() 275 pts[3].set(x0 - fNormal.fX, y0 - fNormal.fY); // lineTo in addSegment() 283 SkVector fNormal; member in SpecialLineRec
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 248 SkPointPriv::RotateCCW(fTangent, &fNormal); in init() 249 fNormal.scale(SkScalarHalf(rec->getWidth())); in init() 278 pts[0].set(x0 + fNormal.fX, y0 + fNormal.fY); // moveTo in addSegment() 279 pts[1].set(x1 + fNormal.fX, y1 + fNormal.fY); // lineTo in addSegment() 280 pts[2].set(x1 - fNormal.fX, y1 - fNormal.fY); // lineTo in addSegment() 281 pts[3].set(x0 - fNormal.fX, y0 - fNormal.fY); // lineTo in addSegment() 289 SkVector fNormal; member in SpecialLineRec
|