/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | BaseLayerAndroid.cpp | 244 LayerQuad, &matrix, &imageRect, getOpacity(), in drawSimpleQuad() 270 imageTexture->drawGL(this, getOpacity(), &p); in drawRepeatedGrid() 326 imageTexture->drawGL(this, getOpacity()); in drawGL()
|
D | Layer.cpp | 176 this, opacity * getOpacity(), m_size.width(), m_size.height(), in draw() 180 opacity = SkScalarMul(opacity, getOpacity()); in draw()
|
D | Layer.h | 49 SkScalar getOpacity() const { return m_opacity; } in getOpacity() function
|
D | LayerAndroid.cpp | 471 opacity *= getOpacity(); in updateGLPositionsAndScale() 881 imageTexture->drawGL(this, getOpacity()); in drawGL() 1017 dumper->writeFloatVal("opacity", getOpacity()); in dumpLayer()
|
/external/skia/src/utils/ |
D | SkLayer.cpp | 186 this, opacity * this->getOpacity(), m_size.width(), m_size.height(), in draw() 190 opacity = SkScalarMul(opacity, this->getOpacity()); in draw()
|
/external/skia/legacy/src/utils/ |
D | SkLayer.cpp | 184 this, opacity * this->getOpacity(), m_size.width(), m_size.height(), in draw() 188 opacity = SkScalarMul(opacity, this->getOpacity()); in draw()
|
/external/skia/legacy/include/utils/ |
D | SkLayer.h | 31 SkScalar getOpacity() const { return m_opacity; } in getOpacity() function
|
/external/skia/include/utils/ |
D | SkLayer.h | 33 SkScalar getOpacity() const { return m_opacity; } in getOpacity() function
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TabSpecTest.java | 113 public int getOpacity() { in getOpacity() method in TabSpecTest.TestIcon
|
D | DrawableTest.java | 171 public int getOpacity() { in getOpacity() method in DrawableTest.TestDrawable
|
/external/webkit/Source/WebKit/android/jni/ |
D | ViewStateSerializer.cpp | 354 stream->writeScalar(layer->getOpacity()); in serializeLayer()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 2162 getOpacity: function(){ method
|
D | prototype-1.6.0.3.js | 1912 getOpacity: function(element) { method
|
D | concat-jquery-mootools-prototype.js | 6538 getOpacity: function(){ method 10291 getOpacity: function(element) { method
|