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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 344 hb_glyph_position_t *pPos;
345 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
346 is; pPos++, is = gr_slot_next_in_segment (is))
348 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
349 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
350 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
351 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
353 curradvx -= pPos->x_advance;
354 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
356 curradvx += pPos->x_advance
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 344 hb_glyph_position_t *pPos;
345 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg);
346 is; pPos++, is = gr_slot_next_in_segment (is))
348 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
349 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
350 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
351 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
353 curradvx -= pPos->x_advance;
354 pPos->x_offset = gr_slot_origin_X (is) - curradvx;
356 curradvx += pPos->x_advance
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 36 DataIteratorBase(ChunkType* X, unsigned int pPos)
37 : m_pChunk(X), m_Pos(pPos)
84 DataIterator(ChunkType* pChunk, unsigned int pPos)
85 : Base(pChunk, pPos)
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp     [all...]
  /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/opencv/cvaux/include/
cvvidsurv.hpp     [all...]

Completed in 492 milliseconds