Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx433 int16_t ddF_y = -2 * radius; in drawCircle() local
447 ddF_y += 2; in drawCircle()
448 f += ddF_y; in drawCircle()
469 int16_t ddF_y = -2 * radius; in drawRoundCorners() local
476 ddF_y += 2; in drawRoundCorners()
477 f += ddF_y; in drawRoundCorners()
510 int16_t ddF_y = -2 * radius; in drawRoundedCornersFilled() local
517 ddF_y += 2; in drawRoundedCornersFilled()
518 f += ddF_y; in drawRoundedCornersFilled()
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.cxx125 int16_t ddF_y = -2 * r; in drawCircle() local
137 ddF_y += 2; in drawCircle()
138 f += ddF_y; in drawCircle()