Lines Matching refs:scale
430 * Sets the initla scale for the page.
432 * @param scale float: the initla scale of the page.
435 virtual void InitialScale(float scale) = 0;
494 * Gets the current scale of this NWeb.
496 * @return the current scale
1210 * @brief Set the params when the scale of WebView changed by pinch gestrue.
1212 * @param scale: the scale factor to apply. The scale will be
1221 virtual int ScaleGestureChange(double scale, double centerX, double centerY) = 0;