Home
last modified time | relevance | path

Searched refs:fBackgroundColor (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/viewer/
DMSKPSlide.cpp84 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()
DMSKPSlide.h44 float fBackgroundColor[4] = {0, 0, 0, 0}; variable
/third_party/skia/modules/skplaintexteditor/include/
Deditor.h90 SkColor4f fBackgroundColor = {1, 1, 1, 1}; member
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp131 options.fBackgroundColor = SkColor4f{0.8f, 0.8f, 0.8f, 1}; in onPaint()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp434 c->drawPaint(SkPaint(options.fBackgroundColor)); in paint()