Searched refs:Target (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 125 … `Debugger` tab select the ``J-Link ARM`` as `Debug hardware` and the proper IC as `Target Device`: 187 as `Debug hardware` and ``R5F572NN`` as `Target Device`:
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 319 static void ClampColor(FLOATVECTOR4 Source, FLOATVECTOR4 Target, uint8_t Premultiplied); 2722 static void ClampColor(FLOATVECTOR4 Source, FLOATVECTOR4 Target, uint8_t Premultiplied) in ClampColor() argument 2726 Target[3] = CLAMP(Source[3], 0.0f, 1.0f); in ClampColor() 2729 colorMax = Premultiplied ? Target[3] : 1.0f; in ClampColor() 2732 Target[0] = CLAMP(Source[0], 0.0f, colorMax); in ClampColor() 2733 Target[1] = CLAMP(Source[1], 0.0f, colorMax); in ClampColor() 2734 Target[2] = CLAMP(Source[2], 0.0f, colorMax); in ClampColor()
|