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

  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 159 float vScale = dstRect.height() / srcRect.height();
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 137 float vScale = 1.0f;
144 vScale = (float )heightSize / (float) mDialHeight;
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) {
77 mVScale = vScale;

Completed in 175 milliseconds