HomeSort by relevance Sort by last modified time
    Searched refs:nativeInt (Results 1 - 25 of 26) sorted by null

1 2

  /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);
PorterDuff.java 61 Mode(int nativeInt) {
62 this.nativeInt = nativeInt;
68 public final int nativeInt;
BitmapShader.java 41 native_instance = nativeCreate(b, tileX.nativeInt, tileY.nativeInt);
42 native_shader = nativePostCreate(native_instance, b, tileX.nativeInt, tileY.nativeInt);
Shader.java 55 TileMode(int nativeInt) {
56 this.nativeInt = nativeInt;
58 final int nativeInt;
PorterDuffColorFilter.java 28 native_instance = native_CreatePorterDuffFilter(srcColor, mode.nativeInt);
29 nativeColorFilter = nCreatePorterDuffFilter(native_instance, srcColor, mode.nativeInt);
PorterDuffXfermode.java 32 native_instance = nativeCreateXfermode(mode.nativeInt);
LinearGradient.java 39 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
41 tile.nativeInt);
55 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
57 tile.nativeInt);
RadialGradient.java 42 native_instance = nativeCreate1(x, y, radius, colors, positions, tile.nativeInt);
44 tile.nativeInt);
60 native_instance = nativeCreate2(x, y, radius, color0, color1, tile.nativeInt);
62 tile.nativeInt);
ComposeShader.java 47 shaderB.native_shader, pdMode != null ? pdMode.nativeInt : 0);
65 mode.nativeInt);
67 shaderB.native_shader, mode.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);
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...]
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...]
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...]
Matrix.java 516 ScaleToFit(int nativeInt) {
517 this.nativeInt = nativeInt;
519 final int nativeInt;
536 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 214 return canvasDelegate.clipRect(left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
597 PorterDuff.Mode.SRC_OVER.nativeInt);
604 PorterDuff.Mode.SRC_OVER.nativeInt);
609 native_drawColor(nativeCanvas, color, PorterDuff.Mode.SRC_OVER.nativeInt);
681 if (style == Paint.Style.FILL.nativeInt ||
682 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
687 if (style == Paint.Style.STROKE.nativeInt ||
688 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
706 if (style == Paint.Style.FILL.nativeInt ||
707 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
    [all...]
Shader_Delegate.java 63 if (tm.nativeInt == tileMode) {
Region_Delegate.java 80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) {
91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) {
102 } else if (regionOp == Region.Op.UNION.nativeInt) {
113 } else if (regionOp == Region.Op.XOR.nativeInt) {
124 } else if (regionOp == Region.Op.REVERSE_DIFFERENCE.nativeInt) {
PorterDuffXfermode_Delegate.java 72 if (m.nativeInt == mode) {
Bitmap_Delegate.java 329 return delegate.mConfig.nativeInt;
551 int nativeInt = sManager.addNewDelegate(delegate);
554 return new Bitmap(nativeInt, null /* buffer */, isMutable, null /*ninePatchChunk*/,
Matrix_Delegate.java 603 if (stf != ScaleToFit.FILL.nativeInt) {
614 if (stf == ScaleToFit.CENTER.nativeInt || stf == ScaleToFit.END.nativeInt) {
623 if (stf == ScaleToFit.CENTER.nativeInt) {
    [all...]
Path_Delegate.java 151 return pathDelegate.mFillType.nativeInt;
516 if (direction == d.nativeInt) {
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 427 return nClipPath(mRenderer, path.mNativePath, Region.Op.INTERSECT.nativeInt);
432 return nClipPath(mRenderer, path.mNativePath, op.nativeInt);
439 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
447 return nClipRect(mRenderer, left, top, right, bottom, op.nativeInt);
452 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
461 Region.Op.INTERSECT.nativeInt);
466 return nClipRect(mRenderer, rect.left, rect.top, rect.right, rect.bottom, op.nativeInt);
472 Region.Op.INTERSECT.nativeInt);
477 return nClipRect(mRenderer, rect.left, rect.top, rect.right, rect.bottom, op.nativeInt);
482 return nClipRegion(mRenderer, region.mNativeRegion, Region.Op.INTERSECT.nativeInt);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 486 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) {
497 if (regionOp == Region.Op.REPLACE.nativeInt) {
  /frameworks/base/core/java/android/widget/
ImageView.java 524 nativeInt = ni;
526 final int nativeInt;
744 return sS2FArray[st.nativeInt - 1];
    [all...]

Completed in 227 milliseconds

1 2