HomeSort by relevance Sort by last modified time
    Searched defs:fill_paint (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.h 103 struct vg_paint *fill_paint; member in struct:vg_state
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 103 struct vg_paint *fill_paint; member in struct:vg_state
  /external/chromium_org/ui/native_theme/
native_theme_base.cc 700 SkPaint fill_paint; local
701 fill_paint.setStyle(SkPaint::kFill_Style);
702 fill_paint.setColor(text.background_color);
703 canvas->drawRect(bounds, fill_paint);
708 fill_paint.setStyle(SkPaint::kStroke_Style);
709 fill_paint.setColor(SK_ColorBLACK);
710 canvas->drawRect(bounds, fill_paint);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 132 SkPaint fill_paint; local
133 fill_paint.setColor(fill_color);
134 canvas->DrawPath(arrow, fill_paint);
    [all...]

Completed in 89 milliseconds