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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 45 * @param hScale The {@link CanvasTransform} to use to transfer horizontal layout
52 CanvasTransform hScale,
56 this.mHScale = hScale;
OutlineOverlay.java 46 * @param hScale The {@link CanvasTransform} to use to transfer horizontal layout
53 CanvasTransform hScale,
57 this.mHScale = hScale;
HoverOverlay.java 65 * @param hScale The {@link CanvasTransform} to use to transfer horizontal layout
70 public HoverOverlay(LayoutCanvas canvas, CanvasTransform hScale, CanvasTransform vScale) {
72 this.mHScale = hScale;
ImageOverlay.java 74 * @param hScale The horizontal scale information.
77 public ImageOverlay(LayoutCanvas canvas, CanvasTransform hScale, CanvasTransform vScale) {
79 this.mHScale = hScale;
GCWrapper.java 98 public GCWrapper(CanvasTransform hScale, CanvasTransform vScale) {
99 mHScale = hScale;
LayoutCanvas.java 685 double hScale = (canvasWidth - 2 * hMargin) / (double) sceneWidth;
688 double scale = Math.min(hScale, vScale);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 165 float hScale = dstRect.width() / srcRect.width();
171 CGContextTranslateCTM(context->platformContext(), dstRect.x() - srcRect.x() * hScale, dstRect.y() - srcRect.y() * vScale);
172 CGContextScaleCTM(context->platformContext(), hScale, vScale);
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 129 double hScale, vScale;
135 hScale = ( double ) width / ( double ) hRange;
139 left = ( mLeft + hRange / 2 ) * hScale;
142 areaWidth = ( mRight + hRange / 2) * hScale;
  /frameworks/base/core/java/android/widget/
AnalogClock.java 137 float hScale = 1.0f;
141 hScale = (float) widthSize / (float) mDialWidth;
148 float scale = Math.min(hScale, vScale);
  /external/v8/benchmarks/
navier-stokes.js 259 var hScale = 0.5 * height;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 263 Rational hScale;
529 measPtr->sc.hScale = scHScale(format->format,
535 (measPtr->sc.hScale
538 (double) measPtr->sc.hScale);
539 testPrintI(" HScale Best Display Frame: %s",
541 testPrintI(" HScale Best Source Crop: %s",
    [all...]

Completed in 2107 milliseconds