Searched refs:m4 (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | circular_arcs.cpp | 111 OH_Drawing_Matrix* m4 = OH_Drawing_MatrixCreate(); in CreateMatrices() local 112 OH_Drawing_MatrixSetMatrix(m4, 0, -1, 2 * coordinate, -1, 0, 2 * coordinate, 0, 0, 1); // 1,-1,2矩阵 in CreateMatrices() 123 matrices.push_back(m4); in CreateMatrices()
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 16 let __decorate = (this && this.__decorate) || function (m4, n4, o4, p4) { 21 r4 = Reflect.decorate(m4, n4, o4, p4); 23 for (let t4 = m4.length - 1; t4 >= 0; t4--) { 24 (s4 = m4[t4]) && (r4 = (q4 < 3 ? s4(r4) : q4 > 3 ? s4(n4, o4, r4) : s4(n4, o4)) || r4); 750 const m4 = l4.value; 754 n4 = `${m4}px`; 757 n4 = `${m4}fp`; 760 n4 = `${m4}lpx`; 763 n4 = `${m4 * 100}%`; 766 n4 = `${m4}v [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 98 m4: 36, 221 return e4.m4; 614 let m4 = this.itemStyle.backgroundColor; 615 if (m4 == undefined || m4 == null) { 618 if (m4.type === 10001) { 863 Stack.width(e4.m4);
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 950 let m4 = new GetEnvResult(); 951 m4.deviceType = deviceInfo.deviceType; 952 m4.brand = deviceInfo.brand; 953 m4.productModel = deviceInfo.productModel; 954 m4.osFullName = deviceInfo.osFullName; 955 this.success(m4, l4);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 950 let m4 = new GetEnvResult(); 951 m4.deviceType = deviceInfo.deviceType; 952 m4.brand = deviceInfo.brand; 953 m4.productModel = deviceInfo.productModel; 954 m4.osFullName = deviceInfo.osFullName; 955 this.success(m4, l4);
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 280 this.listener.on('change', (m4) => { 281 this.isSmallScreen = m4.matches;
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 669 Row.onKeyEvent((m4) => { 670 if (m4.keyCode !== KeyCode.KEYCODE_ENTER && m4.keyCode !== KeyCode.KEYCODE_SPACE) { 673 if (m4.type === KeyType.Down) { 676 if (m4.type === KeyType.Up) {
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.cpp | 320 auto& m4 = co.maintenance4; in GetPhysicalDeviceMaintenance4Structs() local 321 m4->maintenance4Features = { in GetPhysicalDeviceMaintenance4Structs() 327 *cw.ppNextFeatures = &m4->maintenance4Features; in GetPhysicalDeviceMaintenance4Structs() 328 cw.ppNextFeatures = &m4->maintenance4Features.pNext; in GetPhysicalDeviceMaintenance4Structs()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 719 let m4 = t.readString(); 722 let p4 = await this.shareCenter.changePrivilege(l4, m4, n4, o4);
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 292 this.m4 = false; 512 this.m4 = m18; 516 return this.m4; 4384 constructor(m4, n4, itemWidth, itemHeight, o4, p4) { 4393 this.j4 = m4; 4394 this.q15 = m4; 4408 this.l15 = m4;
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1617 this.observeComponentCreation2((l4, m4) => {
|
Completed in 16 milliseconds