/frameworks/base/graphics/java/android/graphics/ |
H A D | ComposeShader.java | 73 mNativeInstanceShaderA = mShaderA.getNativeInstance(); 74 mNativeInstanceShaderB = mShaderB.getNativeInstance(); 76 mShaderA.getNativeInstance(), mShaderB.getNativeInstance(), mPorterDuffMode); 82 if (mShaderA.getNativeInstance() != mNativeInstanceShaderA 83 || mShaderB.getNativeInstance() != mNativeInstanceShaderB) {
|
H A D | CanvasProperty.java | 34 return new CanvasProperty<Paint>(nCreatePaint(initialValue.getNativeInstance()));
|
H A D | ColorFilter.java | 59 public long getNativeInstance() { method in class:ColorFilter
|
H A D | BaseCanvas.java | 94 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 D | Shader.java | 44 * Current native shader instance. Created and updated lazily when {@link #getNativeInstance()} 155 public final long getNativeInstance() { method in class:Shader
|
H A D | Movie.java | 48 paint != null ? paint.getNativeInstance() : 0);
|
H A D | Paint.java | 497 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 D | Bitmap.java | 154 public long getNativeInstance() { method in class:Bitmap 1972 long nativePaint = paint != null ? paint.getNativeInstance() : 0;
|
H A D | Canvas.java | 509 paint != null ? paint.getNativeInstance() : 0,
|
/frameworks/base/core/java/android/view/ |
H A D | RecordingCanvas.java | 61 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 D | TextureLayer.java | 54 nSetLayerPaint(mFinalizer.get(), paint != null ? paint.getNativeInstance() : 0);
|
H A D | RenderNode.java | 286 return nSetLayerPaint(mNativeRenderNode, paint != null ? paint.getNativeInstance() : 0);
|
/frameworks/base/core/java/android/text/ |
H A D | MeasuredParagraph.java | 534 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 D | Canvas_Delegate.java | 103 nativeBitmapOrZero = bitmap.getNativeInstance();
|
H A D | Bitmap_Delegate.java | 95 return bitmap == null ? null : getDelegate(bitmap.getNativeInstance());
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | VectorDrawable_Delegate.java | 1186 .getNativeInstance()); 1202 .getNativeInstance()); 1229 .getNativeInstance()); 1237 .getNativeInstance());
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | VectorDrawable.java | 415 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 D | AnimatedImageDrawable.java | 390 long nativeFilter = colorFilter == null ? 0 : colorFilter.getNativeInstance();
|
/frameworks/base/config/ |
H A D | boot-image-profile.txt | [all...] |