Home
last modified time | relevance | path

Searched defs:isPath (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DShape.h62 bool isPath() const { return fType == Type::kPath; } in isPath() function
/third_party/skia/m133/src/gpu/graphite/geom/
DShape.h70 bool isPath() const { return fType == Type::kPath; } in isPath() function
/third_party/skia/m133/src/gpu/ganesh/geometry/
DGrShape.h88 bool isPath() const { return this->type() == Type::kPath; } in isPath() function
/third_party/skia/src/gpu/geometry/
DGrShape.h87 bool isPath() const { return this->type() == Type::kPath; } in isPath() function
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp904 …pPair(CStdOutStream &so, const char *name, const wchar_t *val, bool multiLine, bool isPath = false) in PrintPropPair()