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

  /external/skia/gm/
degeneratesegments.cpp 212 constexpr AddSegmentFunc gSegmentFunctions[] = {
307 unsigned numSegments = SK_ARRAY_COUNT(gSegmentFunctions);
332 pt = gSegmentFunctions[s1](path, pt);
333 pt = gSegmentFunctions[s2](path, pt);
334 pt = gSegmentFunctions[s3](path, pt);
335 pt = gSegmentFunctions[s4](path, pt);
336 pt = gSegmentFunctions[s5](path, pt);
  /external/skqp/gm/
degeneratesegments.cpp 212 constexpr AddSegmentFunc gSegmentFunctions[] = {
307 unsigned numSegments = SK_ARRAY_COUNT(gSegmentFunctions);
332 pt = gSegmentFunctions[s1](path, pt);
333 pt = gSegmentFunctions[s2](path, pt);
334 pt = gSegmentFunctions[s3](path, pt);
335 pt = gSegmentFunctions[s4](path, pt);
336 pt = gSegmentFunctions[s5](path, pt);

Completed in 366 milliseconds