Searched defs:strokeColor (Results 1 – 4 of 4) sorted by relevance
268 void strokeColor(uint8_t r, uint8_t g, uint8_t b, uint8_t a) in strokeColor() function
338 Result Shape::strokeColor(uint8_t* r, uint8_t* g, uint8_t* b, uint8_t* a) const noexcept in strokeColor() function in Shape
224 bool strokeColor(uint8_t* r, uint8_t* g, uint8_t* b, uint8_t* a) const in strokeColor() function
1095 auto strokeColor = (*s)->style.strokeColor(frameNo); in updateText() local