HomeSort by relevance Sort by last modified time
    Searched defs:nativeInt (Results 1 - 12 of 12) 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);
ComposeShader.java 73 mode.nativeInt));
PorterDuff.java 61 Mode(int nativeInt) {
62 this.nativeInt = nativeInt;
68 public final int nativeInt;
Shader.java 58 TileMode(int nativeInt) {
59 this.nativeInt = nativeInt;
61 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 555 ScaleToFit(int nativeInt) {
556 this.nativeInt = nativeInt;
558 final int nativeInt;
575 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
Path.java 210 nativeInt = ni;
213 final int nativeInt;
240 native_setFillType(mNativePath, ft.nativeInt);
250 return (ft & FillType.INVERSE_WINDING.nativeInt) != 0;
258 ft ^= FillType.INVERSE_WINDING.nativeInt;
494 nativeInt = ni;
496 final int nativeInt;
532 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
552 native_addOval(mNativePath, left, top, right, bottom, dir.nativeInt);
565 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
    [all...]
Bitmap.java 230 nativeReconfigure(mNativeBitmap, width, height, config.nativeInt, mBuffer.length,
445 final int nativeInt;
453 this.nativeInt = ni;
557 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
812 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
    [all...]
Canvas.java 706 op.nativeInt);
719 op.nativeInt);
731 Region.Op.INTERSECT.nativeInt);
743 Region.Op.INTERSECT.nativeInt);
763 return native_clipRect(mNativeCanvasWrapper, left, top, right, bottom, op.nativeInt);
781 Region.Op.INTERSECT.nativeInt);
799 Region.Op.INTERSECT.nativeInt);
810 return native_clipPath(mNativeCanvasWrapper, path.ni(), op.nativeInt);
838 return native_clipRegion(mNativeCanvasWrapper, region.ni(), op.nativeInt);
883 EdgeType(int nativeInt) {
    [all...]
Paint.java 336 Style(int nativeInt) {
337 this.nativeInt = nativeInt;
339 final int nativeInt;
362 private Cap(int nativeInt) {
363 this.nativeInt = nativeInt;
365 final int nativeInt;
386 private Join(int nativeInt) {
387 this.nativeInt = nativeInt
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 369 return delegate.mConfig.nativeInt;
612 long nativeInt = sManager.addNewDelegate(delegate);
620 return new Bitmap(nativeInt, null /* buffer */, width, height, density, isMutable,
  /frameworks/base/core/java/android/widget/
ImageView.java 635 nativeInt = ni;
637 final int nativeInt;
869 return sS2FArray[st.nativeInt - 1];
    [all...]

Completed in 292 milliseconds