Home
last modified time | relevance | path

Searched refs:skew (Results 26 - 49 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dgaussian_distribution_test.cc163 double skew() const { return 0; } in skew() function in __anon19271::GaussianModel
252 stddev(), m.skewness, skew(), m.kurtosis,
H A Dexponential_distribution_test.cc160 double skew() const { return 2; } in skew() function in __anon19270::ExponentialModel
232 skew(), m.kurtosis, kurtosis(), z));
H A Dpoisson_distribution_test.cc170 double skew() const { return 1.0 / mean_; } in skew() function in __anon19313::PoissonModel
297 stddev(), m.skewness, skew(), m.kurtosis, in SingleZTest()
/third_party/skia/gm/
H A Dfontmgr.cpp203 FontMgrBoundsGM(float scale, float skew) : fScaleX(scale) , fSkewX(skew) {} in FontMgrBoundsGM() argument
H A Dimagefilterstransformed.cpp107 canvas->skew(SkDoubleToScalar(0.5), SkDoubleToScalar(0.2));
/third_party/alsa-utils/topology/nhlt/intel/dmic/
H A Ddmic-process.c853 MIC_CONTROL_PDM_SKEW(dmic->dmic_prm[di].pdm[i].skew) | in configure_registers()
1255 int enable_b, int polarity_a, int polarity_b, int clk_edge, int skew) in dmic_set_pdm_params()
1275 dmic->dmic_prm[di].pdm[pdm_index].skew = skew; in dmic_set_pdm_params()
1254 dmic_set_pdm_params(struct intel_nhlt_params *nhlt, int pdm_index, int enable_a, int enable_b, int polarity_a, int polarity_b, int clk_edge, int skew) dmic_set_pdm_params() argument
H A Ddmic-internal.h270 uint16_t skew; member
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp840 SkDegreesToRadians(-SkFixedToFloat(colrv1_paint.u.skew.x_skew_angle) * 180.0f); in colrv1_transform()
845 SkDegreesToRadians(-SkFixedToFloat(colrv1_paint.u.skew.y_skew_angle) * 180.0f); in colrv1_transform()
851 SkFixedToScalar(colrv1_paint.u.skew.center_x), in colrv1_transform()
852 -SkFixedToFloat(colrv1_paint.u.skew.center_y)); in colrv1_transform()
966 paint.u.skew.paint, visited_set); in colrv1_traverse_paint()
1181 ctm, bounds, face, paint.u.skew.paint, visited_set); in colrv1_traverse_paint_bounds()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h1247 * The x~coordinate of the pivot point of the skew in font units
1251 * The y~coordinate of the pivot point of the skew in font units
1362 FT_PaintSkew skew; member
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c165 // Stores the translation, scale, rotation, and skew deltas between two frames
170 cl_float2 skew; member
736 // Decomposes a similarity matrix into translation, rotation, scale, and skew
763 ret.skew.s[0] = atan((a * c + b * d) / (r * r)); in decompose_transform()
764 ret.skew.s[1] = 0; in decompose_transform()
771 ret.skew.s[0] = 0; in decompose_transform()
772 ret.skew.s[1] = atan((a * c + b * d) / (s * s)); in decompose_transform()
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h80 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
259 struct snd_seq_queue_skew skew; member
544 unsigned int skew_value; /* queue skew */
545 unsigned int skew_base; /* queue skew base */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamArray.h110 uint32_t skew() const { return Skew; } in skew() function in llvm::VarStreamArray
/third_party/skia/src/c/
H A Dsk_surface.cpp285 AsCanvas(ccanvas)->skew(sx, sy); in sk_canvas_skew()
/third_party/skia/modules/canvaskit/
H A Dexterns.js216 skew: function() {},
H A Dcanvaskit_bindings.cpp1181 .function("skew", &SkCanvas::skew) in EMSCRIPTEN_BINDINGS()
/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp235 canvas->skew(1.1f, 1.1f); in emit_mat()
H A DCanvasTest.cpp262 c->skew(SkIntToScalar(1), SkIntToScalar(2));
/third_party/alsa-lib/include/
H A Dseq.h511 void snd_seq_queue_tempo_set_skew(snd_seq_queue_tempo_t *info, unsigned int skew);
/third_party/skia/src/core/
H A DSkPicturePlayback.cpp693 canvas->skew(sx, sy); in handleOp()
H A DSkCanvas.cpp744 // transforms with perspective and skew from triggering excessive buffer allocations. in get_layer_mapping_and_bounds()
756 // Perspective and skew could exceed this since mapping.deviceToLayer(targetOutput) is in get_layer_mapping_and_bounds()
1366 void SkCanvas::skew(SkScalar sx, SkScalar sy) { in skew() function in SkCanvas
/third_party/alsa-lib/src/seq/
H A Dseq.c434 a parameter to change the speed of this queue, called <i>skew</i>.
435 You can make the queue faster or slower by setting the skew value
436 bigger or smaller. In the API, the skew is defined by two values,
437 the skew base and the skew value. The actual skew is the fraction
438 of them, <i>value/base</i>. As default, the skew base is set to 16bit
439 (0x10000) and the skew value is the identical, so that the queue is
3791 * \brief Get the timer skew value of a queue_status container
3793 * \return timer skew valu
3852 snd_seq_queue_tempo_set_skew(snd_seq_queue_tempo_t *info, unsigned int skew) snd_seq_queue_tempo_set_skew() argument
[all...]
/third_party/skia/include/core/
H A DSkCanvas.h552 SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(), setMatrix(),
569 SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(),
593 SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(),
618 SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(),
728 SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(),
842 Mathematically, replaces SkMatrix with a skew matrix premultiplied with SkMatrix.
847 @param sx amount to skew on x-axis
848 @param sy amount to skew on y-axis
852 void skew(SkScalar sx, SkScalar sy);
1840 SkPaint text skew
[all...]
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp1124 canvas->skew(x, y);
/third_party/node/deps/ada/
H A Dada.cpp7973 constexpr int32_t skew = 38;
8000 return k + (((base - tmin + 1) * d) / (d + skew));

Completed in 59 milliseconds

12