MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getFillPath

Method getFillPath

shared/java/Paint.java:437–440  ·  view source on GitHub ↗

Returns the filled equivalent of the stroked path. @param src Path read to create a filled version @return resulting Path

(@NotNull Path src)

Source from the content-addressed store, hash-verified

435 * @return resulting Path
436 */
437 @NotNull @Contract("!null -> new; null -> fail")
438 public Path getFillPath(@NotNull Path src) {
439 return getFillPath(src, null, 1);
440 }
441
442 /**
443 * Returns the filled equivalent of the stroked path.

Callers 1

drawFillPathsMethod · 0.80

Calls 5

onNativeCallMethod · 0.95
_nGetFillPathMethod · 0.95
getPtrMethod · 0.95
_nGetFillPathCullMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected