Lines Matching refs:DomMatrix

13     pub type DomMatrix;  typedef
20 pub fn a(this: &DomMatrix) -> f64; in a()
27 pub fn set_a(this: &DomMatrix, value: f64); in set_a() argument
34 pub fn b(this: &DomMatrix) -> f64; in b()
41 pub fn set_b(this: &DomMatrix, value: f64); in set_b() argument
48 pub fn c(this: &DomMatrix) -> f64; in c()
55 pub fn set_c(this: &DomMatrix, value: f64); in set_c() argument
62 pub fn d(this: &DomMatrix) -> f64; in d()
69 pub fn set_d(this: &DomMatrix, value: f64); in set_d() argument
76 pub fn e(this: &DomMatrix) -> f64; in e()
83 pub fn set_e(this: &DomMatrix, value: f64); in set_e() argument
90 pub fn f(this: &DomMatrix) -> f64; in f()
97 pub fn set_f(this: &DomMatrix, value: f64); in set_f() argument
104 pub fn m11(this: &DomMatrix) -> f64; in m11()
111 pub fn set_m11(this: &DomMatrix, value: f64); in set_m11() argument
118 pub fn m12(this: &DomMatrix) -> f64; in m12()
125 pub fn set_m12(this: &DomMatrix, value: f64); in set_m12() argument
132 pub fn m13(this: &DomMatrix) -> f64; in m13()
139 pub fn set_m13(this: &DomMatrix, value: f64); in set_m13() argument
146 pub fn m14(this: &DomMatrix) -> f64; in m14()
153 pub fn set_m14(this: &DomMatrix, value: f64); in set_m14() argument
160 pub fn m21(this: &DomMatrix) -> f64; in m21()
167 pub fn set_m21(this: &DomMatrix, value: f64); in set_m21() argument
174 pub fn m22(this: &DomMatrix) -> f64; in m22()
181 pub fn set_m22(this: &DomMatrix, value: f64); in set_m22() argument
188 pub fn m23(this: &DomMatrix) -> f64; in m23()
195 pub fn set_m23(this: &DomMatrix, value: f64); in set_m23() argument
202 pub fn m24(this: &DomMatrix) -> f64; in m24()
209 pub fn set_m24(this: &DomMatrix, value: f64); in set_m24() argument
216 pub fn m31(this: &DomMatrix) -> f64; in m31()
223 pub fn set_m31(this: &DomMatrix, value: f64); in set_m31() argument
230 pub fn m32(this: &DomMatrix) -> f64; in m32()
237 pub fn set_m32(this: &DomMatrix, value: f64); in set_m32() argument
244 pub fn m33(this: &DomMatrix) -> f64; in m33()
251 pub fn set_m33(this: &DomMatrix, value: f64); in set_m33() argument
258 pub fn m34(this: &DomMatrix) -> f64; in m34()
265 pub fn set_m34(this: &DomMatrix, value: f64); in set_m34() argument
272 pub fn m41(this: &DomMatrix) -> f64; in m41()
279 pub fn set_m41(this: &DomMatrix, value: f64); in set_m41() argument
286 pub fn m42(this: &DomMatrix) -> f64; in m42()
293 pub fn set_m42(this: &DomMatrix, value: f64); in set_m42() argument
300 pub fn m43(this: &DomMatrix) -> f64; in m43()
307 pub fn set_m43(this: &DomMatrix, value: f64); in set_m43() argument
314 pub fn m44(this: &DomMatrix) -> f64; in m44()
321 pub fn set_m44(this: &DomMatrix, value: f64); in set_m44() argument
328 pub fn new() -> Result<DomMatrix, JsValue>; in new()
335 pub fn new_with_transform_list(transform_list: &str) -> Result<DomMatrix, JsValue>; in new_with_transform_list() argument
342 pub fn new_with_other(other: &DomMatrixReadOnly) -> Result<DomMatrix, JsValue>; in new_with_other() argument
349 pub fn new_with_array32(array32: &mut [f32]) -> Result<DomMatrix, JsValue>; in new_with_array32() argument
356 pub fn new_with_array64(array64: &mut [f64]) -> Result<DomMatrix, JsValue>; in new_with_array64() argument
365 ) -> Result<DomMatrix, JsValue>; in new_with_number_sequence() argument
372 pub fn invert_self(this: &DomMatrix) -> DomMatrix; in invert_self() argument
379 pub fn multiply_self(this: &DomMatrix, other: &DomMatrix) -> DomMatrix; in multiply_self() argument
386 pub fn pre_multiply_self(this: &DomMatrix, other: &DomMatrix) -> DomMatrix; in pre_multiply_self() argument
394 this: &DomMatrix, in rotate_axis_angle_self() argument
399 ) -> DomMatrix; in rotate_axis_angle_self() argument
406 pub fn rotate_from_vector_self(this: &DomMatrix, x: f64, y: f64) -> DomMatrix; in rotate_from_vector_self() argument
413 pub fn rotate_self(this: &DomMatrix, angle: f64) -> DomMatrix; in rotate_self() argument
420 pub fn rotate_self_with_origin_x(this: &DomMatrix, angle: f64, origin_x: f64) -> DomMatrix; in rotate_self_with_origin_x() argument
428 this: &DomMatrix, in rotate_self_with_origin_x_and_origin_y() argument
432 ) -> DomMatrix; in rotate_self_with_origin_x_and_origin_y() argument
439 pub fn scale3d_self(this: &DomMatrix, scale: f64) -> DomMatrix; in scale3d_self() argument
446 pub fn scale3d_self_with_origin_x(this: &DomMatrix, scale: f64, origin_x: f64) -> DomMatrix; in scale3d_self_with_origin_x() argument
454 this: &DomMatrix, in scale3d_self_with_origin_x_and_origin_y() argument
458 ) -> DomMatrix; in scale3d_self_with_origin_x_and_origin_y() argument
466 this: &DomMatrix, in scale3d_self_with_origin_x_and_origin_y_and_origin_z() argument
471 ) -> DomMatrix; in scale3d_self_with_origin_x_and_origin_y_and_origin_z() argument
478 pub fn scale_non_uniform_self(this: &DomMatrix, scale_x: f64) -> DomMatrix; in scale_non_uniform_self() argument
486 this: &DomMatrix, in scale_non_uniform_self_with_scale_y() argument
489 ) -> DomMatrix; in scale_non_uniform_self_with_scale_y() argument
497 this: &DomMatrix, in scale_non_uniform_self_with_scale_y_and_scale_z() argument
501 ) -> DomMatrix; in scale_non_uniform_self_with_scale_y_and_scale_z() argument
509 this: &DomMatrix, in scale_non_uniform_self_with_scale_y_and_scale_z_and_origin_x() argument
514 ) -> DomMatrix; in scale_non_uniform_self_with_scale_y_and_scale_z_and_origin_x() argument
522 this: &DomMatrix, in scale_non_uniform_self_with_scale_y_and_scale_z_and_origin_x_and_origin_y() argument
528 ) -> DomMatrix; in scale_non_uniform_self_with_scale_y_and_scale_z_and_origin_x_and_origin_y() argument
536 this: &DomMatrix, in scale_non_uniform_self_with_scale_y_and_scale_z_and_origin_x_and_origin_y_and_origin_z() argument
543 ) -> DomMatrix; in scale_non_uniform_self_with_scale_y_and_scale_z_and_origin_x_and_origin_y_and_origin_z() argument
550 pub fn scale_self(this: &DomMatrix, scale: f64) -> DomMatrix; in scale_self() argument
557 pub fn scale_self_with_origin_x(this: &DomMatrix, scale: f64, origin_x: f64) -> DomMatrix; in scale_self_with_origin_x() argument
565 this: &DomMatrix, in scale_self_with_origin_x_and_origin_y() argument
569 ) -> DomMatrix; in scale_self_with_origin_x_and_origin_y() argument
576 pub fn set_matrix_value(this: &DomMatrix, transform_list: &str) -> Result<DomMatrix, JsValue>; in set_matrix_value() argument
583 pub fn skew_x_self(this: &DomMatrix, sx: f64) -> DomMatrix; in skew_x_self() argument
590 pub fn skew_y_self(this: &DomMatrix, sy: f64) -> DomMatrix; in skew_y_self() argument
597 pub fn translate_self(this: &DomMatrix, tx: f64, ty: f64) -> DomMatrix; in translate_self() argument
604 pub fn translate_self_with_tz(this: &DomMatrix, tx: f64, ty: f64, tz: f64) -> DomMatrix; in translate_self_with_tz() argument