Searched refs:actionScale (Results 1 – 2 of 2) sorted by relevance
152 void actionScale(float scaleFactor);
85 connect(&fCanvasWidget, SIGNAL(scaleFactorChanged(float)), this, SLOT(actionScale(float))); in SkDebuggerGUI()243 void SkDebuggerGUI::actionScale(float scaleFactor) { in actionScale() function in SkDebuggerGUI