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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 344 hb_glyph_position_t *pPos;
345 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
346 is; pPos++, is = gr_slot_next_in_segment (is))
348 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
349 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
350 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
351 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
353 curradvx -= pPos->x_advance;
354 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
356 curradvx += pPos->x_advance
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 344 hb_glyph_position_t *pPos;
345 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
346 is; pPos++, is = gr_slot_next_in_segment (is))
348 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
349 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
350 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
351 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
353 curradvx -= pPos->x_advance;
354 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
356 curradvx += pPos->x_advance
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp     [all...]

Completed in 34 milliseconds