Searched defs:maxZoomScale (Results 1 – 8 of 8) sorted by relevance
44 virtual float maxZoomScale() { return m_maxZoomScale; } in maxZoomScale() function
63 virtual float maxZoomScale() { return 1e6; } in maxZoomScale() function
57 float PictureLayerContent::maxZoomScale() in maxZoomScale() function in WebCore::PictureLayerContent
217 float LayerAndroid::maxZoomScale() const in maxZoomScale() function in WebCore::LayerAndroid
74 float maxZoomScale; variable
282 float PicturePile::maxZoomScale() const in maxZoomScale() function in WebCore::PicturePile284 float maxZoomScale = 1; in maxZoomScale() local
150 float maxZoomScale() { return m_maxZoomScale; } in maxZoomScale() function
67 void SurfaceBacking::prepareGL(GLWebViewState* state, float maxZoomScale, in prepareGL()