Home
last modified time | relevance | path

Searched refs:fStarPath (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSampleAndroidShadows.cpp29 SkPath fStarPath; member in ShadowsView
59 fStarPath.moveTo(0.0f, -50.0f);
60 fStarPath.lineTo(14.43f, -25.0f);
61 fStarPath.lineTo(43.30f, -25.0f);
62 fStarPath.lineTo(28.86f, 0.0f);
63 fStarPath.lineTo(43.30f, 25.0f);
64 fStarPath.lineTo(14.43f, 25.0f);
65 fStarPath.lineTo(0.0f, 50.0f);
66 fStarPath.lineTo(-14.43f, 25.0f);
67 fStarPath
[all...]

Completed in 1 milliseconds