Searched refs:actionScale (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.h182 void actionScale(float scaleFactor);
H A DSkDebuggerGUI.cpp111 connect(&fCanvasWidget, SIGNAL(scaleFactorChanged(float)), this, SLOT(actionScale(float)));
608 void SkDebuggerGUI::actionScale(float scaleFactor) { function in class:SkDebuggerGUI
/external/skia/debugger/QT/
H A DSkDebuggerGUI.h182 void actionScale(float scaleFactor);
H A DSkDebuggerGUI.cpp110 connect(&fCanvasWidget, SIGNAL(scaleFactorChanged(float)), this, SLOT(actionScale(float)));
569 void SkDebuggerGUI::actionScale(float scaleFactor) { function in class:SkDebuggerGUI

Completed in 113 milliseconds