OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pPos
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc
349
hb_glyph_position_t *
pPos
;
350
for (
pPos
= hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
351
is;
pPos
++, is = gr_slot_next_in_segment (is))
353
pPos
->x_offset = gr_slot_origin_X (is) - curradvx;
354
pPos
->y_offset = gr_slot_origin_Y (is) - curradvy;
355
pPos
->x_advance = gr_slot_advance_X (is, grface, grfont);
356
pPos
->y_advance = gr_slot_advance_Y (is, grface, grfont);
358
curradvx -=
pPos
->x_advance;
359
pPos
->x_offset = gr_slot_origin_X (is) - curradvx;
361
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 119 milliseconds