matrix 399 libcore/DisplayObject.cpp if (m == _transform.matrix) return; matrix 402 libcore/DisplayObject.cpp _transform.matrix = m; matrix 406 libcore/DisplayObject.cpp _xscale = _transform.matrix.get_x_scale() * 100.0; matrix 407 libcore/DisplayObject.cpp _yscale = _transform.matrix.get_y_scale() * 100.0; matrix 408 libcore/DisplayObject.cpp _rotation = _transform.matrix.get_rotation() * 180.0 / PI; matrix 1121 libcore/DisplayObject.h return o.transform().matrix; matrix 208 libcore/FillStyle.cpp _matrix.set_lerp(a.matrix(), b.matrix(), ratio); matrix 214 libcore/FillStyle.cpp _matrix.set_lerp(a.matrix(), b.matrix(), ratio); matrix 130 libcore/FillStyle.h const SWFMatrix& matrix() const { matrix 191 libcore/FillStyle.h const SWFMatrix& matrix() const { matrix 332 libcore/TextField.cpp borderColor, xform.matrix, true); matrix 342 libcore/TextField.cpp xform.matrix.concatenate_translation(_bounds.get_x_min(), matrix 372 libcore/TextField.cpp if (m_has_focus && !isReadOnly()) show_cursor(renderer, xform.matrix); matrix 42 libcore/Transform.h matrix(m), matrix 48 libcore/Transform.h matrix(other.matrix), matrix 53 libcore/Transform.h matrix.concatenate(other.matrix); matrix 58 libcore/Transform.h SWFMatrix matrix; matrix 1752 libcore/asobj/MovieClip_as.cpp ObjPtr matrix = toObject(fn.arg(4), getVM(fn)); matrix 1754 libcore/asobj/MovieClip_as.cpp if (!colors || !alphas || !ratios || !matrix) { matrix 1789 libcore/asobj/MovieClip_as.cpp SWFMatrix mat = toSWFMatrix(*matrix); matrix 1978 libcore/asobj/MovieClip_as.cpp as_object* matrix = toObject(fn.arg(1), getVM(fn)); matrix 1979 libcore/asobj/MovieClip_as.cpp if (matrix) { matrix 1980 libcore/asobj/MovieClip_as.cpp mat = toSWFMatrix(*matrix); matrix 268 libcore/asobj/TextField_as.cpp SWFMatrix matrix; matrix 269 libcore/asobj/TextField_as.cpp matrix.set_translation(pixelsToTwips(x), pixelsToTwips(y)); matrix 271 libcore/asobj/TextField_as.cpp tf->setMatrix(matrix, true); matrix 463 libcore/asobj/flash/display/BitmapData_as.cpp if (o) t.matrix = toSWFMatrix(*o); matrix 847 libcore/asobj/flash/geom/Matrix_as.cpp matrix(0, 0) = toNumber(a, vm); matrix 848 libcore/asobj/flash/geom/Matrix_as.cpp matrix(0, 1) = toNumber(c, vm); matrix 849 libcore/asobj/flash/geom/Matrix_as.cpp matrix(0, 2) = toNumber(tx, vm); matrix 850 libcore/asobj/flash/geom/Matrix_as.cpp matrix(1, 0) = toNumber(b, vm); matrix 851 libcore/asobj/flash/geom/Matrix_as.cpp matrix(1, 1) = toNumber(d, vm); matrix 852 libcore/asobj/flash/geom/Matrix_as.cpp matrix(1, 2) = toNumber(ty, vm); matrix 853 libcore/asobj/flash/geom/Matrix_as.cpp matrix(2, 0) = u; matrix 854 libcore/asobj/flash/geom/Matrix_as.cpp matrix(2, 1) = v; matrix 855 libcore/asobj/flash/geom/Matrix_as.cpp matrix(2, 2) = w; matrix 230 libcore/asobj/flash/geom/Transform_as.cpp as_value matrix(findObject(fn.env(), "flash.geom.Matrix")); matrix 232 libcore/asobj/flash/geom/Transform_as.cpp as_function* matrixCtor = matrix.to_function(); matrix 274 libcore/asobj/flash/geom/Transform_as.cpp as_value matrix(findObject(fn.env(), "flash.geom.Matrix")); matrix 276 libcore/asobj/flash/geom/Transform_as.cpp as_function* matrixCtor = matrix.to_function(); matrix 285 libcore/asobj/flash/geom/Transform_as.cpp const SWFMatrix& m = relay->matrix(); matrix 129 libcore/swf/DefineTextTag.cpp xform.matrix.concatenate(_matrix); matrix 170 libcore/swf/TextRecord.cpp const SWFMatrix& mat = xform.matrix; matrix 733 librender/agg/Renderer_agg.cpp mat.concatenate(xform.matrix); matrix 1115 librender/agg/Renderer_agg.cpp cur_bounds.expand_to_transformed_rect(xform.matrix, shape.getBounds()); matrix 1127 librender/agg/Renderer_agg.cpp select_clipbounds(shape.getBounds(), xform.matrix); matrix 1130 librender/agg/Renderer_agg.cpp drawShape(fillStyles, lineStyles, paths, xform.matrix, matrix 606 librender/agg/Renderer_agg_style.h SWFMatrix m = f.matrix(); matrix 622 librender/agg/Renderer_agg_style.h SWFMatrix m = f.matrix(); matrix 232 librender/cairo/Renderer_cairo.cpp const SWFMatrix m = f.matrix(); matrix 282 librender/cairo/Renderer_cairo.cpp SWFMatrix m = f.matrix(); matrix 507 librender/cairo/Renderer_cairo.cpp init_cairo_matrix(&frame_mat, xform.matrix); matrix 550 librender/cairo/Renderer_cairo.cpp xform.matrix.transform(range); matrix 1009 librender/cairo/Renderer_cairo.cpp apply_matrix_to_paths(scaled_path_vec, xform.matrix); matrix 1014 librender/cairo/Renderer_cairo.cpp CairoScopeMatrix mat_transformer(_cr, xform.matrix); matrix 1030 librender/cairo/Renderer_cairo.cpp draw_subshape(subshape_paths, xform.matrix, xform.colorTransform, matrix 196 librender/opengl/Renderer_ogl.cpp SWFMatrix m = f.matrix(); matrix 208 librender/opengl/Renderer_ogl.cpp binfo->apply(f.matrix(), f.type() == BitmapFill::TILED ? matrix 910 librender/opengl/Renderer_ogl.cpp reallyDrawVideoFrame(texture, &xform.matrix, bounds); matrix 1776 librender/opengl/Renderer_ogl.cpp apply_matrix_to_paths(scaled_path_vec, xform.matrix); matrix 1789 librender/opengl/Renderer_ogl.cpp oglScopeMatrix scope_mat(xform.matrix); matrix 1805 librender/opengl/Renderer_ogl.cpp draw_subshape(subshape_paths, xform.matrix, xform.colorTransform,