Searched refs:localPath (Results 1 – 4 of 4) sorted by relevance
55 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument57 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()62 String absolutePath = localPath; in getAbsoluteURIFromRelative()63 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()67 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()72 return "file:" + localPath; in getAbsoluteURIFromRelative()85 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()237 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local239 if (!isAbsolutePath(localPath)) in getAbsoluteURI()241 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
62 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument64 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()69 String absolutePath = localPath; in getAbsoluteURIFromRelative()70 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()74 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()79 return "file:" + localPath; in getAbsoluteURIFromRelative()92 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()244 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local246 if (!isAbsolutePath(localPath)) in getAbsoluteURI()248 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
602 SkPath localPath; in internalGetPath() local610 path.transform(inverse, &localPath); in internalGetPath()627 if (fPathEffect->filterPath(&effectPath, localPath, &rec, nullptr)) { in internalGetPath()628 localPath.swap(effectPath); in internalGetPath()634 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()635 localPath.swap(strokePath); in internalGetPath()644 localPath.transform(matrix, devPath); in internalGetPath()647 fillPath->swap(localPath); in internalGetPath()
2217 receivePath = localPath;