Home
last modified time | relevance | path

Searched defs:maxZoomScale (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DPicturePileLayerContent.h44 virtual float maxZoomScale() { return m_maxZoomScale; } in maxZoomScale() function
DPictureLayerContent.h63 virtual float maxZoomScale() { return 1e6; } in maxZoomScale() function
DPictureLayerContent.cpp57 float PictureLayerContent::maxZoomScale() in maxZoomScale() function in WebCore::PictureLayerContent
DLayerAndroid.cpp217 float LayerAndroid::maxZoomScale() const in maxZoomScale() function in WebCore::LayerAndroid
/external/webkit/Source/WebKit/android/jni/
DPicturePile.h74 float maxZoomScale; variable
DPicturePile.cpp282 float PicturePile::maxZoomScale() const in maxZoomScale() function in WebCore::PicturePile
284 float maxZoomScale = 1; in maxZoomScale() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.h150 float maxZoomScale() { return m_maxZoomScale; } in maxZoomScale() function
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceBacking.cpp67 void SurfaceBacking::prepareGL(GLWebViewState* state, float maxZoomScale, in prepareGL()