OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawCommandGeometryWidget
(Results
1 - 2
of
2
) sorted by null
/external/skia/debugger/QT/
SkDrawCommandGeometryWidget.h
17
class
SkDrawCommandGeometryWidget
: public QFrame {
21
SkDrawCommandGeometryWidget
(SkDebugger* debugger);
SkDrawCommandGeometryWidget.cpp
12
#include "
SkDrawCommandGeometryWidget
.h"
14
SkDrawCommandGeometryWidget
::
SkDrawCommandGeometryWidget
(SkDebugger *debugger)
21
void
SkDrawCommandGeometryWidget
::resizeEvent(QResizeEvent* event) {
34
void
SkDrawCommandGeometryWidget
::paintEvent(QPaintEvent* event) {
70
void
SkDrawCommandGeometryWidget
::setDrawCommandIndex(int commandIndex) {
75
void
SkDrawCommandGeometryWidget
::updateImage() {
Completed in 184 milliseconds