Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkScalerContext.cpp647 SkPath localPath; in internalGetPath() local
655 path.transform(inverse, &localPath); in internalGetPath()
672 if (fPathEffect->filterPath(&effectPath, localPath, &rec, nullptr)) { in internalGetPath()
673 localPath.swap(effectPath); in internalGetPath()
679 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
680 localPath.swap(strokePath); in internalGetPath()
686 localPath.transform(matrix, devPath); in internalGetPath()
/third_party/skia/src/core/
DSkScalerContext.cpp725 SkPath localPath; in internalGetPath() local
733 path.transform(inverse, &localPath); in internalGetPath()
750 if (fPathEffect->filterPath(&effectPath, localPath, &rec, nullptr, matrix)) { in internalGetPath()
751 localPath.swap(effectPath); in internalGetPath()
757 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
758 localPath.swap(strokePath); in internalGetPath()
769 localPath.transform(matrix, devPath); in internalGetPath()
/third_party/typescript/src/harness/
DharnessIO.ts1310 export function localPath(fileName: string, baselineFolder?: string, subfolder?: string) { function
1408 …const actualFileName = localPath(relativeFileName, opts && opts.Baselinefolder, opts && opts.Subfo…
1427 …const actualFileName = localPath(relativeFileName, opts && opts.Baselinefolder, opts && opts.Subfo…
1454 …IO.writeFile(localPath(file + ".delete", opts && opts.Baselinefolder, opts && opts.Subfolder), "");
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1932 function localPath(filename: string) {
2052 var actualFilename = localPath(relativeFilename);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1932 function localPath(filename: string) { function
2052 var actualFilename = localPath(relativeFilename);
3748 function localPath(filename) { function
3843 var actualFilename = localPath(relativeFilename);
Dparserharness.errors.txt2262 function localPath(filename: string) {
2384 var actualFilename = localPath(relativeFilename);
Dparserharness.symbols5777 function localPath(filename: string) {
5778 >localPath : Symbol(localPath, Decl(parserharness.ts, 1928, 9))
6082 var actualFilename = localPath(relativeFilename);
6084 >localPath : Symbol(localPath, Decl(parserharness.ts, 1928, 9))
Dparserharness.types7939 function localPath(filename: string) {
7940 >localPath : (filename: string) => string
8385 var actualFilename = localPath(relativeFilename);
8387 >localPath(relativeFilename) : string
8388 >localPath : (filename: string) => string