Searched defs:woffset (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dstrokerects.cpp46 SkScalar woffset = rand.nextSScalar1(); local
49 r->offset(-w/2 + woffset, -h/2 + hoffset);
H A Dstrokes.cpp27 SkScalar woffset = rand.nextSScalar1(); local
30 r->offset(-w/2 + woffset, -h/2 + hoffset);
/external/skia/gm/
H A Dstrokerects.cpp46 SkScalar woffset = rand.nextSScalar1(); local
49 r->offset(-w/2 + woffset, -h/2 + hoffset);
H A Dstrokes.cpp27 SkScalar woffset = rand.nextSScalar1(); local
30 r->offset(-w/2 + woffset, -h/2 + hoffset);
/external/bison/lib/
H A Debitset.c576 bitset_windex woffset; local
597 woffset = windex - eindex * EBITSET_ELT_WORDS;
620 word = srcp[woffset] << (BITSET_WORD_BITS - 1 - bcount);
638 while (woffset--);
641 woffset = EBITSET_ELT_WORDS - 1;
684 bitset_windex woffset; local
688 woffset = eindex * EBITSET_ELT_WORDS;
690 for (; (windex - woffset) < EBITSET_ELT_WORDS; windex++)
692 word = srcp[windex - woffset] >> (bitno % BITSET_WORD_BITS);
858 bitset_windex woffset; local
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c5529 __glx_TexSubImage_3D4D( unsigned opcode, unsigned dim, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei extent, GLenum format, GLenum type, const GLvoid * pixels ) argument
5545 (void) memcpy((void *)(gc->pc + 60), (void *)(&woffset), 4);
5572 (void) memcpy((void *)(pc + 64), (void *)(&woffset), 4);

Completed in 611 milliseconds