Home
last modified time | relevance | path

Searched refs:kHighlight (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc215 TimeSeries time_series(rtcp_name, LineStyle::kNone, PointStyle::kHighlight); in CreateRtcpTypeTimeSeries()
688 LineStyle::kLine, PointStyle::kHighlight); in CreateIncomingPacketLossGraph()
801 PointStyle::kHighlight); in CreateFractionLossGraph()
970 PointStyle::kHighlight); in CreateTotalOutgoingBitrateGraph()
978 PointStyle::kHighlight); in CreateTotalOutgoingBitrateGraph()
986 PointStyle::kHighlight); in CreateTotalOutgoingBitrateGraph()
1136 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1138 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1140 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1142 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
[all …]
Danalyze_audio.cc32 PointStyle::kHighlight); in CreateAudioEncoderTargetBitrateGraph()
57 PointStyle::kHighlight); in CreateAudioEncoderFrameLengthGraph()
82 LineStyle::kLine, PointStyle::kHighlight); in CreateAudioEncoderPacketLossGraph()
108 PointStyle::kHighlight); in CreateAudioEncoderEnableFecGraph()
133 PointStyle::kHighlight); in CreateAudioEncoderEnableDtxGraph()
158 PointStyle::kHighlight); in CreateAudioEncoderNumChannelsGraph()
400 PointStyle::kHighlight); in CreateAudioJitterBufferGraph()
Dplot_base.cc134 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
141 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
160 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
265 if (series_list_[i].point_style == PointStyle::kHighlight) in ExportProtobuf()
Dplot_base.h36 kHighlight // Draw circles or dots to highlight the points. in RTC_POP_IGNORING_WUNDEF() enumerator
/external/pdfium/xfa/fxfa/
Dcxfa_rendercontext.cpp29 m_pWidget->RenderWidget(gs, m_matrix, CXFA_FFWidget::kHighlight); in DoRender()
Dcxfa_ffwidget.h71 enum HighlightOption { kNoHighlight = 0, kHighlight }; enumerator
Dcxfa_ffwidgethandler.cpp203 bHighlight ? CXFA_FFWidget::kHighlight : CXFA_FFWidget::kNoHighlight); in RenderWidget()