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