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 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)
  /external/quake/quake/src/WinQuake/
r_part.cpp 659 float* pPos = gVertexBuffer;
742 pPos = gVertexBuffer;
752 *pPos++ = p->org[0];
753 *pPos++ = p->org[1];
754 *pPos++ = p->org[2];
761 *pPos++ = p->org[0] + up[0]*scale;
762 *pPos++ = p->org[1] + up[1]*scale;
763 *pPos++ = p->org[2] + up[2]*scale;
770 *pPos++ = p->org[0] + right[0]*scale;
771 *pPos++ = p->org[1] + right[1]*scale
    [all...]
gl_rlight.cpp 98 float* pPos = gVertexBuffer;
105 *pPos++ = light->origin[i] - vpn[i]*rad;
114 *pPos++ = light->origin[j] + vright[j]*cos(a)*rad
gl_rmain.cpp 359 float* pPos;
375 pPos = gVertexBuffer;
391 *pPos++ = verts->v[0];
392 *pPos++ = verts->v[1];
393 *pPos++ = verts->v[2];
    [all...]
gl_rsurf.cpp 585 float* pPos = gVertexBuffer;
589 *pPos++ = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime);
590 *pPos++ = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime);
591 *pPos++ = v[2];
    [all...]
  /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 143 milliseconds