Home
last modified time | relevance | path

Searched refs:kern2 (Results 1 – 6 of 6) sorted by relevance

/third_party/harfbuzz/src/
Dhb-kern.hh98 hb_position_t kern2 = kern - kern1; in kern() local
100 pos[j].x_advance += kern2; in kern()
101 pos[j].x_offset += kern2; in kern()
116 hb_position_t kern2 = kern - kern1; in kern() local
118 pos[j].y_advance += kern2; in kern()
119 pos[j].y_offset += kern2; in kern()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-kern.hh98 hb_position_t kern2 = kern - kern1; in kern() local
100 pos[j].x_advance += kern2; in kern()
101 pos[j].x_offset += kern2; in kern()
116 hb_position_t kern2 = kern - kern1; in kern() local
118 pos[j].y_advance += kern2; in kern()
119 pos[j].y_offset += kern2; in kern()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-kern.hh99 hb_position_t kern2 = kern - kern1; in kern() local
101 pos[j].x_advance += kern2; in kern()
102 pos[j].x_offset += kern2; in kern()
117 hb_position_t kern2 = kern - kern1; in kern() local
119 pos[j].y_advance += kern2; in kern()
120 pos[j].y_offset += kern2; in kern()
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex3037 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
/third_party/libffi/doc/
Dtexinfo.tex3533 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
/third_party/chromium/patch/
D0001-cve.patch34733 + hb_position_t kern2 = kern - kern1;
34738 + dst2[i] += kern2;
34739 + dst2[i + 2] += kern2;
34744 + dst1[i + 2] += src[i + 2] - kern2;
34745 + dst2[i] += kern2;