OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawCommandGeometryWidget
(Results
1 - 3
of
3
) 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() {
SkDebuggerGUI.h
20
#include "
SkDrawCommandGeometryWidget
.h"
287
SkDrawCommandGeometryWidget
fDrawCommandGeometryWidget;
Completed in 55 milliseconds