Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/modules/particles/include/
DSkParticleBinding.h79 static sk_sp<SkParticleBinding> MakePath(const char* name,
/third_party/skia/src/core/
DSkGlyphRunPainter.cpp104 SkStrikeSpec::MakePath(runFont, paint, props, fScalerContextFlags); in drawForBitmapDevice()
312 SkStrikeSpec::MakePath(runFont, runPaint, fDeviceProps, fScalerContextFlags); in processGlyphRun()
DSkStrikeSpec.h49 static std::tuple<SkStrikeSpec, SkScalar> MakePath(
DSkStrikeSpec.cpp38 std::tuple<SkStrikeSpec, SkScalar> SkStrikeSpec::MakePath( in MakePath() function in SkStrikeSpec
/third_party/skia/modules/particles/src/
DSkParticleBinding.cpp253 sk_sp<SkParticleBinding> SkParticleBinding::MakePath(const char* name, const char* pathPath, in MakePath() function in SkParticleBinding