Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h125 return maxY_; in GetMaxY()
149 uint32_t MaxSize = maxY_ - minY_ + 1 + CELLS_SIZE; in GetScanlineNumCells()
165 uint32_t MaxSize = maxY_ - minY_ + 1 + CELLS_SIZE; in GetScanlineCells()
237 int32_t maxY_; variable
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp31 GeometryArrayAllocator<SortedYLevel>::Deallocate(sortedY_, maxY_ - minY_ + 1 + CELLS_SIZE); in ~RasterizerCellsAntiAlias()
54 maxY_(INT32_MIN), in RasterizerCellsAntiAlias()
76 maxY_ = INT32_MIN; in Reset()
132 if (y1 > maxY_) { in OutLineLegal()
133 maxY_ = y1; in OutLineLegal()
144 if (y2 > maxY_) { in OutLineLegal()
145 maxY_ = y2; in OutLineLegal()
458 uint32_t sortedYSize = maxY_ - minY_ + 1; in SortAllCells()