Home
last modified time | relevance | path

Searched refs:leftBottomY (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_viewport.h28 RenderViewport(int leftBottomX, int leftBottomY, int width, int height) in RenderViewport() argument
29 : leftBottomX_(leftBottomX), leftBottomY_(leftBottomY), width_(width), height_(height) in RenderViewport()
33 void Set(int leftBottomX, int leftBottomY, int width, int height) in Set() argument
36 leftBottomY_ = leftBottomY; in Set()