Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp322 width = (width / PIXEL_LINE_ALIGNMENT + 1) * PIXEL_LINE_ALIGNMENT; in DrawYUVColor()
H A Dlayer_context.h42 static constexpr uint32_t PIXEL_LINE_ALIGNMENT = 32; variable