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

  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 158 float hScale = dstRect.width() / srcRect.width();
164 CGContextTranslateCTM(context->platformContext(), dstRect.x() - srcRect.x() * hScale, dstRect.y() - srcRect.y() * vScale);
165 CGContextScaleCTM(context->platformContext(), hScale, vScale);
  /frameworks/base/core/java/android/widget/
AnalogClock.java 136 float hScale = 1.0f;
140 hScale = (float) widthSize / (float) mDialWidth;
147 float scale = Math.min(hScale, vScale);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 75 public GCWrapper(ScaleTransform hScale, ScaleTransform vScale) {
76 mHScale = hScale;
  /frameworks/base/libs/surfaceflinger/
LayerBase.h 256 GLfloat hScale;
LayerBase.cpp 469 glScalef(texture.wScale, texture.hScale, 1.0f);
564 texture->hScale = float(t.height) / texture->potHeight;

Completed in 1179 milliseconds