OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nGetFillType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Path.java
251
return sFillTypeArray[
nGetFillType
(mNativePath)];
269
final int ft =
nGetFillType
(mNativePath);
277
int ft =
nGetFillType
(mNativePath);
877
private static native int
nGetFillType
(long nPath);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java
162
/*package*/ static int
nGetFillType
(long nPath) {
Completed in 54 milliseconds