/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_utils.cpp | 526 real32 scale); 549 real32 scale) in dng_limit_float_depth_task() 554 , fScale (scale) in dng_limit_float_depth_task() 607 real32 scale = fScale; in Process() local 621 // If the scale is a NOP, and the data is packed solid, we can just do memory in Process() 624 if (scale == 1.0f && sStep2 == 1 && dStep2 == 1) in Process() 647 x *= scale; in Process() 724 real32 scale) in LimitFloatBitDepth() 733 scale); in LimitFloatBitDepth() 546 dng_limit_float_depth_task(const dng_image &srcImage, dng_image &dstImage, uint32 bitDepth, real32 scale) dng_limit_float_depth_task() argument 720 LimitFloatBitDepth(dng_host &host, const dng_image &srcImage, dng_image &dstImage, uint32 bitDepth, real32 scale) LimitFloatBitDepth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | click_spring_effect.h | 58 void SetScale(double scale) in SetScale() argument 60 scale_ = scale; in SetScale()
|
/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_mmi_event_convertor.cpp | 20 const NG::VectorF& scale, int32_t udegree) in CalculatePointerEvent() 23 const NG::VectorF& scale, const int32_t udegree) in CalculateWindowCoordinate() 19 CalculatePointerEvent(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point, const NG::VectorF& scale, int32_t udegree) CalculatePointerEvent() argument 22 CalculateWindowCoordinate(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point, const NG::VectorF& scale, const int32_t udegree) CalculateWindowCoordinate() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | fill_types_persp.h | 29 float scale; member 39 void ShowFour(OH_Drawing_Canvas* canvas, float scale, bool aa);
|
H A D | filltypes.h | 30 float scale; member 40 void showFour(OH_Drawing_Canvas* canvas, float scale, OH_Drawing_Brush* brush);
|
/third_party/ffmpeg/libavfilter/ |
H A D | lut3d.h | 52 float scale[3]; member 61 struct rgbvec scale; member
|
H A D | vf_convolution.c | 109 float scale, float delta, const int *const matrix, in filter16_prewitt() 122 dst[x] = av_clip(sqrtf(suma*suma + sumb*sumb) * scale + delta, 0, peak); in filter16_prewitt() 127 float scale, float delta, const int *const matrix, in filter16_roberts() 138 dst[x] = av_clip(sqrtf(suma*suma + sumb*sumb) * scale + delta, 0, peak); in filter16_roberts() 143 float scale, float delta, const int *const matrix, in filter16_sobel() 156 dst[x] = av_clip(sqrtf(suma*suma + sumb*sumb) * scale + delta, 0, peak); in filter16_sobel() 161 float scale, float delta, const int *const matrix, in filter16_scharr() 176 dst[x] = av_clip(sqrtf(suma*suma + sumb*sumb) * scale + delta, 0, peak); in filter16_scharr() 181 float scale, float delta, const int *const matrix, in filter16_kirsch() 225 dst[x] = av_clip(FFABS(sum0) * scale in filter16_kirsch() 108 filter16_prewitt(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_prewitt() argument 126 filter16_roberts(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_roberts() argument 142 filter16_sobel(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_sobel() argument 160 filter16_scharr(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_scharr() argument 180 filter16_kirsch(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_kirsch() argument 229 filter_prewitt(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_prewitt() argument 249 filter_roberts(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_roberts() argument 264 filter_sobel(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_sobel() argument 284 filter_scharr(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_scharr() argument 306 filter_kirsch(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_kirsch() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | synth_filter.h | 32 float scale); 36 float out[64], const float in[64], float scale);
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
H A D | DriveControl.h | 27 DriveControl(std::function<void(iter_type, iter_type)> function, double scale): in DriveControl() argument 28 mFunction(function), kScale(scale) {} in DriveControl()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
H A D | DistortionDescription.h | 41 double scale = pow(2.0, paramArr[0] / 10); in buildEffect() local 42 return DriveControl<iter_type> {SingleFunctionEffects::distortion<iter_type>, scale}; in buildEffect()
|
H A D | GainDescription.h | 41 float scale = paramArr[0] / 10; in buildEffect() local 44 for (; beg != end; ++beg) *beg *= pow(2.0, scale); in buildEffect()
|
H A D | OverdriveDescription.h | 46 double scale = pow(2.0, paramArr[0] / 10); in buildEffect() local 47 return DriveControl<iter_type> {SingleFunctionEffects::overdrive<iter_type>, scale}; in buildEffect()
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | cordic.py | 6 scale = units/math.pi variable 18 angle2 = round(angle*scale) # arctangent in FT_Angle units
|
/third_party/skia/tools/viewer/ |
H A D | StatsLayer.h | 29 void setDisplayScale(float scale) { fDisplayScale = scale; } in setDisplayScale() argument
|
/third_party/skia/gm/ |
H A D | text_scale_skew.cpp | 24 for (float scale : { 0.5f, 0.71f, 1.0f, 1.41f, 2.0f }) { in DEF_SIMPLE_GM() 25 font.setScaleX(scale); in DEF_SIMPLE_GM()
|
/third_party/skia/include/utils/ |
H A D | SkCustomTypeface.h | 29 void setGlyph(SkGlyphID, float advance, sk_sp<SkImage>, float scale); 32 void setMetrics(const SkFontMetrics& fm, float scale = 1);
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGClipPath.cpp | 25 * SkMatrix::Scale(obbt.scale.x, obbt.scale.y); in resolveClip()
|
/third_party/skia/docs/examples/ |
H A D | Canvas_drawPicture_2.cpp | 14 recordingCanvas->scale(1.2f, 1.4f); in REG_FIDDLE() 18 canvas->scale(2, 2); in REG_FIDDLE()
|
H A D | Canvas_translate.cpp | 14 canvas->scale(2, 1/2.f); in REG_FIDDLE() 19 canvas->scale(2, 1/2.f); in REG_FIDDLE()
|
/third_party/python/Python/ |
H A D | dtoa.c | 296 int e0, nd, nd0, scale; member 983 except that it accepts the scale parameter used in _Py_dg_strtod (which 986 / 2**scale should be exactly representable as an IEEE 754 double. 990 dval(d) / 2**scale = b * 2**e. 998 2**e gives ulp(d/2**scale). 1004 sd2b(U *d, int scale, int *e) in sd2b() argument 1012 /* First construct b and e assuming that scale == 0. */ in sd2b() 1022 /* Now adjust for scale, provided that b != 0. */ in sd2b() 1023 if (scale && (b->x[0] || b->x[1])) { in sd2b() 1024 *e -= scale; in sd2b() [all...] |
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_component_impl.cpp | 87 void ComponentTestComponentImpl::PinchOutImpl(float scale, ErrInfo& errInfo) const in PinchOutImpl() argument 101 if (scale < 1) { in PinchOutImpl() 103 } else if (scale > originalScale) { in PinchOutImpl() 104 scale = originalScale; in PinchOutImpl() 106 PinchAction pinchAction(rect, scale); in PinchOutImpl() 110 void ComponentTestComponentImpl::PinchInImpl(float scale, ErrInfo& errInfo) const in PinchInImpl() argument 116 if (scale > 1 && scale < 0) { in PinchInImpl() 119 PinchAction pinchAction(rectBound, scale); in PinchInImpl() 607 auto scale in SetEffective() local 622 auto scale = context->GetViewScale(); GetContextInfo() local [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tda10071.c | 408 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in tda10071_read_status() 411 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 421 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in tda10071_read_status() 424 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 478 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in tda10071_read_status() 481 c->block_error.stat[0].scale = FE_SCALE_COUNTER; in tda10071_read_status() 486 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in tda10071_read_status() 488 c->block_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 491 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 492 c->block_error.stat[0].scale in tda10071_read_status() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tda10071.c | 408 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in tda10071_read_status() 411 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 421 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in tda10071_read_status() 424 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 478 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in tda10071_read_status() 481 c->block_error.stat[0].scale = FE_SCALE_COUNTER; in tda10071_read_status() 486 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in tda10071_read_status() 488 c->block_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 491 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in tda10071_read_status() 492 c->block_error.stat[0].scale in tda10071_read_status() [all...] |
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.c | 453 GLfloat scale = (MAT(in,0,0) * MAT(in,0,0) + in invert_matrix_3d() local 457 if (scale == 0.0F) in invert_matrix_3d() 460 scale = 1.0F / scale; in invert_matrix_3d() 462 /* Transpose and scale the 3 by 3 upper-left submatrix. */ in invert_matrix_3d() 463 MAT(out,0,0) = scale * MAT(in,0,0); in invert_matrix_3d() 464 MAT(out,1,0) = scale * MAT(in,0,1); in invert_matrix_3d() 465 MAT(out,2,0) = scale * MAT(in,0,2); in invert_matrix_3d() 466 MAT(out,0,1) = scale * MAT(in,1,0); in invert_matrix_3d() 467 MAT(out,1,1) = scale * MA in invert_matrix_3d() 1026 _math_matrix_viewport(GLmatrix *m, const float scale[3], const float translate[3], double depthMax) _math_matrix_viewport() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | picture_animation.h | 43 void UpdateDurationWithScale(float scale) in UpdateDurationWithScale() argument 45 if (scale <= 0.0f) { in UpdateDurationWithScale() 46 LOGE("update picture with scale failed. scale is invalid."); in UpdateDurationWithScale() 50 duration_ /= scale; in UpdateDurationWithScale() 91 // if total normalized duration of all pictures not equals 1.0, scale it to 1.0
|