Home
last modified time | relevance | path

Searched refs:firstPtIndex (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkPathMeasure.cpp247 static void compute_pos_tan(const SkPath& path, int firstPtIndex, int ptIndex, in compute_pos_tan() argument
256 sk_get_path_points(path, firstPtIndex); in compute_pos_tan()
284 static void seg_to(const SkPath& src, int firstPtIndex, int ptIndex, in seg_to() argument
302 sk_get_path_points(src, firstPtIndex); in seg_to()