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