Searched refs:nGetFillType (Results 1 – 2 of 2) sorted by relevance
270 return sFillTypeArray[nGetFillType(mNativePath)]; in getFillType()288 final int ft = nGetFillType(mNativePath); in isInverseFillType()296 int ft = nGetFillType(mNativePath); in toggleInverseFillType()887 private static native int nGetFillType(long nPath); in nGetFillType() method in Path
166 /*package*/ static int nGetFillType(long nPath) { in nGetFillType() method in Path_Delegate