Home
last modified time | relevance | path

Searched refs:display_h (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp260 dstRect.h = display_h; in DrawDrawingLayer()
325 damageRect.h = display_h; in OutPutDisplay()
336 std::cout << "display width is " << display_w << ", display height is " << display_h << std::endl; in OutPutDisplay()
354 this->display_h = displayModeInfos_[i].height; in CreatePhysicalScreen()
368 std::cout << "display width is " << this->display_w << " display height is " << this->display_h << std::endl; in CreatePhysicalScreen()
371 drawingHeight = this->display_h; in CreatePhysicalScreen()
403 .height = display_h, // need display height in DoPrepareCompleted()
431 .h = display_h, in DoPrepareCompleted()
H A Drender_context_sample.cpp321 damageRect.h = display_h; in Draw()
450 this->display_h = displayModeInfos_[i].height; in CreatePhysicalScreen()
492 .height = display_h, // need display height in DoPrepareCompleted()
523 .h = display_h, in DoPrepareCompleted()
H A Ddrawing_sample_canvaskit0310.cpp88 uint32_t display_h = 960; member in HelloDrawing
302 damageRect.h = display_h; in Draw()
484 this->display_h = displayModeInfos_[i].height; in CreatePyhsicalScreen()
541 .height = display_h, // need display height in DoPrepareCompleted()
589 .h = display_h, in DoPrepareCompleted()
H A Ddrawing_engine_sample.h45 int32_t display_h = 0; member in OHOS::Rosen::DrawingEngineSample
H A Drender_context_sample.h42 uint32_t display_h = 960; member in OHOS::Rosen::RenderContextSample

Completed in 5 milliseconds