Searched refs:nSetAntiAlias (Results 1 – 4 of 4) sorted by relevance
772 nSetAntiAlias(mNativePaint, aa); in setAntiAlias()3170 private static native void nSetAntiAlias(long paintPtr, boolean aa); in nSetAntiAlias() method in Paint
921 nSetAntiAlias(mVectorState.mNativeTree.get(), aa); in setAntiAlias()2302 private static native void nSetAntiAlias(long rendererPtr, boolean aa); in nSetAntiAlias() method in VectorDrawable
139 static void nSetAntiAlias(long rendererPtr, boolean aa) { in nSetAntiAlias() method in VectorDrawable_Delegate
341 /*package*/ static void nSetAntiAlias(long nativePaint, boolean aa) { in nSetAntiAlias() method in Paint_Delegate