Home
last modified time | relevance | path

Searched refs:OutLineLegal (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.h189 void OutLineLegal(int32_t x1, int32_t y1, int32_t x2, int32_t y2);
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp118 void RasterizerCellsAntiAlias::OutLineLegal(int32_t x1, int32_t y1, int32_t x2, int32_t y2) in OutLineLegal() function in OHOS::RasterizerCellsAntiAlias
286 OutLineLegal(ex1, ey1, ex2, ey2); in LineOperate()