| /third_party/skia/tools/viewer/ |
| H A D | TouchGesture.cpp | 196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom() argument 249 float scale = this->computePinch(rec0, rec1); in touchMoved() local 320 double scale = dist1 / dist0; in computePinch() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_linearization_info.cpp | 154 real64 scale = 1.0 / minRange; in dng_linearize_plane() local 488 real32 scale = fScale; Process() local 869 real32 scale = fScale; Process() local [all...] |
| /third_party/skia/gm/ |
| H A D | complexclip.cpp | 369 SkMatrix scale = SkMatrix::Scale(1.f / 4.f, 1.f / 4.f); in DEF_SIMPLE_GM() local
|
| H A D | blurrect.cpp | 93 SkMatrix scale; in make_radial() local
|
| H A D | dashing.cpp | 87 int scale = w ? w : 1; variable 344 int scale = w ? w : 1; variable
|
| H A D | runtimeshader.cpp | 87 SkMatrix scale = SkMatrix::Scale(size.width() / (float)img->width(), in make_shader() local 507 float scale = (1 - SK_ScalarRoot2Over2) / (1 - exp2f(-1/fPower)); in drawSuperRRect() local 624 static constexpr char scale[] = in DEF_SIMPLE_GM() local
|
| /third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
| H A D | CubeActivity.java | 49 Matrix asMatrix(float scale) { in asMatrix() argument
|
| /third_party/skia/fuzz/ |
| H A D | FuzzMain.cpp | 463 static void fuzz_img(sk_sp<SkData> bytes, uint8_t scale, uint8_t mode) { in fuzz_img() argument
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | Matrix.java | 130 public Matrix scale(float x, float y, float z) { in scale() method in Matrix 134 public Matrix scale(float x, float y) { in scale() method in Matrix
|
| /third_party/spirv-tools/test/opt/ |
| H A D | local_ssa_elim_test.cpp | 4327 float scale = 1.5; in TEST_F() local
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuFuzzyImageCompare.cpp | 333 const int scale = 255-MIN_ERR_THRESHOLD; in fuzzyCompare() local
|
| /third_party/vk-gl-cts/modules/gles2/accuracy/ |
| H A D | es2aVaryingInterpolationTests.cpp | 64 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument 212 tcu::Vec3 scale = 1.0f / (m_max - m_min); in iterate() local 264 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); iterate() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/accuracy/ |
| H A D | es3aVaryingInterpolationTests.cpp | 66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument 218 tcu::Vec3 scale = 1.0f / (m_max - m_min); in iterate() local 270 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); iterate() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | SpecializationConstant.cpp | 196 CreateFloatArrayWithRotationIndex(const Vec2EnumMap &valuesEnumMap, int subscript, float scale, TIntermSymbol *rotation) CreateFloatArrayWithRotationIndex() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | g723_1dec.c | 434 int16_t scale; in comp_ppf_coeff() local 687 int scale, energy; in formant_postfilter() local 516 comp_interp_index(G723_1_ChannelContext *p, int pitch_lag, int *exc_eng, int *scale) comp_interp_index() argument
|
| H A D | ituh263dec.c | 447 int x, y, wrap, a, c, pred_dc, scale; in h263_pred_acdc() local
|
| H A D | ituh263enc.c | 596 int scale; in ff_h263_encode_mb() local
|
| H A D | dnxhddec.c | 362 const int *scale; in dnxhd_decode_dct_block() local
|
| H A D | dca_xll.c | 80 int code, sign, coeff, scale, scale_inv = 0; in parse_dmix_coeffs() local 894 int scale = o->dmix_scale[i]; in prescale_down_mix() local 1222 int scale = o->dmix_scale[nchannels++]; in scale_down_mix() local [all...] |
| H A D | aacenc.c | 318 float scale = cpe->ch[0].is_ener[w*16+g]; in apply_intensity_stereo() local
|
| H A D | aacdec.c | 87 VMUL2(float *dst, const float *v, unsigned idx, const float *scale) VMUL2() argument 98 VMUL4(float *dst, const float *v, unsigned idx, const float *scale) VMUL4() argument 111 VMUL2S(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL2S() argument 128 VMUL4S(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL4S() argument
|
| H A D | siren.c | 393 const float scale = 1.0f / (22.f * 32768.f); in siren_init() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_adeclick.c | 187 autocorrelation(const double *input, int order, int size, double *output, double scale) autocorrelation() argument
|
| H A D | af_dialoguenhance.c | 88 float scale = 1.f, iscale, overlap; in config_input() local
|
| H A D | asrc_sinc.c | 220 float imp_sum = 0, peak_imp_sum = 0, scale = 1.f; in fir_to_phase() local 109 make_lpf(int num_taps, float Fc, float beta, float rho, float scale, int dc_norm) make_lpf() argument
|