Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Danalyzer.cc171 class AnalyzerPanel : public wxPanel { class
195 AnalyzerPanel(wxWindow *parent, const wxString &path,
197 ~AnalyzerPanel();
214 BEGIN_EVENT_TABLE(AnalyzerPanel, wxPanel) in BEGIN_EVENT_TABLE() argument
215 EVT_PAINT(AnalyzerPanel::onPaint) in BEGIN_EVENT_TABLE()
218 AnalyzerPanel::AnalyzerPanel(wxWindow *parent, const wxString &path, in BEGIN_EVENT_TABLE()
223 AnalyzerPanel::~AnalyzerPanel() { close(); } in ~AnalyzerPanel()
225 void AnalyzerPanel::setShowPlane(bool show_plane, int mask) { in setShowPlane()
233 void AnalyzerPanel::render() { in render()
341 void AnalyzerPanel::computeBitsPerPixel() { in computeBitsPerPixel()
[all …]