Home
last modified time | relevance | path

Searched refs:curradv (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc329 unsigned int curradv = 0; in _hb_graphite2_shape() local
332 curradv = gr_slot_origin_X(gr_seg_first_slot(seg)) * xscale; in _hb_graphite2_shape()
333 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape()
361 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape()
362 curradv -= c->advance; in _hb_graphite2_shape()
367 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape()
368 curradv += clusters[ci].advance; in _hb_graphite2_shape()
379 clusters[ci].advance += curradv; in _hb_graphite2_shape()
381 clusters[ci].advance += gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape()

Completed in 1 milliseconds