Home | History | Annotate | Download | only in graphics

Lines Matching defs:nativeInt

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);
505 native_addRoundRect(mNativePath, rect, radii, dir.nativeInt);