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

  /external/skia/src/gpu/ops/
GrDashLinePathRenderer.cpp 19 if (args.fShape->style().isDashed() && args.fShape->asLine(pts, &inverted)) {
48 SkAssertResult(args.fShape->asLine(pts, nullptr));
  /external/skia/tests/
GrShapeTest.cpp 554 REPORTER_ASSERT(r, a.asLine(pts, &invertedLine[0]) == b.asLine(pts + 2, &invertedLine[1]));
564 if (a.asLine(nullptr, nullptr)) {
    [all...]
  /external/skia/src/gpu/
GrShape.h 159 bool asLine(SkPoint pts[2], bool* inverted) const {
GrShape.cpp 216 if (parent.asLine(nullptr, nullptr)) {

Completed in 439 milliseconds