HomeSort by relevance Sort by last modified time
    Searched refs:DashExample (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
dashcircle.cpp 18 struct DashExample {
54 for (const DashExample& dashExample : dashExamples) {
57 for (int index = 0; index < dashExample.length; ++index) {
58 dashUnits += dashExample.pattern[index];
63 for (int i2 = 0; i2 < dashExample.length; i2 += 2) {
64 SkScalar span = dashExample.pattern[i2] * unitLength;
68 angle += span + (dashExample.pattern[i2 + 1]) * unitLength;
80 int intervalCount = dashExample.length;
82 for (int index = 0; index < dashExample.length; ++index)
    [all...]
  /external/skqp/gm/
dashcircle.cpp 18 struct DashExample {
54 for (const DashExample& dashExample : dashExamples) {
57 for (int index = 0; index < dashExample.length; ++index) {
58 dashUnits += dashExample.pattern[index];
63 for (int i2 = 0; i2 < dashExample.length; i2 += 2) {
64 SkScalar span = dashExample.pattern[i2] * unitLength;
68 angle += span + (dashExample.pattern[i2 + 1]) * unitLength;
80 int intervalCount = dashExample.length;
82 for (int index = 0; index < dashExample.length; ++index)
    [all...]

Completed in 1732 milliseconds