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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 347 hb_glyph_position_t *pPos;
348 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
349 is; pPos++, is = gr_slot_next_in_segment (is))
351 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
352 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
353 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
354 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
356 curradvx -= pPos->x_advance;
357 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
359 curradvx += pPos->x_advance
    [all...]
  /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 33 DataIteratorBase(ChunkType* X, unsigned int pPos)
34 : m_pChunk(X), m_Pos(pPos)
81 DataIterator(ChunkType* pChunk, unsigned int pPos)
82 : Base(pChunk, pPos)
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 75 ELFSegment::iterator ELFSegment::insert(ELFSegment::iterator pPos,
78 return m_SectionList.insert(pPos, pSection);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 104 iterator insert(iterator pPos, LDSection* pSection);
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 406 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize);
760 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize)
765 if ((result = EAS_HWFileSeek(pDLSData->hwInstData, pDLSData->fileHandle, *pPos)) != EAS_SUCCESS)
787 *pPos += *pSize + 8;
790 if (*pPos & 1)
791 (*pPos)++;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 889 virtual void GetLinearizedMainXRefInfo(FX_FILESIZE *pPos, FX_DWORD *pSize) = 0;
972 virtual void GetLinearizedMainXRefInfo(FX_FILESIZE *pPos, FX_DWORD *pSize);
  /external/opencv/cvaux/include/
cvvidsurv.hpp     [all...]
  /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 600 milliseconds