/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg.cpp | 43 double tx = GetLayoutSize().Width() * 0.5 - (viewBox_.Width() * 0.5 + viewBox_.Left()) * scale; in UpdateTransformByGlobalOffset() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/rsxform_fuzzer/ |
H A D | rs_xform_fuzzer.cpp | 38 scalar tx = GetObject<scalar>(); in RsXformFuzzTest() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | matrix_test.cpp | 40 float tx = 1; in HWTEST_F() local 57 float tx = 0; in HWTEST_F() local 74 float tx = 1; in HWTEST_F() local 91 float tx in HWTEST_F() local 108 float tx = 0; HWTEST_F() local 125 float tx = 1; HWTEST_F() local 142 float tx = 0.5; HWTEST_F() local 159 float tx = 1; HWTEST_F() local 177 float tx = 1; HWTEST_F() local 230 float tx = 0; HWTEST_F() local 249 float tx = 1; HWTEST_F() local 268 float tx = 0; HWTEST_F() local 287 float tx = 1; HWTEST_F() local 379 float tx = 1; HWTEST_F() local 435 float tx = 1; HWTEST_F() local 459 float tx = 0; HWTEST_F() local 479 float tx = 0; HWTEST_F() local 499 float tx = 0; HWTEST_F() local 518 float tx = 1; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_pattern.cpp | 44 double tx = contentSize.Width() * 0.5 - (portWidth * 0.5 + portLeft) * scale; in ViewPortTransform() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | skia_svg_dom.cpp | 47 float tx = 0.0; in FitImage() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | matrix2d.cpp | 70 void Matrix2D::Translate(TransformParam& param, double tx, double ty) in Translate() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/ |
H A D | fill_interpolator.h | 99 float tx; in Begin() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 97 scalar tx = GetObject<scalar>(); in MatrixFuzzTest001() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_inst.c | 276 L2capErfcTxPacket *tx = NULL; in L2capDestroyChannelTx() local
|
H A D | l2cap_core.c | 533 L2capErfcTxPacket *tx = NULL; in L2capProcessRxReqSeq() local 589 L2capErfcTxPacket *tx = NULL; in L2capErfcTxOneFrame() local 765 L2capErfcTxPacket *tx = NULL; L2capErfcDoTx() local 813 L2capErfcTxPacket *tx = NULL; L2capErfcTx() local 921 L2capErfcTxPacket *tx = NULL; L2capAddNewPacket() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.cpp | 58 double tx = GetLayoutSize().Width() * 0.5 - (viewBoxWidth * 0.5 + viewBoxLeft) * scale; in PerformLayout() local 93 double tx = GetLayoutSize().Width() * 0.5 - (viewBoxWidth * 0.5 + viewBoxLeft) * scale; in Paint() local 127 double tx = GetLayoutSize().Width() * 0.5 - (viewBoxWidth * 0.5 + viewBoxLeft) * scale; in Paint() local 219 double tx = GetLayoutSize().Width() * 0.5 - (viewBoxWidth * 0.5 + viewBoxLeft) * scale; in BitmapMesh() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_matrix2d.cpp | 263 double tx = 0; in JsTranslate() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_test_ng.cpp | 1391 double tx = .0; in HWTEST_F() local
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 168 float tx = 0.f; in ComputeTransformMatrix() local 256 float tx = 0.f; in ComputeTransformMatrixV2() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/ |
H A D | text_blob_fuzzer.cpp | 167 scalar tx = GetObject<scalar>(); in TextBlobFuzzTest005() local
|
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_bezier_arc.cpp | 40 float tx = (1.0f - x0) * BEZIER_ARC_DELTAX / BEZIER_ARC_EQUAL_DIVISION; in ArcToBezier() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_particles_drawable.cpp | 70 float tx = position.x_ - cos * center.x_ + sin * center.y_; in MakeRSXform() local
|
H A D | rs_image.cpp | 96 auto tx = dstRect_.GetLeft() - srcRect_.GetLeft() * sx; in HDRConvert() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | matrix.cpp | 35 Matrix &Matrix::SetTranslate(const float tx, const float ty) in SetTranslate() argument 119 void Matrix::SetTranslateAndScale(const float tx, const float ty, const float sx, const float sy) in SetTranslateAndScale() argument 219 void Matrix::TransXY(const Matrix &m, const float tx, const float ty, Point &pt) in TransXY() argument
|
H A D | basic_transformer.cpp | 82 void BasicTransformer::SetTranslateParam(const float tx, const float ty) in SetTranslateParam() argument
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 575 int32_t tx = 100; in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 108 constexpr Matrix(float sx, float kx, float tx, float ky, float sy, float ty, float p0, float p1, float p2, in Matrix() argument
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_canvas.h | 63 virtual void Translate(float tx, float ty) {} in Translate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_engine.cpp | 749 auto tx = params.dstRect.GetLeft() - params.srcRect.GetLeft() * sx; in DrawImage() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 343 const float tx = 1.0f - Math::abs(majorRadians / TWO_PI * 2.0f - 1.0f); in GenerateTorusGeometry() local
|