Home
last modified time | relevance | path

Searched refs:r1 (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/display/interfaces/include/
H A Ddisplay_vgu.h305 VGUScalar r1; /* < Radius of the outer circle */ member
716 * @param r1 Indicates the radius of the inner circle.
724 VGUResult VGUGradientRadial(VGUGradient *gradient, const VGUPoint *p1, VGUScalar r1, const VGUPoint *p2, VGUScalar r2);
/drivers/peripheral/display/test/unittest/lite/
H A Dloadbmp_test.c43 uint8_t r1; in OsdMakeColorU16() local
49 r1 = g1 = b1 = 0; in OsdMakeColorU16()
50 r1 = r >> (EIGHT_BITS_PER_PIXEL - compinfo.rLen); in OsdMakeColorU16()
59 pixel |= (r1 | (g1 << compinfo.bLen) | (b1 << (compinfo.bLen + compinfo.gLen))); in OsdMakeColorU16()

Completed in 4 milliseconds