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

  /frameworks/base/core/java/android/view/
RecordingCanvas.java 99 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
114 dst.left, dst.top, dst.right, dst.bottom, nativePaint, mScreenDensity,
125 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
140 dst.left, dst.top, dst.right, dst.bottom, nativePaint, mScreenDensity,
262 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
264 dst.left, dst.top, dst.right, dst.bottom, nativePaint,
273 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
275 dst.left, dst.top, dst.right, dst.bottom, nativePaint,
563 private static native void nDrawPaint(long nativeCanvas, long nativePaint);
574 float stopY, long nativePaint);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BaseCanvas.java 129 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
144 dst.left, dst.top, dst.right, dst.bottom, nativePaint, mScreenDensity,
155 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
170 dst.left, dst.top, dst.right, dst.bottom, nativePaint, mScreenDensity,
284 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
286 dst.left, dst.top, dst.right, dst.bottom, nativePaint,
294 final long nativePaint = paint == null ? 0 : paint.getNativeInstance();
296 dst.left, dst.top, dst.right, dst.bottom, nativePaint,
594 private static native void nDrawPaint(long nativeCanvas, long nativePaint);
602 float stopY, long nativePaint);
    [all...]
Bitmap.java     [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 650 Paint* nativePaint = reinterpret_cast<Paint*>(paintHandle);
651 uint32_t result = nativePaint->getFlags();
653 if (nativePaint->getFilterQuality() != kNone_SkFilterQuality) {
660 Paint* nativePaint = reinterpret_cast<Paint*>(paintHandle);
662 nativePaint->setFilterQuality(flags & sFilterBitmapFlag
668 const uint32_t existing0x02Flag = nativePaint->getFlags() & sFilterBitmapFlag;
670 nativePaint->setFlags(flags);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 100 milliseconds