Home | History | Annotate | Download | only in graphics

Lines Matching full:boolean

102         public boolean setConcat(Matrix a, Matrix b) {
108 public boolean preTranslate(float dx, float dy) {
114 public boolean preScale(float sx, float sy, float px, float py) {
120 public boolean preScale(float sx, float sy) {
126 public boolean preRotate(float degrees, float px, float py) {
132 public boolean preRotate(float degrees) {
138 public boolean preSkew(float kx, float ky, float px, float py) {
144 public boolean preSkew(float kx, float ky) {
150 public boolean preConcat(Matrix other) {
156 public boolean postTranslate(float dx, float dy) {
162 public boolean postScale(float sx, float sy, float px, float py) {
168 public boolean postScale(float sx, float sy) {
174 public boolean postRotate(float degrees, float px, float py) {
180 public boolean postRotate(float degrees) {
186 public boolean postSkew(float kx, float ky, float px, float py) {
192 public boolean postSkew(float kx, float ky) {
198 public boolean postConcat(Matrix other) {
204 public boolean setRectToRect(RectF src, RectF dst, ScaleToFit stf) {
210 public boolean setPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex,
246 public boolean isIdentity() {
255 public boolean rectStaysRect() {
273 public boolean equals(Object obj) {
352 public boolean setConcat(Matrix a, Matrix b) {
361 public boolean preTranslate(float dx, float dy) {
369 public boolean preScale(float sx, float sy, float px, float py) {
377 public boolean preScale(float sx, float sy) {
385 public boolean preRotate(float degrees, float px, float py) {
393 public boolean preRotate(float degrees) {
401 public boolean preSkew(float kx, float ky, float px, float py) {
409 public boolean preSkew(float kx, float ky) {
417 public boolean preConcat(Matrix other) {
425 public boolean postTranslate(float dx, float dy) {
433 public boolean postScale(float sx, float sy, float px, float py) {
441 public boolean postScale(float sx, float sy) {
449 public boolean postRotate(float degrees, float px, float py) {
457 public boolean postRotate(float degrees) {
465 public boolean postSkew(float kx, float ky, float px, float py) {
473 public boolean postSkew(float kx, float ky) {
481 public boolean postConcat(Matrix other) {
532 public boolean setRectToRect(RectF src, RectF dst, ScaleToFit stf) {
564 public boolean setPolyToPoly(float[] src, int srcIndex,
580 public boolean invert(Matrix inverse) {
689 public boolean mapRect(RectF dst, RectF src) {
704 public boolean mapRect(RectF rect) {
795 private static native boolean native_isIdentity(int native_object);
796 private static native boolean native_rectStaysRect(int native_object);
817 private static native boolean native_setConcat(int native_object,
819 private static native boolean native_preTranslate(int native_object,
821 private static native boolean native_preScale(int native_object,
823 private static native boolean native_preScale(int native_object,
825 private static native boolean native_preRotate(int native_object,
827 private static native boolean native_preRotate(int native_object,
829 private static native boolean native_preSkew(int native_object,
831 private static native boolean native_preSkew(int native_object,
833 private static native boolean native_preConcat(int native_object,
835 private static native boolean native_postTranslate(int native_object,
837 private static native boolean native_postScale(int native_object,
839 private static native boolean native_postScale(int native_object,
841 private static native boolean native_postRotate(int native_object,
843 private static native boolean native_postRotate(int native_object,
845 private static native boolean native_postSkew(int native_object,
847 private static native boolean native_postSkew(int native_object,
849 private static native boolean native_postConcat(int native_object,
851 private static native boolean native_setRectToRect(int native_object,
853 private static native boolean native_setPolyToPoly(int native_object,
855 private static native boolean native_invert(int native_object, int inverse);
858 int ptCount, boolean isPts);
859 private static native boolean native_mapRect(int native_object,
867 private static native boolean native_equals(int native_a, int native_b);