Home
last modified time | relevance | path

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

/napi_generator/test/storytest/test_class/
D@ohos.test.d.ts19 width: number; property in napitest.Image
Dtest.js169 let ret = tc.fun10({ width: 5, height: 10}); property
/napi_generator/test/storytest/test_bool/
D@ohos.test.d.ts21 width: Array<boolean>; property
Dtest.js107 { age: true, height: [false, false], width: [true, true] }); 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()
551 int width = 0; in DrawBmp() local
1006 void EGLCore::UpdateSize(int width, int height) in UpdateSize()
Dplugin_render.cpp193 uint64_t width; in OnSurfaceCreatedCB() local
906 uint64_t width; in OnSurfaceChanged() local
/napi_generator/test/storytest/test_string/
Dtest.js120 { age: '18', height: ['20', '20'], width: ['18', '18'] }); property