OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJavaShape
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java
319
dstRegion.mArea = new Area(path.
getJavaShape
());
Path_Delegate.java
70
public Shape
getJavaShape
() {
Canvas_Delegate.java
496
return canvasDelegate.mSnapshot.clip(pathDelegate.
getJavaShape
(), regionOp);
800
Shape shape = pathDelegate.
getJavaShape
();
[
all
...]
Paint_Delegate.java
772
Shape strokeShape = stroke.createStrokedShape(srcPath.
getJavaShape
());
[
all
...]
Completed in 600 milliseconds