Home
last modified time | relevance | path

Searched refs:MakePath (Results 1 – 8 of 8) sorted by relevance

/external/skqp/gm/
Dnonclosedpaths.cpp47 static void MakePath(SkPath* path, ClosureType type) { in MakePath() function in skiagm::NonClosedPathsGM
107 MakePath(&path, kType[type]); in onDraw()
130 MakePath(&path, kType[type]); in onDraw()
/external/skia/gm/
Dnonclosedpaths.cpp52 static SkPath MakePath(ClosureType type) { in MakePath() function in skiagm::NonClosedPathsGM
113 SkPath path = MakePath(kType[type]); in onDraw()
135 SkPath path = MakePath(kType[type]); in onDraw()
/external/skia/modules/particles/include/
DSkParticleBinding.h79 static sk_sp<SkParticleBinding> MakePath(const char* name,
/external/skia/src/core/
DSkStrikeSpec.h45 static SkStrikeSpec MakePath(
DSkGlyphRunPainter.cpp104 SkStrikeSpec strikeSpec = SkStrikeSpec::MakePath( in drawForBitmapDevice()
309 SkStrikeSpec strikeSpec = SkStrikeSpec::MakePath( in processGlyphRun()
DSkStrikeSpec.cpp30 SkStrikeSpec SkStrikeSpec::MakePath(const SkFont& font, const SkPaint& paint, in MakePath() function in SkStrikeSpec
/external/llvm-project/clang/lib/Driver/ToolChains/
DAMDGPU.cpp255 auto MakePath = [&](const llvm::ArrayRef<const char *> &SubDirs) { in detectDeviceLibrary() local
263 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()
/external/skia/modules/particles/src/
DSkParticleBinding.cpp253 sk_sp<SkParticleBinding> SkParticleBinding::MakePath(const char* name, const char* pathPath, in MakePath() function in SkParticleBinding