Home
last modified time | relevance | path

Searched defs:isPath (Results 1 – 4 of 4) 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/src/gpu/geometry/
DGrShape.h87 bool isPath() const { return this->type() == Type::kPath; } in isPath() function
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.h480 bool isPath = Type::kPath == type; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp829 GLboolean Context::isPath(GLuint path) in isPath() function in gl::Context