Home
last modified time | relevance | path

Searched refs:oneCells (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.h277 inline void SwapCells(T* oneCells, T* twoCells) in SwapCells() argument
279 T tempCells = *oneCells; in SwapCells()
280 *oneCells = *twoCells; in SwapCells()