Searched refs:nativeInt (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java30 Mode(int nativeInt) { argument
31 this.nativeInt = nativeInt;
33 final int nativeInt; field in class:AvoidXfermode.Mode
55 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
H A DPorterDuff.java58 Mode(int nativeInt) { argument
59 this.nativeInt = nativeInt;
61 final int nativeInt; field in class:PorterDuff.Mode
H A DShader.java46 TileMode(int nativeInt) { argument
47 this.nativeInt = nativeInt;
49 final int nativeInt; field in class:Shader.TileMode
H A DPorterDuffXfermode.java26 native_instance = nativeCreateXfermode(mode.nativeInt);
H A DBitmapShader.java34 tileX.nativeInt, tileY.nativeInt);
H A DPorterDuffColorFilter.java29 mode.nativeInt);
H A DLinearGradient.java40 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
54 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
H A DRadialGradient.java42 native_instance = nativeCreate1(x, y, radius, colors, positions, tile.nativeInt);
58 native_instance = nativeCreate2(x, y, radius, color0, color1, tile.nativeInt);
H A DComposeShader.java45 mode.nativeInt);
H A DPath.java82 nativeInt = ni;
84 final int nativeInt; field in class:Path.FillType
111 native_setFillType(mNativePath, ft.nativeInt);
339 nativeInt = ni;
341 final int nativeInt; field in class:Path.Direction
354 native_addRect(mNativePath, rect, dir.nativeInt);
368 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
381 native_addOval(mNativePath, oval, dir.nativeInt);
393 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
422 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
[all...]
H A DRegion.java33 Op(int nativeInt) { argument
34 this.nativeInt = nativeInt;
36 final int nativeInt; field in class:Region.Op
244 op.nativeInt);
253 op.nativeInt);
270 op.nativeInt);
279 region2.mNativeRegion, op.nativeInt);
H A DPaint.java100 Style(int nativeInt) { argument
101 this.nativeInt = nativeInt;
103 final int nativeInt; field in class:Paint.Style
126 private Cap(int nativeInt) { argument
127 this.nativeInt = nativeInt;
129 final int nativeInt; field in class:Paint.Cap
150 private Join(int nativeInt) { argument
151 this.nativeInt
153 final int nativeInt; field in class:Paint.Join
174 Align(int nativeInt) argument
177 final int nativeInt; field in class:Paint.Align
[all...]
H A DCanvas.java466 op.nativeInt);
480 op.nativeInt);
519 op.nativeInt);
562 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt);
587 return native_clipRegion(mNativeCanvas, region.ni(), op.nativeInt);
621 EdgeType(int nativeInt) { argument
622 this.nativeInt = nativeInt;
624 final int nativeInt; field in class:Canvas.EdgeType
639 return native_quickReject(mNativeCanvas, rect, type.nativeInt);
1177 VertexMode(int nativeInt) argument
1180 final int nativeInt; field in class:Canvas.VertexMode
[all...]
H A DBitmap.java222 this.nativeInt = ni;
224 final int nativeInt; field in class:Bitmap.Config
315 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
477 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
514 config.nativeInt, false);
551 CompressFormat(int nativeInt) { argument
552 this.nativeInt = nativeInt;
554 final int nativeInt; field in class:Bitmap.CompressFormat
589 return nativeCompress(mNativeBitmap, format.nativeInt, qualit
[all...]
H A DMatrix.java331 ScaleToFit(int nativeInt) { argument
332 this.nativeInt = nativeInt;
334 final int nativeInt; field in class:Matrix.ScaleToFit
351 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
H A DBitmapFactory.java591 nativeSetDefaultConfig(config.nativeInt);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java214 return canvasDelegate.clipRect(left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
613 PorterDuff.Mode.SRC_OVER.nativeInt);
620 PorterDuff.Mode.SRC_OVER.nativeInt);
625 native_drawColor(nativeCanvas, color, PorterDuff.Mode.SRC_OVER.nativeInt);
694 if (style == Paint.Style.FILL.nativeInt ||
695 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
700 if (style == Paint.Style.STROKE.nativeInt ||
701 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
718 if (style == Paint.Style.FILL.nativeInt ||
719 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
[all...]
H A DShader_Delegate.java63 if (tm.nativeInt == tileMode) {
H A DRegion_Delegate.java80 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) {
H A DPorterDuffXfermode_Delegate.java72 if (m.nativeInt == mode) {
H A DBitmap_Delegate.java314 return delegate.mConfig.nativeInt;
504 int nativeInt = sManager.addNewDelegate(delegate);
507 return new Bitmap(nativeInt, isMutable, null /*ninePatchChunk*/, density);
H A DMatrix_Delegate.java603 if (stf != ScaleToFit.FILL.nativeInt) {
614 if (stf == ScaleToFit.CENTER.nativeInt || stf == ScaleToFit.END.nativeInt) {
623 if (stf == ScaleToFit.CENTER.nativeInt) {
H A DPath_Delegate.java151 return pathDelegate.mFillType.nativeInt;
516 if (direction == d.nativeInt) {
/frameworks/base/core/java/android/widget/
H A DImageView.java423 nativeInt = ni;
425 final int nativeInt; field in class:ImageView.ScaleType
599 return sS2FArray[st.nativeInt - 1];
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java480 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) {
491 if (regionOp == Region.Op.REPLACE.nativeInt) {

Completed in 246 milliseconds

12