| /third_party/skia/include/core/ |
| H A D | SkColorPriv.h | 140 static SK_ALWAYS_INLINE uint32_t SkAlphaMulQ(uint32_t c, unsigned scale) { in SkAlphaMulQ() argument
|
| /third_party/skia/gm/ |
| H A D | gradients_2pt_conical.cpp | 370 SkMatrix scale = SkMatrix::I(); variable
|
| H A D | drawatlas.cpp | 246 SkScalar scale = 1; in DEF_SIMPLE_GM() local 284 SkScalar scale = 1; in DEF_SIMPLE_GM() local [all...] |
| H A D | fontmgr.cpp | 203 FontMgrBoundsGM(float scale, float skew) : fScaleX(scale) , fSkewX(skew) {} in FontMgrBoundsGM() argument
|
| H A D | patheffects.cpp | 69 static SkPath scale(const SkPath& path, SkScalar scale) { in scale() argument
|
| H A D | typeface.cpp | 44 SkScalar scale = font.getSize() / font.getTypefaceOrDefault()->getUnitsPerEm(); in applyKerning() local
|
| H A D | tilemodes_scaled.cpp | 97 float scale = 32.f/kPOTSize; variable [all...] |
| /third_party/skia/modules/particles/src/ |
| H A D | SkParticleEffect.cpp | 265 start(double now, bool looping, SkPoint position, SkVector heading, float scale, SkVector velocity, float spin, SkColor4f color, float frame, float seed) start() argument
|
| /third_party/skia/modules/skottie/src/layers/ |
| H A D | PrecompLayer.cpp | 28 TimeRemapper(const skjson::ObjectValue& jtm, const AnimationBuilder* abuilder, float scale) in TimeRemapper() argument
|
| /third_party/skia/modules/svg/include/ |
| H A D | SkSVGRenderContext.h | 153 SkV2 offset, scale; member
|
| /third_party/skia/bench/ |
| H A D | GradientBench.cpp | 52 MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeLinear() argument 57 MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeRadial() argument 67 MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeSweep() argument 76 MakeConical(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConical() argument 89 MakeConicalZeroRad(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConicalZeroRad() argument 102 MakeConicalOutside(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConicalOutside() argument 116 MakeConicalOutsideZeroRad(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConicalOutsideZeroRad() argument 242 MakeShader(GradType gradType, GradData data, SkTileMode tm, float scale) MakeShader() argument [all...] |
| H A D | MatrixBench.cpp | 160 SkPoint rotation1, scale, rotation2; variable
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboTestCase.cpp | 127 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument 129 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local
|
| H A D | es3fFboTestUtil.hpp | 104 tcu::Vec4 scale; member
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboTestCase.cpp | 131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument 133 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationPrimitiveDiscardTests.cpp | 177 const float* const scale = &attr[6]; in verifyResultImage() local
|
| /applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
| H A D | camera_ability_slice.cpp | 115 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in BackViewSetImage() local 338 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in BackViewSetImage() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator_test.cpp | 527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/ |
| H A D | bouncing_peas_unit_napi.cpp | 36 SkoalaInitRedrawer([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_int width, [[maybe_unused]] ets_int height, [[maybe_unused]] ets_float scale, [[maybe_unused]] ets_long peer , [[maybe_unused]] ets_long frame ) SkoalaInitRedrawer() argument
|
| /base/web/webview/ohos_nweb/include/ |
| H A D | nweb_init_params.h | 280 NWebPDFConfigArgsImpl(const double width, const double height, const double scale, const double marginTop, in NWebPDFConfigArgsImpl() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/video/backlight/ |
| H A D | pwm_bl.c | 30 unsigned int scale;
member [all...] |
| /device/soc/rockchip/common/vendor/drivers/cpufreq/ |
| H A D | rockchip-cpufreq.c | 44 int scale; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/cpufreq/ |
| H A D | rockchip-cpufreq.c | 49 int scale; member
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
| H A D | inner_model_test.cpp | 1437 std::vector<float> scale; in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
| H A D | inner_model_test.cpp | 1498 std::vector<float> scale; in HWTEST_F() local
|