HomeSort by relevance Sort by last modified time
    Searched refs:scaleW (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImageTexture.cpp 212 float scaleW = 1.0f;
214 getImageToLayerScale(&scaleW, &scaleH);
216 m.scaleNonUniform(scaleW, scaleH);
241 void ImageTexture::getImageToLayerScale(float* scaleW, float* scaleH) const
243 if (!scaleW || !scaleH)
255 *scaleW = static_cast<float>(layerArea.width()) / static_cast<float>(m_image->width());
275 float scaleW = 1.0f;
277 getImageToLayerScale(&scaleW, &scaleH);
278 visibleContentArea.setX(visibleContentArea.x() / scaleW);
279 visibleContentArea.setWidth(visibleContentArea.width() / scaleW);
    [all...]
ImageTexture.h 98 void getImageToLayerScale(float* scaleW, float* scaleH) const;
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 64 milliseconds