Home
last modified time | relevance | path

Searched refs:set_style (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.cc254 data_set->set_style(webrtc::analytics::ChartStyle::BAR_CHART); in ExportProtobuf()
256 data_set->set_style(webrtc::analytics::ChartStyle::LINE_CHART); in ExportProtobuf()
258 data_set->set_style(webrtc::analytics::ChartStyle::LINE_STEP_CHART); in ExportProtobuf()
260 data_set->set_style(webrtc::analytics::ChartStyle::SCATTER_CHART); in ExportProtobuf()
262 data_set->set_style(webrtc::analytics::ChartStyle::UNDEFINED); in ExportProtobuf()
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_parenmatch.py56 pm.set_style('expression')
79 pm.set_style('default')
/external/python/cpython2/Lib/idlelib/
DParenMatch.py69 self.set_style(self.STYLE)
83 def set_style(self, style): member in ParenMatch
/external/llvm-project/clang/utils/analyzer/
DSATestBenchmark.py142 sns.set_style("whitegrid")
/external/skia/src/pdf/
DSkPDFDevice.cpp197 static void set_style(SkTCopyOnFirstWrite<SkPaint>* paint, SkPaint::Style style) { in set_style() function
410 set_style(&paint, SkPaint::kStroke_Style); in drawPoints()
426 set_style(&paint, SkPaint::kFill_Style); in drawPoints()
587 set_style(&paint, SkPaint::kFill_Style); in internalDrawPath()
589 set_style(&paint, SkPaint::kStroke_Style); in internalDrawPath()
/external/skia/src/ports/
DSkFontMgr_fuchsia.cpp402 query.set_style(SkToFuchsiaStyle(style)); in FetchTypeface()
/external/pdfium/fxjs/
Dcjs_field.h268 CJS_Result set_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_field.cpp1911 CJS_Result CJS_Field::set_style(CJS_Runtime* pRuntime, in set_style() function in CJS_Field