Home
last modified time | relevance | path

Searched defs:height (Results 1 – 8 of 8) sorted by relevance

/napi_generator/test/storytest/test_bool/
D@ohos.test.d.ts20 height: boolean[]; property
Dtest.js107 { age: true, height: [false, false], width: [true, true] }); property
/napi_generator/test/storytest/test_class/
D@ohos.test.d.ts20 height: number; property in napitest.Image
Dtest.js169 let ret = tc.fun10({ width: 5, height: 10}); property
/napi_generator/test/storytest/test_number/
Dtest.js104 let ret = test.fun10({ age: 18, height: [20, 20], width: [18, 18] }); property
/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/ffmpegcase/render/
Degl_core.cpp247 bool EGLCore::EglContextInit(void* window, int width, int height) in EglContextInit()
546 int height = 0; in DrawBmp() local
998 void EGLCore::UpdateSize(int width, int height) in UpdateSize()
Dplugin_render.cpp194 uint64_t height; in OnSurfaceCreatedCB() local
907 uint64_t height; in OnSurfaceChanged() local
/napi_generator/test/storytest/test_string/
Dtest.js120 { age: '18', height: ['20', '20'], width: ['18', '18'] }); property