HomeSort by relevance Sort by last modified time
    Searched refs:pPos (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/src/
hb-graphite2.cc 350 hb_glyph_position_t *pPos;
351 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
352 is; pPos++, is = gr_slot_next_in_segment (is))
354 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
355 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
356 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
357 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
359 curradvx -= pPos->x_advance;
360 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
362 curradvx += pPos->x_advance
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 31 DataIteratorBase(ChunkType* X, unsigned int pPos)
32 : m_pChunk(X), m_Pos(pPos) {}
77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {}
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 72 ELFSegment::iterator ELFSegment::insert(ELFSegment::iterator pPos,
74 return m_SectionList.insert(pPos, pSection);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 96 iterator insert(iterator pPos, LDSection* pSection);
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 414 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize);
768 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize)
773 if ((result = EAS_HWFileSeek(pDLSData->hwInstData, pDLSData->fileHandle, *pPos)) != EAS_SUCCESS)
795 *pPos += *pSize + 8;
798 if (*pPos & 1)
799 (*pPos)++;
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 852 virtual void GetLinearizedMainXRefInfo(FX_FILESIZE *pPos, FX_DWORD *pSize) = 0;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]

Completed in 559 milliseconds