Home
last modified time | relevance | path

Searched refs:em_fscale_y (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.hh140 float em_fscale_y (int16_t v) { return em_fscale (v, y_scale); } in em_fscale_y() function
Dhb-ot-layout-gpos-table.hh381 *y = font->em_fscale_y (yCoordinate); in get_anchor()
416 *y = font->em_fscale_y (yCoordinate); in get_anchor()
428 *y = ret && y_ppem ? cy : font->em_fscale_y (yCoordinate); in get_anchor()
459 *y = font->em_fscale_y (yCoordinate); in get_anchor()
/third_party/chromium/patch/
D0001-cve.patch32022 float em_fscale_y (int16_t v) { return em_fscale (v, y_scale); }