| /third_party/skia/gm/ |
| 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
|
| /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
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dcadsp.c | 37 int32_t scale = scale_factors[i][0]; in decode_hf_c() local 51 int32_t scale = scale_factors[i]; in decode_joint_c() local 334 static void dmix_scale_c(int32_t *dst, int scale, ptrdiff_t len) in dmix_scale_c() argument 116 sub_qmf32_float_c(SynthFilterContext *synth, FFTContext *imdct, float *pcm_samples, int32_t **subband_samples_lo, int32_t **subband_samples_hi, float *hist1, int *offset, float *hist2, const float *filter_coeff, ptrdiff_t npcmblocks, float scale) sub_qmf32_float_c() argument 145 sub_qmf64_float_c(SynthFilterContext *synth, FFTContext *imdct, float *pcm_samples, int32_t **subband_samples_lo, int32_t **subband_samples_hi, float *hist1, int *offset, float *hist2, const float *filter_coeff, ptrdiff_t npcmblocks, float scale) sub_qmf64_float_c() argument [all...] |
| H A D | hcadec.c | 38 uint8_t scale[128]; member 110 float scale = 1.f / 8.f; in decode_init() local 304 unsigned scale = ch->scale[i]; in dequantize_coefficients() local 370 int scale = ch->scale_factors[i]; in unpack() local [all...] |
| H A D | h264_direct.c | 601 int ref0, scale; in pred_temp_direct_motion() local 653 const int scale = dist_scale_factor[ref0]; in pred_temp_direct_motion() local 669 int ref0, scale; in pred_temp_direct_motion() local [all...] |
| H A D | ffv1dec.c | 380 static int read_quant_table(RangeCoder *c, int16_t *quant_table, int scale) in read_quant_table() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | ac3dsp_mips.c | 208 const float scale = 1 << 24; in float_to_fixed24_mips() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_superequalizer.c | 137 float scale = 1.f, iscale = 1.f; in equ_init() local
|
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | fft.c | 200 static int check_diff(FFTSample *tab1, FFTSample *tab2, int n, double scale) in check_diff() argument 229 static inline void mdct_init(FFTContext **s, int nbits, int inverse, double scale) in mdct_init() argument 386 double scale = 1.0; in main() local [all...] |