Home
last modified time | relevance | path

Searched refs:pPos (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-graphite2.cc380 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_graphite2_shape() local
382 for (is = gr_seg_first_slot (seg); is; pPos++, ++info, is = gr_slot_next_in_segment (is)) in _hb_graphite2_shape()
384 pPos->x_offset = gr_slot_origin_X (is) - curradvx; in _hb_graphite2_shape()
385 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape()
387 pPos->x_advance = info->var1.i32; in _hb_graphite2_shape()
388 curradvx += pPos->x_advance; in _hb_graphite2_shape()
391 pPos->x_advance = 0.; in _hb_graphite2_shape()
393 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale; in _hb_graphite2_shape()
394 curradvy += pPos->y_advance; in _hb_graphite2_shape()
401 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_graphite2_shape() local
[all …]
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_lexer.h115 void RestorePos(const FX_WCHAR* pPos) { m_ptr = pPos; } in RestorePos() argument
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c414 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, E…
770 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, E… in NextChunk() argument
775 if ((result = EAS_HWFileSeek(pDLSData->hwInstData, pDLSData->fileHandle, *pPos)) != EAS_SUCCESS) in NextChunk()
797 *pPos += *pSize + 8; in NextChunk()
800 if (*pPos & 1) in NextChunk()
801 (*pPos)++; in NextChunk()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp2621 int pPos = aPos; // Used to track the position of '@' or '.'. in CheckMailLink() local
2627 if (ch != L'.' || i == pPos - 1 || i == 0) { in CheckMailLink()
2634 int removed_len = i == pPos - 1 ? i + 2 : i + 1; in CheckMailLink()
2639 pPos = i; in CheckMailLink()
2657 pPos = 0; // Used to track the position of '.'. in CheckMailLink()
2663 if (wch != L'.' || i == pPos + 1) { in CheckMailLink()
2665 int host_end = i == pPos + 1 ? i - 2 : i - 1; in CheckMailLink()
2666 if (pPos > 0 && host_end - aPos >= 3) { in CheckMailLink()
2673 pPos = i; in CheckMailLink()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h913 virtual void GetLinearizedMainXRefInfo(FX_FILESIZE* pPos,
/external/opencv/cvaux/include/
Dcvvidsurv.hpp1312 CV_EXPORTS int cvTestSeqGetObjectPos(CvTestSeq* pTestSeq, int ObjIndex, CvPoint2D32f* pPos);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp2741 void GetLinearizedMainXRefInfo(FX_FILESIZE* pPos, FX_DWORD* pSize) override;
4553 void CPDF_DataAvail::GetLinearizedMainXRefInfo(FX_FILESIZE* pPos, in GetLinearizedMainXRefInfo() argument
4555 if (pPos) { in GetLinearizedMainXRefInfo()
4556 *pPos = m_dwLastXRefOffset; in GetLinearizedMainXRefInfo()
/external/sqlite/dist/
Dsqlite3.c170238 Fts5PoslistReader *pPos = &aIter[i];
170240 if( pPos->iPos!=iAdj ){
170242 while( pPos->iPos<iAdj ){
170243 if( sqlite3Fts5PoslistReaderNext(pPos) ) goto ismatch_out;
170245 if( pPos->iPos>iAdj ) iPos = pPos->iPos-i;
170378 Fts5LookaheadReader *pPos = &a[i].reader;
170380 if( pPos->iPos<iMin || pPos->iPos>iMax ){
170382 while( pPos->iPos<iMin ){
170383 if( fts5LookaheadReaderNext(pPos) ) goto ismatch_out;
170385 if( pPos->iPos>iMax ) iMax = pPos->iPos;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c170208 Fts5PoslistReader *pPos = &aIter[i];
170210 if( pPos->iPos!=iAdj ){
170212 while( pPos->iPos<iAdj ){
170213 if( sqlite3Fts5PoslistReaderNext(pPos) ) goto ismatch_out;
170215 if( pPos->iPos>iAdj ) iPos = pPos->iPos-i;
170348 Fts5LookaheadReader *pPos = &a[i].reader;
170350 if( pPos->iPos<iMin || pPos->iPos>iMax ){
170352 while( pPos->iPos<iMin ){
170353 if( fts5LookaheadReaderNext(pPos) ) goto ismatch_out;
170355 if( pPos->iPos>iMax ) iMax = pPos->iPos;
[all …]