Home
last modified time | relevance | path

Searched refs:a_scale (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dmatrix_decomposition.cc10 float a_scale, in SkVector3Combine() argument
14 a_scale * a.fX + b_scale * b.fX, // in SkVector3Combine()
15 a_scale * a.fY + b_scale * b.fY, // in SkVector3Combine()
16 a_scale * a.fZ + b_scale * b.fZ, // in SkVector3Combine()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafwarp.c164 FT_Fixed *a_scale, in af_warper_compute() argument
204 *a_scale = org_scale; in af_warper_compute()
361 *a_scale = best_scale; in af_warper_compute()
Dafwarp.h55 FT_Fixed *a_scale,
/third_party/freetype/src/autofit/
Dafwarp.c164 FT_Fixed *a_scale, in af_warper_compute() argument
204 *a_scale = org_scale; in af_warper_compute()
361 *a_scale = best_scale; in af_warper_compute()
Dafwarp.h55 FT_Fixed *a_scale,
/third_party/pixman/pixman/
Dpixman-bits-image.c1144 float a_scale = dither_compute_scale (a_size); in dither_apply_ordered() local
1156 buffer->a = dither_apply_channel (buffer->a, d, a_scale); in dither_apply_ordered()
/third_party/mindspore/third_party/proto/onnx/
Donnx.proto304 …// For tensor 'a', it may have {'SCALE_TENSOR', 'a_scale'} and {'ZERO_POINT_TENSOR', 'a_zero_point…
305 …// which means, tensor 'a_scale' and tensor 'a_zero_point' are scale and zero point of tensor 'a' …