Home
last modified time | relevance | path

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

/external/skqp/gm/
Dnonclosedpaths.cpp47 static void MakePath(SkPath* path, ClosureType type) { in MakePath() function in skiagm::NonClosedPathsGM
/external/skia/gm/
Dnonclosedpaths.cpp52 static SkPath MakePath(ClosureType type) { in MakePath() function in skiagm::NonClosedPathsGM
/external/skia/src/core/
DSkStrikeSpec.cpp30 SkStrikeSpec SkStrikeSpec::MakePath(const SkFont& font, const SkPaint& paint, in MakePath() function in SkStrikeSpec
/external/skia/modules/particles/src/
DSkParticleBinding.cpp253 sk_sp<SkParticleBinding> SkParticleBinding::MakePath(const char* name, const char* pathPath, in MakePath() function in SkParticleBinding
/external/llvm-project/clang/lib/Driver/ToolChains/
DAMDGPU.cpp255 auto MakePath = [&](const llvm::ArrayRef<const char *> &SubDirs) { in detectDeviceLibrary() local