HomeSort by relevance Sort by last modified time
    Searched defs:m_scale (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/history/android/
AndroidWebHistoryBridge.h 38 : m_scale(0)
45 void setScale(float s) { m_scale = s; }
47 float scale() const { return m_scale; }
54 float m_scale; member in class:WebCore::AndroidWebHistoryBridge
  /external/webkit/Source/WebCore/platform/graphics/android/
PaintTileOperation.h 59 , m_scale(scale) {}
64 if ((op->painter() == m_painter) && (op->scale() != m_scale))
71 float m_scale; member in class:WebCore::ScaleFilter
PaintedSurface.h 77 float scale() { return m_scale; }
85 float m_scale; member in class:WebCore::PaintedSurface
BaseTileTexture.h 47 , m_scale(0)
57 float m_scale; member in class:WebCore::TextureTileInfo
TiledPage.h 91 float scale() const { return m_scale; }
94 void setScale(float scale) { m_scale = scale; m_invScale = 1 / scale; }
115 float m_scale; member in class:WebCore::TiledPage
TiledTexture.h 49 , m_scale(1)
80 float scale() { return m_scale; }
104 float m_scale; member in class:WebCore::TiledTexture
141 float m_scale; member in class:WebCore::DualTiledTexture
BaseTile.h 119 float scale() const { return m_scale; }
158 float m_scale; member in class:WebCore::BaseTile
GLWebViewState.h 239 float scale() { return m_scale; }
289 float m_scale; member in class:WebCore::GLWebViewState
LayerAndroid.h 151 float getScale() { return m_scale; }
398 float m_scale; member in class:WebCore::LayerAndroid
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDisplacementMap.h 65 float m_scale; member in class:WebCore::FEDisplacementMap
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 173 float m_scale; member in class:WebCore::SVGSVGElement
  /external/webkit/Source/WebCore/tests/
TreeManager_test.cpp 115 double m_scale; member in class:WebCore::TreeManagerTest
139 return manager.drawGL(0, m_iRect, m_sRect, m_scale, false, swappedPtr, 0);
145 m_scale = 1.0;
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 141 final double n_scaled = (double) n / m_scale;
169 return ((double) n) * IItem.PRECISION >= ((double) d) * m_scale * criterion;
202 m_scale = scale;
222 private final int m_scale; field in class:IItemAttribute.Factory.FractionAttribute
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 535 float scale() const { return m_scale; }
536 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; }
682 float m_scale; member in class:android::WebViewCore
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 303 double m_scale; member in class:db_FrameToReferenceRegistration
  /frameworks/base/include/private/opengles/
gl_context.h 568 uint8_t m_scale; member in struct:android::gl::compute_iterators_t
  /hardware/ti/omap4xxx/hwc/
hwc.c 503 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to) function
512 m_scale(m, 1, -1, 1, -1);
572 m_scale(ext->m, 1, -1, 1, 1);
585 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 371 milliseconds