Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleAAGeometry.cpp1366 void cubic_coverage(SkPoint pts[4], uint8_t* distanceMap, int w, int h) { in cubic_coverage() function in AAGeometryView
1374 cubic_coverage(&split[0], distanceMap, w, h); in cubic_coverage()
1375 cubic_coverage(&split[3], distanceMap, w, h); in cubic_coverage()
1395 cubic_coverage(pts, distanceMap, w, h); in path_coverage()