Home
last modified time | relevance | path

Searched refs:pPos (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc399 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_graphite2_shape() local
403 for (is = gr_seg_first_slot (seg); is; pPos++, ++info, is = gr_slot_next_in_segment (is)) in _hb_graphite2_shape()
405 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; in _hb_graphite2_shape()
406 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape()
408 pPos->x_advance = info->var1.i32; in _hb_graphite2_shape()
409 curradvx += pPos->x_advance; in _hb_graphite2_shape()
412 pPos->x_advance = 0.; in _hb_graphite2_shape()
414 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
415 curradvy += pPos->y_advance; in _hb_graphite2_shape()
421 for (is = gr_seg_first_slot (seg); is; pPos in _hb_graphite2_shape()
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c226964 Fts5PoslistReader *pPos = &aIter[i]; global() local
227100 Fts5LookaheadReader *pPos = &a[i].reader; global() local
233219 fts5IndexExtractColset( int *pRc, Fts5Colset *pColset, const u8 *pPos, int nPos, Fts5Iter *pIter ) global() argument
243983 const u8 *pPos; int nPos; /* Position list */ global() local
[all...]

Completed in 129 milliseconds