Searched refs:getNativeInstance (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DComposeShader.java73 mNativeInstanceShaderA = mShaderA.getNativeInstance();
74 mNativeInstanceShaderB = mShaderB.getNativeInstance();
76 mShaderA.getNativeInstance(), mShaderB.getNativeInstance(), mPorterDuffMode);
82 if (mShaderA.getNativeInstance() != mNativeInstanceShaderA
83 || mShaderB.getNativeInstance() != mNativeInstanceShaderB) {
H A DCanvasProperty.java34 return new CanvasProperty<Paint>(nCreatePaint(initialValue.getNativeInstance()));
H A DColorFilter.java59 public long getNativeInstance() { method in class:ColorFilter
H A DBaseCanvas.java94 useCenter, paint.getNativeInstance());
112 paint != null ? paint.getNativeInstance() : 0, mDensity, mScreenDensity,
119 paint != null ? paint.getNativeInstance() : 0);
129 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
155 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
200 paint != null ? paint.getNativeInstance() : 0);
230 paint != null ? paint.getNativeInstance() : 0);
235 nDrawCircle(mNativeCanvasWrapper, cx, cy, radius, paint.getNativeInstance());
249 nDrawLine(mNativeCanvasWrapper, startX, startY, stopX, stopY, paint.getNativeInstance());
255 nDrawLines(mNativeCanvasWrapper, pts, offset, count, paint.getNativeInstance());
[all...]
H A DShader.java44 * Current native shader instance. Created and updated lazily when {@link #getNativeInstance()}
155 public final long getNativeInstance() { method in class:Shader
H A DMovie.java48 paint != null ? paint.getNativeInstance() : 0);
H A DPaint.java497 mNativePaint = nInitWithPaint(paint.getNativeInstance());
638 public long getNativeInstance() { method in class:Paint
639 long newNativeShader = mShader == null ? 0 : mShader.getNativeInstance();
644 long newNativeColorFilter = mColorFilter == null ? 0 : mColorFilter.getNativeInstance();
1124 // Defer setting the shader natively until getNativeInstance() is called
1151 // Defer setting the filter natively until getNativeInstance() is called
H A DBitmap.java154 public long getNativeInstance() { method in class:Bitmap
1972 long nativePaint = paint != null ? paint.getNativeInstance() : 0;
H A DCanvas.java509 paint != null ? paint.getNativeInstance() : 0,
/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java61 useCenter, paint.getNativeInstance());
81 paint != null ? paint.getNativeInstance() : 0, mDensity, mScreenDensity,
89 paint != null ? paint.getNativeInstance() : 0);
99 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
125 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
171 paint != null ? paint.getNativeInstance() : 0);
203 paint != null ? paint.getNativeInstance() : 0);
208 nDrawCircle(mNativeCanvasWrapper, cx, cy, radius, paint.getNativeInstance());
224 nDrawLine(mNativeCanvasWrapper, startX, startY, stopX, stopY, paint.getNativeInstance());
230 nDrawLines(mNativeCanvasWrapper, pts, offset, count, paint.getNativeInstance());
[all...]
H A DTextureLayer.java54 nSetLayerPaint(mFinalizer.get(), paint != null ? paint.getNativeInstance() : 0);
H A DRenderNode.java286 return nSetLayerPaint(mNativeRenderNode, paint != null ? paint.getNativeInstance() : 0);
/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java534 nAddReplacementRun(nativeBuilderPtr, mCachedPaint.getNativeInstance(), start, end,
550 nAddStyleRun(nativeBuilderPtr, mCachedPaint.getNativeInstance(), start, end,
567 nAddStyleRun(nativeBuilderPtr, mCachedPaint.getNativeInstance(), levelStart,
/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java103 nativeBitmapOrZero = bitmap.getNativeInstance();
H A DBitmap_Delegate.java95 return bitmap == null ? null : getDelegate(bitmap.getNativeInstance());
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1186 .getNativeInstance());
1202 .getNativeInstance());
1229 .getNativeInstance());
1237 .getNativeInstance());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java415 colorFilter.getNativeInstance();
2053 fillGradient != null ? fillGradient.getNativeInstance() : 0);
2055 strokeGradient != null ? strokeGradient.getNativeInstance() : 0);
2116 ((GradientColor) mFillColors).getShader().getNativeInstance());
2126 ((GradientColor) mStrokeColors).getShader().getNativeInstance());
H A DAnimatedImageDrawable.java390 long nativeFilter = colorFilter == null ? 0 : colorFilter.getNativeInstance();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 166 milliseconds