Searched defs:pPos (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fpdftext/
H A Dcpdf_linkextract.cpp102 int pPos = aPos; // Used to track the position of '@' or '.'. local
108 if (ch != L'.' || i == pPos - 1 || i == 0) {
115 int removed_len = i == pPos - 1 ? i + 2 : i + 1;
120 pPos = i;
138 pPos = 0; // Used to track the position of '.'.
144 if (wch != L'.' || i == pPos + 1) {
146 int host_end = i == pPos + 1 ? i - 2 : i - 1;
147 if (pPos > 0 && host_end - aPos >= 3) {
154 pPos = i;
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc382 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); local
384 for (is = gr_seg_first_slot (seg); is; pPos++, ++info, is = gr_slot_next_in_segment (is))
386 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
387 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
389 pPos->x_advance = info->var1.i32;
390 curradvx += pPos->x_advance;
393 pPos->x_advance = 0.;
395 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale;
396 curradvy += pPos->y_advance;
403 hb_glyph_position_t *pPos local
[all...]
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_lexer.h123 void RestorePos(const FX_WCHAR* pPos) { m_ptr = pPos; } argument
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_data_avail.cpp1578 void CPDF_DataAvail::GetLinearizedMainXRefInfo(FX_FILESIZE* pPos, argument
1580 if (pPos)
1581 *pPos = m_dwLastXRefOffset;
/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c2628 const char * pPos; local
2655 pPos = string;
2659 if ( _strnicmp( pPos, subString, subStringLen ) == 0 )
2661 return pPos;
2664 pPos++;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c418 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize);
779 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize) argument
784 if ((result = EAS_HWFileSeek(pDLSData->hwInstData, pDLSData->fileHandle, *pPos)) != EAS_SUCCESS)
811 *pPos += *pSize + 8;
814 if (*pPos & 1)
815 (*pPos)++;
/external/sqlite/dist/orig/
H A Dsqlite3.c187209 Fts5PoslistReader *pPos = &aIter[i]; local
187343 Fts5LookaheadReader *pPos = &a[i].reader; local
193252 fts5IndexExtractColset( int *pRc, Fts5Colset *pColset, const u8 *pPos, int nPos, Fts5Buffer *pBuf ) argument
202834 const u8 *pPos; int nPos; /* Position list */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c187221 Fts5PoslistReader *pPos = &aIter[i]; local
187355 Fts5LookaheadReader *pPos = &a[i].reader; local
193264 fts5IndexExtractColset( int *pRc, Fts5Colset *pColset, const u8 *pPos, int nPos, Fts5Buffer *pBuf ) argument
202846 const u8 *pPos; int nPos; /* Position list */ local
[all...]

Completed in 840 milliseconds