Searched defs:lineRec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkDashPath.cpp241 SpecialLineRec lineRec; local
242 bool specialLine = lineRec.init(*srcPtr, dst, rec, count >> 1, intervalLength);
280 lineRec.addSegment(SkDoubleToScalar(distance),
/external/skia/src/utils/
H A DSkDashPath.cpp240 SpecialLineRec lineRec; local
241 bool specialLine = lineRec.init(*srcPtr, dst, rec, count >> 1, intervalLength);
279 lineRec.addSegment(SkDoubleToScalar(distance),

Completed in 179 milliseconds