HomeSort by relevance Sort by last modified time
    Searched refs:sy (Results 201 - 225 of 483) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 445 public void scale(float sx, float sy) {
448 layer.getGraphics().scale(sx, sy);
454 mTransform.scale(sx, sy);
  /external/libvorbis/lib/
floor1.c 367 int sy=(dy<0?base-1:base+1); local
383 y+=sy;
396 int sy=(dy<0?base-1:base+1); local
412 y+=sy;
538 int sy=(dy<0?base-1:base+1); local
560 y+=sy;
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 386 public void skew(float sx, float sy) {
387 nSkew(mRenderer, sx, sy);
390 private static native void nSkew(long renderer, float sx, float sy);
400 public void scale(float sx, float sy) {
401 nScale(mRenderer, sx, sy);
404 private static native void nScale(long renderer, float sx, float sy);
    [all...]
  /bootable/recovery/minui/
graphics.c 230 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) {
243 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes;
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 65 static void Scale(const float* in, float* out, float sx, float sy, float sz) {
69 out[j] = in[j] * sy;
  /external/chromium_org/third_party/skia/bench/
MatrixBench.cpp 353 SkScalar sy = (fRandom.nextBool()) ? fRandom.nextRangeF(-3000.f, 3000.f) : sx; local
356 fMatrix[i].postScale(sx, sy);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 276 IN REAL sy,
280 sx, sy, order));
  /external/qemu/android/skin/
composer.c 345 skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy )
353 v->spos.y = sy;
  /external/skia/bench/
MatrixBench.cpp 353 SkScalar sy = (fRandom.nextBool()) ? fRandom.nextRangeF(-3000.f, 3000.f) : sx; local
356 fMatrix[i].postScale(sx, sy);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 463 float sy = dst_height / src_height; local
464 S.set(sx, 0, 0, sy);
  /bionic/libc/kernel/uapi/linux/
fb.h 350 __u32 sy; member in struct:fb_copyarea
firewire-cdev.h 314 __u32 sy; member in struct:fw_cdev_send_stream_packet
  /development/ndk/platforms/android-3/include/linux/
fb.h 302 __u32 sy; member in struct:fb_copyarea
  /development/ndk/platforms/android-L/include/linux/
fb.h 350 __u32 sy; member in struct:fb_copyarea
firewire-cdev.h 314 __u32 sy; member in struct:fw_cdev_send_stream_packet
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 156 void scale(float sx, float sy);
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 151 void reset (float sx, float sy);
  /external/kernel-headers/original/uapi/linux/
fb.h 346 __u32 sy; member in struct:fb_copyarea
firewire-cdev.h 246 * channel, 4 bits tcode, 4 bits sy, in big endian byte order.
732 * the sy field (4 bits), the tag field (2 bits), a sync flag
748 * The @control.SY and TAG fields are copied to the iso packet header. These
995 __u32 sy; member in struct:fw_cdev_send_stream_packet
    [all...]
  /external/pixman/pixman/
pixman.h 197 pixman_fixed_t sy);
201 pixman_fixed_t sy);
257 double sy);
261 double sy);
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 697 float sx, sy, tx, ty, h, w; local
700 0, sy, 0, 0,
705 sy = mtx[5];
713 rect_y = (unsigned int)(fabsf(sy) * h);
717 if (sy < 0.0f) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fb.h 338 __u32 sy; member in struct:fb_copyarea
firewire-cdev.h 156 * 4 bits tcode, 4 bits sy, in big endian byte order. Format of timestamp:
464 * @control: Contains the header length (8 uppermost bits), the sy field
472 * Use the FW_CDEV_ISO_ macros to fill in @control. The sy and tag fields are
612 * @sy: Synchronization code
627 __u32 sy; member in struct:fw_cdev_send_stream_packet
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fb.h 338 __u32 sy; member in struct:fb_copyarea
firewire-cdev.h 156 * 4 bits tcode, 4 bits sy, in big endian byte order. Format of timestamp:
464 * @control: Contains the header length (8 uppermost bits), the sy field
472 * Use the FW_CDEV_ISO_ macros to fill in @control. The sy and tag fields are
612 * @sy: Synchronization code
627 __u32 sy; member in struct:fw_cdev_send_stream_packet

Completed in 2099 milliseconds

1 2 3 4 5 6 7 891011>>