Home
last modified time | relevance | path

Searched defs:width (Results 1 - 15 of 15) sorted by relevance

/ide/tools/previewer/test/mock/graphic/
H A DMockGlfwRenderContext.cpp34 int GlfwRenderContext::CreateGlfwWindow(int32_t width, int32_t height, bool visible) in CreateGlfwWindow() argument
55 void GlfwRenderContext::SetWindowSize(int32_t width, int32_t height) {} in SetWindowSize() argument
/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreenImpl.cpp40 Callback(const void* data, const size_t length, const int32_t width, const int32_t height, const uint64_t timeStamp) Callback() argument
H A DMockVirtualScreen.cpp142 void VirtualScreen::SetCurrentResolution(int32_t width, int32_t height) in SetCurrentResolution() argument
/ide/tools/previewer/test/unittest/mock_lite/
H A DVirtualScreenImplTest.cpp65 int32_t width = 100; in TEST_F() local
94 int32_t width = 100; TEST_F() local
130 int32_t width = 100; TEST_F() local
[all...]
/ide/tools/previewer/util/
H A DTimeTool.cpp65 std::string TimeTool::FixedTime(int32_t time, int32_t width) in FixedTime() argument
/ide/tools/previewer/jsapp/
H A DJsApp.h43 uint32_t width; member
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h156 int32_t width = 0; member in OHOS::JsAppImpl
/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp159 void VirtualScreenImpl::Send(unsigned char* data, int32_t width, int32_t height) in Send() argument
/ide/tools/previewer/test/mock/arkui/
H A DMockAceAbility.cpp67 SurfaceChanged( const DeviceOrientation& orientation, const double& resolution, int32_t& width, int32_t& height, WindowSizeChangeReason type) SurfaceChanged() argument
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.cpp141 bool VirtualScreenImpl::LoadDocCallback(const void* data, const size_t length, const int32_t width, in LoadDocCallback() argument
382 uint16_t width = static_cast<uint16_t>(retWidth); in SendPixmap() local
181 Callback(const void* data, const size_t length, const int32_t width, const int32_t height, const uint64_t timeStamp) Callback() argument
/ide/tools/previewer/test/mock_lite/ui_lite/
H A DMockSoftEngine.cpp24 DrawLine(BufferInfo& dst, const Point& start, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawLine() argument
30 DrawCubicBezier(BufferInfo& dst, const Point& start, const Point& control1, const Point& control2, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawCubicBezier() argument
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp139 int32_t width = 222; in TEST_F() local
167 int32_t width = 111; in TEST_F() local
294 int width = 200; in TEST_F() local
301 EXPECT_EQ(JsAppImpl::GetInstance().aceRunArgs.deviceWidth, width); in TEST_F() local
319 EXPECT_NE(JsAppImpl::GetInstance().aceRunArgs.deviceWidth, width); TEST_F() local
414 int width = 100; TEST_F() local
599 int width = 300; TEST_F() local
657 int width = 666; TEST_F() local
668 EXPECT_EQ(JsAppImpl::GetInstance().aceRunArgs.deviceWidth, width); TEST_F() local
[all...]
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp83 int32_t width = 100; in TEST_F() local
104 int32_t width = 100; in TEST_F() local
111 int32_t width = 100; in TEST_F() local
118 int32_t width in TEST_F() local
134 int width = 1111; TEST_F() local
170 int32_t width = 1080; TEST_F() local
185 int32_t width = 1080; TEST_F() local
203 int32_t width = 200; TEST_F() local
395 int width = 1000; TEST_F() local
403 int width = 1080; TEST_F() local
426 int width = 100; TEST_F() local
472 int width = 100; TEST_F() local
510 int width = 200; TEST_F() local
[all...]
/ide/tools/previewer/mock/
H A DVirtualScreen.cpp207 int VirtualScreen::GetJpgQualityValue(int32_t width, int32_t height) const in GetJpgQualityValue() argument
292 void VirtualScreen::RgbToJpg(unsigned char* data, const int32_t width, const int32_t height) in RgbToJpg() argument
355 void VirtualScreen::SetCurrentResolution(int32_t width, int32_t height) in SetCurrentResolution() argument
[all...]
/ide/tools/previewer/cli/
H A DCommandLine.cpp482 int32_t width = args["width"].AsInt(); in RunSet() local
622 int width in IsIntValValid() local
1515 int32_t width = args["width"].AsInt(); RunSet() local
[all...]

Completed in 13 milliseconds