HomeSort by relevance Sort by last modified time
    Searched refs:curradvx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 241 float curradvx = 0., curradvy = 0.; local
345 curradvx = gr_seg_advance_X(seg);
351 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
356 curradvx -= pPos->x_advance;
357 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
359 curradvx += pPos->x_advance;
364 pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx;
  /external/harfbuzz_ng/src/
hb-graphite2.cc 242 float curradvx = 0., curradvy = 0.; local
348 curradvx = gr_seg_advance_X(seg);
354 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
359 curradvx -= pPos->x_advance;
360 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
362 curradvx += pPos->x_advance;
367 pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx;

Completed in 88 milliseconds