Searched refs:xx2 (Results 1 – 7 of 7) sorted by relevance
/third_party/freetype/src/autofit/ |
D | afwarp.c | 76 FT_Pos xx2, in af_warper_compute_line_best() argument 95 FT_Pos w = xx2 - xx1; in af_warper_compute_line_best() 112 idx_min, idx_max, xx1, xx2, in af_warper_compute_line_best() 304 FT_Pos xx1, xx2; in af_warper_compute() local 310 xx2 = warper->x2; in af_warper_compute() 316 xx2 += warper->x1min - xx1; in af_warper_compute() 325 xx2 -= xx1 - warper->x1max; in af_warper_compute() 335 if ( xx2 < warper->x2 ) in af_warper_compute() 336 base_distort += warper->x2 - xx2; in af_warper_compute() 338 base_distort += xx2 - warper->x2; in af_warper_compute() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afwarp.c | 76 FT_Pos xx2, in af_warper_compute_line_best() argument 95 FT_Pos w = xx2 - xx1; in af_warper_compute_line_best() 112 idx_min, idx_max, xx1, xx2, in af_warper_compute_line_best() 304 FT_Pos xx1, xx2; in af_warper_compute() local 310 xx2 = warper->x2; in af_warper_compute() 316 xx2 += warper->x1min - xx1; in af_warper_compute() 325 xx2 -= xx1 - warper->x1max; in af_warper_compute() 335 if ( xx2 < warper->x2 ) in af_warper_compute() 336 base_distort += warper->x2 - xx2; in af_warper_compute() 338 base_distort += xx2 - warper->x2; in af_warper_compute() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | bpSpan_variables.baseline | 35 > export var xx2 = 10, xx3 = 10; 63 10 > export var xx2 = 10, xx3 = 10; 66 >var xx2 = 10 68 10 > export var xx2 = 10, xx3 = 10;
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLEyes.cpp | 53 SetTransform(Transform* t, int xx1, int xx2, int xy1, int xy2, in SetTransform() argument 56 t->mx = ((float) xx2 - xx1) / (tx2 - tx1); in SetTransform()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jquant2.c | 770 register JLONG xx2; in find_best_colors() local 812 xx2 = inc2; in find_best_colors() 818 dist2 += xx2; in find_best_colors() 819 xx2 += 2 * STEP_C2 * STEP_C2; in find_best_colors()
|
/third_party/libjpeg/ |
D | jquant2.c | 792 register INT32 xx2; in find_best_colors() local 834 xx2 = inc2; in find_best_colors() 840 dist2 += xx2; in find_best_colors() 841 xx2 += 2 * STEP_C2 * STEP_C2; in find_best_colors()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jquant2.c | 770 register JLONG xx2; in find_best_colors() local 812 xx2 = inc2; in find_best_colors() 818 dist2 += xx2; in find_best_colors() 819 xx2 += 2 * STEP_C2 * STEP_C2; in find_best_colors()
|