/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | gaussian_distribution_test.cc | 163 double skew() const { return 0; } in skew() function in __anon19271::GaussianModel 252 stddev(), m.skewness, skew(), m.kurtosis,
|
H A D | exponential_distribution_test.cc | 160 double skew() const { return 2; } in skew() function in __anon19270::ExponentialModel 232 skew(), m.kurtosis, kurtosis(), z));
|
H A D | poisson_distribution_test.cc | 170 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 D | fontmgr.cpp | 203 FontMgrBoundsGM(float scale, float skew) : fScaleX(scale) , fSkewX(skew) {} in FontMgrBoundsGM() argument
|
H A D | imagefilterstransformed.cpp | 107 canvas->skew(SkDoubleToScalar(0.5), SkDoubleToScalar(0.2));
|
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.c | 853 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 D | dmic-internal.h | 270 uint16_t skew; member
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 840 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 D | ftcolor.h | 1247 * 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 D | vf_deshake_opencl.c | 165 // 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 D | asequencer.h | 80 #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 D | BinaryStreamArray.h | 110 uint32_t skew() const { return Skew; } in skew() function in llvm::VarStreamArray
|
/third_party/skia/src/c/ |
H A D | sk_surface.cpp | 285 AsCanvas(ccanvas)->skew(sx, sy); in sk_canvas_skew()
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 216 skew: function() {},
|
H A D | canvaskit_bindings.cpp | 1181 .function("skew", &SkCanvas::skew) in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/tests/ |
H A D | MatrixClipCollapseTest.cpp | 235 canvas->skew(1.1f, 1.1f); in emit_mat()
|
H A D | CanvasTest.cpp | 262 c->skew(SkIntToScalar(1), SkIntToScalar(2));
|
/third_party/alsa-lib/include/ |
H A D | seq.h | 511 void snd_seq_queue_tempo_set_skew(snd_seq_queue_tempo_t *info, unsigned int skew);
|
/third_party/skia/src/core/ |
H A D | SkPicturePlayback.cpp | 693 canvas->skew(sx, sy); in handleOp()
|
H A D | SkCanvas.cpp | 744 // 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 D | seq.c | 434 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 D | SkCanvas.h | 552 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 D | FuzzCanvas.cpp | 1124 canvas->skew(x, y);
|
/third_party/node/deps/ada/ |
H A D | ada.cpp | 7973 constexpr int32_t skew = 38; 8000 return k + (((base - tmin + 1) * d) / (d + skew));
|