Searched refs:pPos (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 398 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_graphite2_shape() local 402 for (is = gr_seg_first_slot (seg); is; pPos++, ++info, is = gr_slot_next_in_segment (is)) in _hb_graphite2_shape() 404 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; in _hb_graphite2_shape() 405 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape() 407 pPos->x_advance = info->var1.i32 * xscale; in _hb_graphite2_shape() 408 curradvx += pPos->x_advance; in _hb_graphite2_shape() 411 pPos->x_advance = 0.; in _hb_graphite2_shape() 413 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape() 414 curradvy += pPos->y_advance; in _hb_graphite2_shape() 420 for (is = gr_seg_first_slot (seg); is; pPos++, info++, is = gr_slot_next_in_segment (is)) in _hb_graphite2_shape() [all …]
|
/external/pdfium/core/fpdftext/ |
D | cpdf_linkextract.cpp | 245 size_t pPos = aPos.value(); // Used to track the position of '@' or '.'. in CheckMailLink() local 251 if (ch != L'.' || i == pPos || i == 1) { in CheckMailLink() 258 size_t removed_len = i == pPos ? i + 1 : i; in CheckMailLink() 263 pPos = i - 1; in CheckMailLink() 281 pPos = 0; // Used to track the position of '.'. in CheckMailLink() 287 if (wch != L'.' || i == pPos + 1) { in CheckMailLink() 289 size_t host_end = i == pPos + 1 ? i - 2 : i - 1; in CheckMailLink() 290 if (pPos > 0 && host_end - aPos.value() >= 3) { in CheckMailLink() 297 pPos = i; in CheckMailLink()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 419 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, E… 780 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, E… in NextChunk() argument 785 if ((result = EAS_HWFileSeek(pDLSData->hwInstData, pDLSData->fileHandle, *pPos)) != EAS_SUCCESS) in NextChunk() 812 *pPos += *pSize + 8; in NextChunk() 815 if (*pPos & 1) in NextChunk() 816 (*pPos)++; in NextChunk()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 2628 const char * pPos; in strnistr() local 2655 pPos = string; in strnistr() 2659 if ( _strnicmp( pPos, subString, subStringLen ) == 0 ) in strnistr() 2661 return pPos; in strnistr() 2664 pPos++; in strnistr()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 191357 Fts5PoslistReader *pPos = &aIter[i]; 191359 if( pPos->iPos!=iAdj ){ 191361 while( pPos->iPos<iAdj ){ 191362 if( sqlite3Fts5PoslistReaderNext(pPos) ) goto ismatch_out; 191364 if( pPos->iPos>iAdj ) iPos = pPos->iPos-i; 191493 Fts5LookaheadReader *pPos = &a[i].reader; 191495 if( pPos->iPos<iMin || pPos->iPos>iMax ){ 191497 while( pPos->iPos<iMin ){ 191498 if( fts5LookaheadReaderNext(pPos) ) goto ismatch_out; 191500 if( pPos->iPos>iMax ) iMax = pPos->iPos; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 191385 Fts5PoslistReader *pPos = &aIter[i]; 191387 if( pPos->iPos!=iAdj ){ 191389 while( pPos->iPos<iAdj ){ 191390 if( sqlite3Fts5PoslistReaderNext(pPos) ) goto ismatch_out; 191392 if( pPos->iPos>iAdj ) iPos = pPos->iPos-i; 191521 Fts5LookaheadReader *pPos = &a[i].reader; 191523 if( pPos->iPos<iMin || pPos->iPos>iMax ){ 191525 while( pPos->iPos<iMin ){ 191526 if( fts5LookaheadReaderNext(pPos) ) goto ismatch_out; 191528 if( pPos->iPos>iMax ) iMax = pPos->iPos; [all …]
|