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

  /frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java 31 Mode(int nativeInt) {
32 this.nativeInt = nativeInt;
34 final int nativeInt;
56 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
Shader.java 55 TileMode(int nativeInt) {
56 this.nativeInt = nativeInt;
58 final int nativeInt;
PorterDuff.java 61 Mode(int nativeInt) {
62 this.nativeInt = nativeInt;
68 public final int nativeInt;
Region.java 44 Op(int nativeInt) {
45 this.nativeInt = nativeInt;
51 public final int nativeInt;
260 op.nativeInt);
269 op.nativeInt);
286 op.nativeInt);
295 region2.mNativeRegion, op.nativeInt);
Matrix.java 516 ScaleToFit(int nativeInt) {
517 this.nativeInt = nativeInt;
519 final int nativeInt;
536 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
Path.java 116 nativeInt = ni;
118 final int nativeInt;
145 native_setFillType(mNativePath, ft.nativeInt);
383 nativeInt = ni;
385 final int nativeInt;
413 native_addRect(mNativePath, rect, dir.nativeInt);
427 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
441 native_addOval(mNativePath, oval, dir.nativeInt);
454 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
485 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
    [all...]
Bitmap.java 338 final int nativeInt;
346 this.nativeInt = ni;
450 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
697 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
773 config.nativeInt, false);
845 CompressFormat(int nativeInt) {
846 this.nativeInt = nativeInt;
848 final int nativeInt;
    [all...]
Canvas.java 554 op.nativeInt);
567 op.nativeInt);
604 return native_clipRect(mNativeCanvas, left, top, right, bottom, op.nativeInt);
645 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt);
670 return native_clipRegion(mNativeCanvas, region.ni(), op.nativeInt);
712 EdgeType(int nativeInt) {
713 this.nativeInt = nativeInt;
719 public final int nativeInt;
851 native_drawColor(mNativeCanvas, color, mode.nativeInt);
    [all...]
Paint.java 254 Style(int nativeInt) {
255 this.nativeInt = nativeInt;
257 final int nativeInt;
280 private Cap(int nativeInt) {
281 this.nativeInt = nativeInt;
283 final int nativeInt;
304 private Join(int nativeInt) {
305 this.nativeInt = nativeInt
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 329 return delegate.mConfig.nativeInt;
551 int nativeInt = sManager.addNewDelegate(delegate);
554 return new Bitmap(nativeInt, null /* buffer */, isMutable, null /*ninePatchChunk*/,
  /frameworks/base/core/java/android/widget/
ImageView.java 524 nativeInt = ni;
526 final int nativeInt;
744 return sS2FArray[st.nativeInt - 1];
    [all...]

Completed in 384 milliseconds