Home
last modified time | relevance | path

Searched defs:SkPathMeasure (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/effects/
DSk1DPathEffect.h16 class SkPathMeasure; variable
/external/skia/src/core/
DSkPathMeasure.cpp338 SkPathMeasure::SkPathMeasure() { in SkPathMeasure() function in SkPathMeasure
345 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed) { in SkPathMeasure() function in SkPathMeasure
/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp105 virtual SkScalar next(SkPath* dst, SkScalar distance, SkPathMeasure& ) in next() argument