HomeSort by relevance Sort by last modified time
    Searched full:skew (Results 126 - 150 of 308) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkMatrixParts.cpp 96 fMatrix->skew(x, y, center);
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h 230 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
SkDrawCommand.cpp 61 case SKEW: return "Skew";
857 fDrawType = SKEW;
864 canvas->skew(fSx, fSy);
  /external/chromium_org/ui/gfx/
skia_util.cc 75 // Convert skew and translation to pixel coordinates.
  /external/compiler-rt/lib/asan/tests/
CMakeLists.txt 9 # and have some elements of version skew -- they test the *host* compiler's
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
dot.php 59 'shape', 'shapefile', 'showboxes', 'sides', 'size', 'skew', 'style',
  /external/skia/include/utils/
SkDumpCanvas.h 82 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
  /external/skia/src/animator/
SkMatrixParts.cpp 96 fMatrix->skew(x, y, center);
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 230 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
SkDrawCommand.cpp 61 case SKEW: return "Skew";
857 fDrawType = SKEW;
864 canvas->skew(fSx, fSy);
  /external/tinyxml/
readme.txt 25 <a href="http://skew.org/xml/tutorial/">http://skew.org/xml/tutorial</a>.
168 The <a href="http://skew.org/xml/tutorial/">Skew.org link</a> does a great
  /frameworks/base/libs/hwui/
Matrix.h 166 void skew(float sx, float sy) { function in class:android::uirenderer::Matrix4
DisplayListRenderer.cpp 207 void DisplayListRenderer::skew(float sx, float sy) { function in class:android::uirenderer::DisplayListRenderer
209 OpenGLRenderer::skew(sx, sy);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp.x 176 YPPUSH_SKEW = -10, /* Map version skew during transfer */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp.x 176 YPPUSH_SKEW = -10, /* Map version skew during transfer */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 82 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
364 struct snd_seq_queue_skew skew; member in union:snd_seq_ev_queue_control::__anon41393
675 unsigned int skew_value; /* queue skew */
676 unsigned int skew_base; /* queue skew base */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp.x 176 YPPUSH_SKEW = -10, /* Map version skew during transfer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 82 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
364 struct snd_seq_queue_skew skew; member in union:snd_seq_ev_queue_control::__anon42907
675 unsigned int skew_value; /* queue skew */
676 unsigned int skew_base; /* queue skew base */
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_server_config.h 165 // for. Setting a larger value allows for greater client clock-skew, but
172 // another, valid server has clock-skew.
  /external/linux-tools-perf/
builtin-test.c 146 s64 skew = sym->end - pair->end; local
147 if (llabs(skew) < page_size)
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 349 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
360 * stack. Subsequent calls to translate,scale,rotate,skew,concat or
376 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
408 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
512 * Preconcat the current matrix with the specified skew.
514 * @param sx The amount to skew in X
515 * @param sy The amount to skew in Y
517 public native void skew(float sx, float sy); method in class:Canvas
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_perftest.cc 146 // ASSERT_EQ() are fast, so they won't skew the results.
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 246 /* Skew the input space to determine which simplex cell we're in */
329 /* Skew the input space to determine which simplex cell we're in */
330 float s = (x + y + z) * F3; /* Very nice and simple skew factor for 3D */
486 /* Skew the (x,y,z,w) space to determine which cell of 24 simplices we're in */
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 149 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 44 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;

Completed in 1207 milliseconds

1 2 3 4 56 7 8 91011>>