HomeSort by relevance Sort by last modified time
    Searched refs:nativePaint (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/view/
GLES20Canvas.java 184 static native void nSetLayerPaint(int layerId, int nativePaint);
654 final int nativePaint = paint == null ? 0 : paint.mNativePaint;
655 count = nSaveLayer(mRenderer, nativePaint, saveFlags);
671 final int nativePaint = paint == null ? 0 : paint.mNativePaint;
672 count = nSaveLayer(mRenderer, left, top, right, bottom, nativePaint, saveFlags);
783 final int nativePaint = paint == null ? 0 : paint.mNativePaint;
785 dst.left, dst.top, dst.right, dst.bottom, nativePaint);
798 final int nativePaint = paint == null ? 0 : paint.mNativePaint;
800 dst.left, dst.top, dst.right, dst.bottom, nativePaint);
815 final int nativePaint = paint == null ? 0 : paint.mNativePaint
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java     [all...]
Bitmap_Delegate.java 499 /*package*/ static Bitmap nativeExtractAlpha(int nativeBitmap, int nativePaint,
506 // get the paint which can be null if nativePaint is 0.
507 Paint_Delegate paint = Paint_Delegate.getDelegate(nativePaint);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]
Paint.java     [all...]

Completed in 176 milliseconds