Home
last modified time | relevance | path

Searched refs:nSetSubpixelText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPaint.java733 nSetSubpixelText(mNativePaint, subpixelText); in setSubpixelText()
736 private native void nSetSubpixelText(long paintPtr, boolean subpixelText); in nSetSubpixelText() method in Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java320 /*package*/ static void nSetSubpixelText(Paint thisPaint, long nativePaint, in nSetSubpixelText() method in Paint_Delegate