Searched refs:FillColor (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | screen_test.c | 32 FillColor(255, 0, 0, 255, 0, 0, w1, h1); /*red*/ in screen_change() 36 FillColor(0, 255, 0, 255, 0, 0, w1, h1); /*green*/ in screen_change() 40 FillColor(0, 0, 255, 255, 0, 0, w1, h1); /*blue*/ in screen_change() 44 FillColor(0, 0, 0, 255, 0, 0, w1, h1); /*black*/ in screen_change() 48 FillColor(255, 255, 255, 255, 0, 0, w1, h1);/*white*/ in screen_change() 168 FillColor(255, 0, 0, 255, x, y, w/3, h); in screen_test() 169 FillColor(0, 255, 0, 255, x+w/3, y, w/3, h); in screen_test() 170 FillColor(0, 0, 255, 255, x+(2*w)/3, y, w/3, h); in screen_test()
|
| H A D | common.h | 132 void FillColor(int r,int g,int b,int a,int left,int top,int width,int height);
|
| H A D | screen_ui.h | 59 void FillColor(int r,int g,int b,int a,int left,int top,int width,int height);
|
| H A D | ui.c | 940 void FillColor(int r,int g,int b,int a,int left,int top,int width,int height) in FillColor() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | fill_layer_properties.hpp | 23 struct FillColor : DataDrivenPaintProperty<Color, attributes::a_color, uniforms::u_color> { struct 46 FillColor,
|
| H A D | fill_layer.cpp | 158 return impl().paint.template get<FillColor>().value; in getFillColor() 165 impl_->paint.template get<FillColor>().value = value; in setFillColor() 172 impl_->paint.template get<FillColor>().options = options; in setFillColorTransition() 177 return impl().paint.template get<FillColor>().options; in getFillColorTransition()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_fill_layer.cpp | 39 evaluated.get<style::FillOutlineColor>() = evaluated.get<style::FillColor>(); in evaluate() 49 || evaluated.get<style::FillColor>().constantOr(Color()).a < 1.0f in evaluate() 116 if ((evaluated.get<FillColor>().constantOr(Color()).a >= 1.0f in render()
|