| /third_party/skia/src/core/ |
| H A D | SkMipmapAccessor.cpp | 44 SkSize scale; in SkMipmapAccessor() local
|
| /third_party/optimized-routines/math/ |
| H A D | v_exp2f.c | 30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() argument 48 v_f32_t n, r, r2, scale, p, q, poly, absn; in exp2f() local
|
| H A D | v_expf_1u.c | 49 v_f32_t n, r, scale, poly, absn, z; in expf_1u() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | BranchProbability.cpp | 68 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { in scale() function
|
| /third_party/skia/tools/fonts/ |
| H A D | ToolUtilsFont.cpp | 93 const SkMatrix scale = SkMatrix::Scale(1.0f/upem, 1.0f/upem); in sample_user_typeface() local
|
| /third_party/skia/tools/viewer/ |
| H A D | StatsLayer.h | 29 void setDisplayScale(float scale) { fDisplayScale = scale; } in setDisplayScale() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_xy_coord.h | 114 inline dng_xy_coord operator* (real64 scale, in operator *() argument
|
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| H A D | QrCodeGeneratorDemo.java | 171 private static BufferedImage toImage(QrCode qr, int scale, int border) { in toImage() argument 191 private static BufferedImage toImage(QrCode qr, int scale, int border, int lightColor, int darkColor) { in toImage() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | sequence_lock_test.cc | 107 std::vector<int> MultiplicativeRange(int low, int high, int scale) { in MultiplicativeRange() argument
|
| /third_party/skia/gm/ |
| H A D | userfont.cpp | 28 const SkMatrix scale = SkMatrix::Scale(1.0f/upem, 1.0f/upem); in make_tf() local
|
| H A D | filltypespersp.cpp | 66 void showFour(SkCanvas* canvas, SkScalar scale, bool aa) { in showFour() argument 123 const SkScalar scale variable 50 showPath(SkCanvas* canvas, int x, int y, SkPathFillType ft, SkScalar scale, const SkPaint& paint) showPath() argument [all...] |
| /third_party/skia/bench/ |
| H A D | ImageFilterDAGBench.cpp | 120 SkScalar scale = 2; variable
|
| /third_party/skia/docs/examples/ |
| H A D | Color_Wheel.cpp | 5 void draw_color_wheel(SkCanvas* canvas, float scale) { in REG_FIDDLE() argument
|
| H A D | ChromeMDRefreshTab.cpp | 5 SkPath GetBorderPath(float scale, in REG_FIDDLE() argument 71 GetInteriorPath( float scale, const SkISize& size, float endcap_width, float horizontal_inset = 0) REG_FIDDLE() argument [all...] |
| /applications/sample/camera/gallery/src/ |
| H A D | picture_ability_slice.cpp | 102 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in InitPicture() local
|
| /base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
| H A D | sec_comp_info_helper.cpp | 38 void SecCompInfoHelper::AdjustSecCompRect(SecCompBase* comp, float scale) in AdjustSecCompRect() argument 213 float scale = WindowInfoHelper::GetWindowScale(comp->windowId_); in CheckComponentValid() local [all...] |
| /foundation/ai/neural_network_runtime/test/system_test/common/ |
| H A D | nnrt_test.h | 31 std::vector<double> scale; member
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
| H A D | nn_tensor_test.cpp | 114 const double scale = 1.0; in HWTEST_F() local 133 const double scale = 1.0; in HWTEST_F() local 170 const double scale = 1.0; in HWTEST_F() local 446 const double scale = 1.0; in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
| H A D | nn_tensor_test.cpp | 114 const double scale = 1.0; in HWTEST_F() local 133 const double scale = 1.0; in HWTEST_F() local 170 const double scale = 1.0; in HWTEST_F() local 446 const double scale = 1.0; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| H A D | rosen_universal_painter.cpp | 117 double RosenUniversalPainter::NormalizeToPx(const Dimension& dimension, double scale) in NormalizeToPx() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | radius.h | 42 void ApplyScaleAndRound(double scale) in ApplyScaleAndRound() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | scroll_fade_effect.cpp | 133 void ScrollFadeEffect::SetOpacityAndScale(double opacity, double scale) in SetOpacityAndScale() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_item_drag_manager.h | 30 float scale; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| H A D | shape_container_pattern.cpp | 43 double scale = std::min(contentSize.Width() / portWidth, contentSize.Height() / portHeight); in ViewPortTransform() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_svg.cpp | 68 auto scale = std::min(viewPort.Width() / viewBox.Width(), viewPort.Height() / viewBox.Height()); in AdjustContentAreaByViewBox() local 94 auto scale = std::min(svgSize.Width() / viewBox.Width(), svgSize.Height() / viewBox.Height()); in AdjustContentAreaByViewBox() local [all...] |