HomeSort by relevance Sort by last modified time
    Searched full:hscale (Results 1 - 10 of 10) sorted by null

  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 50 int HScale;
300 * unsigned int hscale : Horizontal scale factor numerator.
329 unsigned int hscale,
347 if (hscale == 2 && hratio == 1)
363 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
383 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
395 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
429 * unsigned int hscale : Horizontal scale factor numerator.
451 unsigned int hscale,
459 int dw = (hscale - 1 + src->y_width * hratio) / hscale
    [all...]
  /external/libvpx/vpx_scale/generic/
vpxscale.c 63 int HScale;
318 * unsigned int hscale : Horizontal scale factor numerator.
348 unsigned int hscale,
390 switch (hratio * 10 / hscale)
505 if (hscale == 2 && hratio == 1)
521 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
541 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
553 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
587 * unsigned int hscale : Horizontal scale factor numerator.
609 unsigned int hscale,
    [all...]
  /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);
  /external/libvpx/vpx_scale/
vpxscale.h 83 int HScale,
94 unsigned int hscale,
  /frameworks/base/services/surfaceflinger/
TextureManager.h 57 GLfloat hScale;
TextureManager.cpp 231 texture->hScale = float(t.height) / texture->potHeight;
LayerBase.cpp 398 const GLfloat vs = (texture.NPOTAdjust ? texture.hScale : 1.0f) / height;
407 cb = (texture.NPOTAdjust ? texture.hScale : 1.0f);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 74 public GCWrapper(ICanvasTransform hScale, ICanvasTransform vScale) {
75 mHScale = hScale;
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c     [all...]

Completed in 302 milliseconds