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

  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 51 Path quadPath;
52 quadPath.moveTo(quad.p1());
53 quadPath.addLineTo(quad.p2());
54 quadPath.addLineTo(quad.p3());
55 quadPath.addLineTo(quad.p4());
56 quadPath.closeSubpath();
57 return quadPath;
65 Path quadPath = quadToPath(quad);
71 context.clipOut(quadPath);
75 context.strokePath(quadPath);
    [all...]
  /external/skia/gm/
quadpaths.cpp 20 return SkString("quadpath");

Completed in 366 milliseconds