Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp58 currCell_.Initial(); in RasterizerCellsAntiAlias()
70 currCell_.Initial(); in Reset()
86 bool areaCoverFlags = currCell_.area | currCell_.cover; in AddCurrentCell()
111 currCell_.x = x; in SetCurrentCell()
112 currCell_.y = y; in SetCurrentCell()
113 currCell_.cover = 0; in SetCurrentCell()
114 currCell_.area = 0; in SetCurrentCell()
209 currCell_.cover += delta; in RenderHorizonline()
238 currCell_.cover += delta; in RenderHorizonline()
448 currCell_.cover = 0; in SortAllCells()
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h232 CellBuildAntiAlias currCell_; variable