Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h149 uint32_t MaxSize = maxY_ - minY_ + 1 + CELLS_SIZE; in GetScanlineNumCells() local
150 if ((yLevel - minY_) > MaxSize) { in GetScanlineNumCells()
165 uint32_t MaxSize = maxY_ - minY_ + 1 + CELLS_SIZE; in GetScanlineCells() local
166 if ((yLevel - minY_) > MaxSize) { in GetScanlineCells()