OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curradvx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc
243
float
curradvx
= 0., curradvy = 0.;
local
347
curradvx
= gr_seg_advance_X(seg);
353
pPos->x_offset = gr_slot_origin_X (is) -
curradvx
;
358
curradvx
-= pPos->x_advance;
359
pPos->x_offset = gr_slot_origin_X (is) -
curradvx
;
361
curradvx
+= pPos->x_advance;
366
pPos[-1].x_advance += gr_seg_advance_X(seg) -
curradvx
;
/external/harfbuzz_ng/src/
hb-graphite2.cc
244
float
curradvx
= 0., curradvy = 0.;
local
342
curradvx
= gr_seg_advance_X(seg);
348
pPos->x_offset = gr_slot_origin_X (is) -
curradvx
;
353
curradvx
-= pPos->x_advance;
354
pPos->x_offset = gr_slot_origin_X (is) -
curradvx
;
356
curradvx
+= pPos->x_advance;
361
pPos[-1].x_advance += gr_seg_advance_X(seg) -
curradvx
;
Completed in 136 milliseconds