HomeSort by relevance Sort by last modified time
    Searched full:skew (Results 201 - 225 of 396) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/host-tools/make-3.81/tests/
NEWS 25 Add some perl to test_driver.pl to strip out GNU make clock skew
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 254 // benchmarks since the output generation time will skew the results.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 254 // benchmarks since the output generation time will skew the results.
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cm0.h 472 #define SysTick_CALIB_SKEW_Pos 30 /*!< SysTick CALIB: SKEW Position */
473 #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) /*!< SysTick CALIB: SKEW Mask */
    [all...]
core_cm0plus.h 493 #define SysTick_CALIB_SKEW_Pos 30 /*!< SysTick CALIB: SKEW Position */
494 #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) /*!< SysTick CALIB: SKEW Mask */
    [all...]
  /external/icu/icu4c/source/common/
punycode.cpp 65 #define SKEW 38
176 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Math.h 138 /// Get the skew vector such that dot(skew_vec, other) == cross(vec, other)
139 b2Vec2 Skew() const
  /external/skia/src/gpu/
GrDrawContext.cpp 308 // The stroke path needs the rect to remain axis aligned (no rotation or skew).
314 // The fill path can handle rotation but not skew.
  /external/skia/tests/
CanvasTest.cpp 331 SIMPLE_TEST_STEP(Skew, skew(SkIntToScalar(1), SkIntToScalar(2)));
  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 215 void RecordingCanvas::skew(float sx, float sy) { function in class:android::uirenderer::RecordingCanvas
216 mState.skew(sx, sy);
DisplayListOp.h 454 renderer.skew(mSx, mSy);
458 OP_LOG("Skew by %f %f", mSx, mSy);
461 virtual const char* name() override { return "Skew"; }
    [all...]
SkiaCanvas.cpp 100 virtual void skew(float sx, float sy) override;
445 void SkiaCanvas::skew(float sx, float sy) { function in class:android::SkiaCanvas
446 mCanvas->skew(sx, sy);
  /external/skia/include/core/
SkCanvas.h 292 rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
412 /** Preconcat the current matrix with the specified skew.
413 @param sx The amount to skew in X
414 @param sy The amount to skew in Y
416 void skew(SkScalar sx, SkScalar sy);
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 59 /* [scale-x skew-x trans-x] [X] [X']
60 [skew-y scale-y trans-y] * [Y] = [Y']
136 // The skew components may be scale-inducing, unless we are dealing
212 // if no skew, can just compare scale factors
385 // what computeTypeMask() would produce (persp/skew always implies kScale).
    [all...]
SkPictureFlat.h 57 SKEW,
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 177 // When there is any rotation / skew, then the scale value is not valid.
    [all...]
  /art/runtime/base/
hash_set_test.cc 241 // Skew towards adding elements until we are at the desired size.
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 507 // Skew to use in X axis when annotating with text or drawing
510 // Skew to use in Y axis when annotating with text or drawing
823 // Removes skew from the image. Skew is an artifact that occurs in scanned
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 99 /// Return the skew that has to be applied to stack alignment under
  /external/opencv3/3rdparty/libtiff/
tiffiop.h 173 tmsize_t tif_scanlineskew; /* scanline skew for reading strips */
  /external/pdfium/third_party/libtiff/
tiffiop.h 178 tmsize_t tif_scanlineskew; /* scanline skew for reading strips */
  /external/skia/src/c/
sk_surface.cpp 352 AsCanvas(ccanvas)->skew(sx, sy);
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 317 // the undocumented property FC_MATRIX to a skew matrix. It'll then say
  /frameworks/base/libs/hwui/hwui/
Canvas.h 153 virtual void skew(float sx, float sy) = 0;
  /frameworks/native/services/surfaceflinger/
Transform.cpp 277 // there is a skew component and/or a non 90 degrees rotation

Completed in 2577 milliseconds

1 2 3 4 5 6 7 891011>>