Searched refs:fBackgroundColor (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/tools/viewer/ |
D | MSKPSlide.cpp | 84 ImGui::ColorPicker4("background", fBackgroundColor, ImGuiColorEditFlags_AlphaBar); in draw() 86 for (float& component : fBackgroundColor) { in draw() 123 canvas->clear(SkColor4f{fBackgroundColor[0], in draw() 124 fBackgroundColor[1], in draw() 125 fBackgroundColor[2], in draw() 126 fBackgroundColor[3]}); in draw() 134 canvas->clear(SkColor4f{fBackgroundColor[0], in draw() 135 fBackgroundColor[1], in draw() 136 fBackgroundColor[2], in draw() 137 fBackgroundColor[3]}); in draw()
|
D | MSKPSlide.h | 44 float fBackgroundColor[4] = {0, 0, 0, 0}; variable
|
/third_party/skia/modules/skplaintexteditor/include/ |
D | editor.h | 90 SkColor4f fBackgroundColor = {1, 1, 1, 1}; member
|
/third_party/skia/modules/skplaintexteditor/app/ |
D | editor_application.cpp | 131 options.fBackgroundColor = SkColor4f{0.8f, 0.8f, 0.8f, 1}; in onPaint()
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | editor.cpp | 434 c->drawPaint(SkPaint(options.fBackgroundColor)); in paint()
|