OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentScale
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
BaseLayerAndroid.cpp
126
void BaseLayerAndroid::prefetchBasePicture(SkRect& viewport, float
currentScale
,
130
float prefetchScale =
currentScale
* PREFETCH_SCALE_MODIFIER;
186
tiledPage->setScale(zoomManager->
currentScale
());
247
zoomManager->
currentScale
(),
BaseLayerAndroid.h
69
void prefetchBasePicture(SkRect& viewport, float
currentScale
,
ZoomManager.h
53
float
currentScale
() const { return m_currentScale; }
GLWebViewState.cpp
236
TilesManager::instance()->getProfiler()->nextInval(rect, zoomManager()->
currentScale
());
295
XLOG("New VIEWPORT %.2f - %.2f %.2f - %.2f (w: %2.f h: %.2f scale: %.2f
currentScale
: %.2f futureScale: %.2f)",
298
zoomManager()->
currentScale
(), zoomManager()->futureScale());
/external/webkit/Source/WebCore/svg/
SVGSVGElement.idl
52
attribute float
currentScale
SVGSVGElement.h
81
float
currentScale
() const;
SVGSVGElement.cpp
197
float SVGSVGElement::
currentScale
() const
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
301
float
currentScale
= mScreenshotView.getScaleX();
305
new float[] {
currentScale
, 0.0f});
307
new float[] {
currentScale
, 0.0f});
339
float
currentScale
= mScreenshotView.getScaleX();
342
new float[] {
currentScale
, 1.0f});
344
new float[] {
currentScale
, 1.0f});
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp
87
return static_cast<int>(roundf(replacedWidth * svg->
currentScale
()));
98
return static_cast<int>(roundf(replacedHeight * svg->
currentScale
()));
246
float scale = svg->
currentScale
();
Completed in 1044 milliseconds