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.h
76
void prefetchBasePicture(SkRect& viewport, float
currentScale
,
ZoomManager.h
53
float
currentScale
() const { return m_currentScale; }
BaseLayerAndroid.cpp
115
void BaseLayerAndroid::prefetchBasePicture(SkRect& viewport, float
currentScale
,
119
float prefetchScale =
currentScale
* PREFETCH_SCALE_MODIFIER;
185
m_state->zoomManager()->
currentScale
());
188
m_state->zoomManager()->
currentScale
());
237
tiledPage->setScale(zoomManager->
currentScale
());
GLWebViewState.cpp
195
TilesManager::instance()->getProfiler()->nextInval(rect, zoomManager()->
currentScale
());
249
XLOG("New VIEWPORT %.2f - %.2f %.2f - %.2f (w: %2.f h: %.2f scale: %.2f
currentScale
: %.2f futureScale: %.2f)",
252
zoomManager()->
currentScale
(), zoomManager()->futureScale());
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
278
float
currentScale
= mScreenshotView.getScaleX();
282
new float[] {
currentScale
, 0.0f});
284
new float[] {
currentScale
, 0.0f});
316
float
currentScale
= mScreenshotView.getScaleX();
319
new float[] {
currentScale
, 1.0f});
321
new float[] {
currentScale
, 1.0f});
/external/webkit/Source/WebCore/svg/
SVGSVGElement.idl
52
attribute float
currentScale
SVGSVGElement.h
81
float
currentScale
() const;
SVGSVGElement.cpp
197
float SVGSVGElement::
currentScale
() const
/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 944 milliseconds