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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 347 hb_glyph_position_t *pPos;
348 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
349 is; pPos++, is = gr_slot_next_in_segment (is))
351 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
352 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
353 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
354 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
356 curradvx -= pPos->x_advance;
357 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
359 curradvx += pPos->x_advance
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 350 hb_glyph_position_t *pPos;
351 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
352 is; pPos++, is = gr_slot_next_in_segment (is))
354 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
355 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
356 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
357 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
359 curradvx -= pPos->x_advance;
360 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
362 curradvx += pPos->x_advance
    [all...]

Completed in 121 milliseconds