Home
last modified time | relevance | path

Searched refs:m_scale (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEDisplacementMap.cpp42 , m_scale(scale) in FEDisplacementMap()
80 return m_scale; in scale()
85 if (m_scale == scale) in setScale()
87 m_scale = scale; in setScale()
119 float scaleX = filter->applyHorizontalScale(m_scale / 255); in apply()
120 float scaleY = filter->applyVerticalScale(m_scale / 255); in apply()
121 float scaleAdjustmentX = filter->applyHorizontalScale(0.5f - 0.5f * m_scale); in apply()
122 float scaleAdjustmentY = filter->applyVerticalScale(0.5f - 0.5f * m_scale); in apply()
173 ts << " scale=\"" << m_scale << "\" " in externalRepresentation()
DFEDisplacementMap.h65 float m_scale; variable
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceBacking.cpp46 , m_scale(-1) in SurfaceBacking()
83 if (m_scale == -1) { in prepareGL()
84 m_scale = scale; in prepareGL()
105 this, scale, m_scale, m_futureScale, m_zooming, in prepareGL()
122 m_scale = m_futureScale; in prepareGL()
135 m_frontTileGrid->prepareGL(state, m_scale, in prepareGL()
141 float lowResPrefetchScale = m_scale * LOW_RES_PREFETCH_SCALE_MODIFIER; in prepareGL()
DTileGrid.cpp49 , m_scale(1) in TileGrid()
160 if (scale != m_scale) in prepareGL()
161 tilesManager->removeOperationsForFilter(new ScaleFilter(painter, m_scale)); in prepareGL()
163 m_scale = scale; in prepareGL()
237 tile->setContents(x, y, m_scale, isExpandPrefetch); in prepareTile()
252 ALOGV("painting TG %p's tile %d %d for LG %p, scale %f", this, x, y, painter, m_scale); in prepareTile()
308 m_area = computeTilesArea(visibleContentArea, m_scale); in drawGL()
312 float invScale = 1.0 / m_scale; in drawGL()
328 TilesManager::instance()->shader()->usePointSampling(m_scale, transform); in drawGL()
348 tile->scale(), m_scale, tile->isTileReady(), tile->isDirty()); in drawGL()
[all …]
DTile.cpp56 , m_scale(1) in Tile()
88 || (m_scale != scale)) { in setContents()
96 m_scale = scale; in setContents()
169 m_scale, dirtyRect, realTileRect)) { in markAsDirty()
227 if (m_x < 0 || m_y < 0 || m_scale != scale) in drawGL()
306 float scale = m_scale; in paintBitmap()
353 if (m_scale != scale) in paintBitmap()
DPaintTileOperation.h65 , m_scale(scale) {} in ScaleFilter()
69 return ((op->painter() == m_painter) && (op->scale() != m_scale)); in check()
73 float m_scale; variable
DSurfaceBacking.h63 return !m_zooming && m_frontTileGrid->isReady() && m_scale > 0; in isReady()
94 float m_scale; variable
DTile.h123 float scale() const { return m_scale; } in scale()
156 float m_scale; variable
DTileGrid.h87 float m_scale; variable
/external/webkit/Source/WebCore/history/android/
DAndroidWebHistoryBridge.h38 : m_scale(0) in AndroidWebHistoryBridge()
45 void setScale(float s) { m_scale = s; } in setScale()
47 float scale() const { return m_scale; } in scale()
54 float m_scale;
/external/freetype/src/autofit/
Daftypes.h319 m_init, m_scale, m_done, h_init, h_apply ) \ argument
329 m_scale, \
343 m_init, m_scale, m_done, h_init, h_apply ) \ argument
353 ac->script_metrics_scale = m_scale; \
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java141 final double n_scaled = (double) n / m_scale; in format()
169 return ((double) n) * IItem.PRECISION >= ((double) d) * m_scale * criterion; in passes()
202 m_scale = scale; in FractionAttribute()
222 private final int m_scale; field in IItemAttribute.Factory.FractionAttribute
/external/webkit/Source/WebCore/platform/graphics/android/
DGLWebViewState.h198 float scale() { return m_scale; } in scale()
243 float m_scale; variable
DGLWebViewState.cpp72 , m_scale(1) in GLWebViewState()
145 && (m_scale == scale)) { in setVisibleContentRect()
150 m_scale = scale; in setVisibleContentRect()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp74 m_scale(1), in LayerAndroid()
104 m_scale(layer.m_scale), in LayerAndroid()
433 float desiredContentX = round(m_drawTransform.m41() * m_scale) / m_scale; in updateLocalTransformAndClip()
434 float desiredContentY = round(m_drawTransform.m42() * m_scale) / m_scale; in updateLocalTransformAndClip()
469 m_scale = scale; in updateGLPositionsAndScale()
536 if (!m_content || !m_scale) in canUpdateWithBlit()
546 screenArea.scale(1 / m_scale); in canUpdateWithBlit()
DLayerAndroid.h152 float getScale() { return m_scale; } in getScale()
382 float m_scale; variable
/external/webkit/Source/WebCore/tests/
DTreeManager_test.cpp115 double m_scale; member in WebCore::TreeManagerTest
139 return manager.drawGL(0, m_iRect, m_sRect, m_scale, false, swappedPtr, 0); in drawGL()
145 m_scale = 1.0; in SetUp()
/external/webkit/Source/WebCore/svg/
DSVGSVGElement.cpp73 , m_scale(1) in DEFINE_ANIMATED_LENGTH()
202 return m_scale; in currentScale()
215 m_scale = scale; in setCurrentScale()
DSVGSVGElement.h173 float m_scale; variable
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h519 float scale() const { return m_scale; } in scale()
520 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; } in textWrapScale()
776 float m_scale; variable
DWebViewCore.cpp435 , m_scale(1.0f) in WebViewCore()
771 scaleTemp.scale(m_scale); in createPrerenderCanvas()
774 scaledArea.scale(m_scale); in createPrerenderCanvas()
792 enclosingDocArea.scale(1 / m_scale); in createPrerenderCanvas()
801 bitmapCanvas->scale(m_scale, m_scale); in createPrerenderCanvas()
1144 m_scale = scale; in setSizeScreenWidthAndScale()
2105 (*iter)->setVisibleScreen(visibleRect, m_scale); in notifyPluginsOnFrameLoad()
2135 (*iter)->setVisibleScreen(visibleRect, m_scale); in sendPluginVisibleScreen()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsOperation.h208 Scale(const FloatSize& size) : m_scale(size) {}
210 context->scale(m_scale);
215 FloatSize m_scale;
/external/webkit/Source/WebCore/
DChangeLog-2010-01-294959 (WebCore::SVGSVGElement::SVGSVGElement): Initialize m_scale.
4961 return the frame’s zoom factor. Otherwise, return m_scale.
4963 set the frame’s zoom factor. Otherwise, set m_scale and mark for layout.
4964 * svg/SVGSVGElement.h: Added m_scale member.