Searched refs:MakePath (Results 1 – 8 of 8) sorted by relevance
47 static void MakePath(SkPath* path, ClosureType type) { in MakePath() function in skiagm::NonClosedPathsGM107 MakePath(&path, kType[type]); in onDraw()130 MakePath(&path, kType[type]); in onDraw()
52 static SkPath MakePath(ClosureType type) { in MakePath() function in skiagm::NonClosedPathsGM113 SkPath path = MakePath(kType[type]); in onDraw()135 SkPath path = MakePath(kType[type]); in onDraw()
79 static sk_sp<SkParticleBinding> MakePath(const char* name,
45 static SkStrikeSpec MakePath(
104 SkStrikeSpec strikeSpec = SkStrikeSpec::MakePath( in drawForBitmapDevice()309 SkStrikeSpec strikeSpec = SkStrikeSpec::MakePath( in processGlyphRun()
30 SkStrikeSpec SkStrikeSpec::MakePath(const SkFont& font, const SkPaint& paint, in MakePath() function in SkStrikeSpec
255 auto MakePath = [&](const llvm::ArrayRef<const char *> &SubDirs) { in detectDeviceLibrary() local263 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()
253 sk_sp<SkParticleBinding> SkParticleBinding::MakePath(const char* name, const char* pathPath, in MakePath() function in SkParticleBinding