Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDebuggerGUI.h152 void actionScale(float scaleFactor);
DSkDebuggerGUI.cpp85 connect(&fCanvasWidget, SIGNAL(scaleFactorChanged(float)), this, SLOT(actionScale(float))); in SkDebuggerGUI()
243 void SkDebuggerGUI::actionScale(float scaleFactor) { in actionScale() function in SkDebuggerGUI