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

  /external/harfbuzz_ng/src/
hb-graphite2.cc 376 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, nullptr);
380 for (is = gr_seg_first_slot (seg); is; pPos++, ++info, is = gr_slot_next_in_segment (is))
382 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx;
383 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
385 pPos->x_advance = info->var1.i32 * xscale;
386 curradvx += pPos->x_advance;
389 pPos->x_advance = 0.;
391 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale;
392 curradvy += pPos->y_advance;
398 for (is = gr_seg_first_slot (seg); is; pPos++, info++, is = gr_slot_next_in_segment (is)
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_linkextract.cpp 245 size_t pPos = aPos.value(); // Used to track the position of '@' or '.'.
251 if (ch != L'.' || i == pPos || i == 1) {
258 size_t removed_len = i == pPos ? i + 1 : i;
263 pPos = i - 1;
281 pPos = 0; // Used to track the position of '.'.
287 if (wch != L'.' || i == pPos + 1) {
289 size_t host_end = i == pPos + 1 ? i - 2 : i - 1;
290 if (pPos > 0 && host_end - aPos.value() >= 3) {
297 pPos = i;
  /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 418 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize);
779 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize)
784 if ((result = EAS_HWFileSeek(pDLSData->hwInstData, pDLSData->fileHandle, *pPos)) != EAS_SUCCESS)
811 *pPos += *pSize + 8;
814 if (*pPos & 1)
815 (*pPos)++;
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
adoint_backcompat.h     [all...]

Completed in 393 milliseconds