Searched refs:pPos (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 381 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_graphite2_shape() local 385 for (is = gr_seg_first_slot (seg); is; pPos++, ++info, is = gr_slot_next_in_segment (is)) in _hb_graphite2_shape() 387 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; in _hb_graphite2_shape() 388 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape() 390 pPos->x_advance = info->var1.i32; in _hb_graphite2_shape() 391 curradvx += pPos->x_advance; in _hb_graphite2_shape() 394 pPos->x_advance = 0.; in _hb_graphite2_shape() 396 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape() 397 curradvy += pPos->y_advance; in _hb_graphite2_shape() 403 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 | 238 size_t pPos = aPos.value(); // Used to track the position of '@' or '.'. in CheckMailLink() local 244 if (ch != L'.' || i == pPos || i == 1) { in CheckMailLink() 251 size_t removed_len = i == pPos ? i + 1 : i; in CheckMailLink() 256 pPos = i - 1; in CheckMailLink() 274 pPos = 0; // Used to track the position of '.'. in CheckMailLink() 280 if (wch != L'.' || i == pPos + 1) { in CheckMailLink() 282 size_t host_end = i == pPos + 1 ? i - 2 : i - 1; in CheckMailLink() 283 if (pPos > 0 && host_end - aPos.value() >= 3) { in CheckMailLink() 290 pPos = i; in CheckMailLink()
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 98 size_t pPos = source.find("(", akPos); in get_kernel_name() local 99 if (!(pPos != std::string::npos)) continue; in get_kernel_name() 102 pos = source.find_last_not_of(" \t\r\n", pPos - 1); in get_kernel_name() 116 akPos = pPos + 1; in get_kernel_name()
|
/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… 781 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, E… in NextChunk() argument 786 if ((result = EAS_HWFileSeek(pDLSData->hwInstData, pDLSData->fileHandle, *pPos)) != EAS_SUCCESS) in NextChunk() 813 *pPos += *pSize + 8; in NextChunk() 816 if (*pPos & 1) in NextChunk() 817 (*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/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 213411 Fts5PoslistReader *pPos = &aIter[i]; 213413 if( pPos->iPos!=iAdj ){ 213415 while( pPos->iPos<iAdj ){ 213416 if( sqlite3Fts5PoslistReaderNext(pPos) ) goto ismatch_out; 213418 if( pPos->iPos>iAdj ) iPos = pPos->iPos-i; 213547 Fts5LookaheadReader *pPos = &a[i].reader; 213549 if( pPos->iPos<iMin || pPos->iPos>iMax ){ 213551 while( pPos->iPos<iMin ){ 213552 if( fts5LookaheadReaderNext(pPos) ) goto ismatch_out; 213554 if( pPos->iPos>iMax ) iMax = pPos->iPos; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 212641 Fts5PoslistReader *pPos = &aIter[i]; 212643 if( pPos->iPos!=iAdj ){ 212645 while( pPos->iPos<iAdj ){ 212646 if( sqlite3Fts5PoslistReaderNext(pPos) ) goto ismatch_out; 212648 if( pPos->iPos>iAdj ) iPos = pPos->iPos-i; 212777 Fts5LookaheadReader *pPos = &a[i].reader; 212779 if( pPos->iPos<iMin || pPos->iPos>iMax ){ 212781 while( pPos->iPos<iMin ){ 212782 if( fts5LookaheadReaderNext(pPos) ) goto ismatch_out; 212784 if( pPos->iPos>iMax ) iMax = pPos->iPos; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 212669 Fts5PoslistReader *pPos = &aIter[i]; 212671 if( pPos->iPos!=iAdj ){ 212673 while( pPos->iPos<iAdj ){ 212674 if( sqlite3Fts5PoslistReaderNext(pPos) ) goto ismatch_out; 212676 if( pPos->iPos>iAdj ) iPos = pPos->iPos-i; 212805 Fts5LookaheadReader *pPos = &a[i].reader; 212807 if( pPos->iPos<iMin || pPos->iPos>iMax ){ 212809 while( pPos->iPos<iMin ){ 212810 if( fts5LookaheadReaderNext(pPos) ) goto ismatch_out; 212812 if( pPos->iPos>iMax ) iMax = pPos->iPos; [all …]
|