Searched refs:SH_ADD_BRESENHAM_LINE_RASTER_EMULATION (Results 1 – 3 of 3) sorted by relevance
45 compileOptions |= SH_ADD_BRESENHAM_LINE_RASTER_EMULATION; in compile()
888 if (compileOptions & SH_ADD_BRESENHAM_LINE_RASTER_EMULATION) in translateImpl()924 if (compileOptions & SH_ADD_BRESENHAM_LINE_RASTER_EMULATION) in translateImpl()995 if (compileOptions & SH_ADD_BRESENHAM_LINE_RASTER_EMULATION) in translateImpl()
325 const ShCompileOptions SH_ADD_BRESENHAM_LINE_RASTER_EMULATION = UINT64_C(1) << 51; variable