HomeSort by relevance Sort by last modified time
    Searched defs:xptr (Results 1 - 8 of 8) sorted by null

  /external/skia/legacy/src/core/
SkBitmapProcState_matrixProcs.cpp 287 static void fill_sequential(uint16_t xptr[], int start, int count) {
289 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
290 *xptr++ = start++;
294 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr);
305 xptr = reinterpret_cast<uint16_t*>(xxptr);
309 *xptr++ = start++;
313 *xptr++ = start++;
342 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
351 memset(xptr, 0, n * sizeof(uint16_t));
356 xptr += n
390 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
430 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
    [all...]
SkPictureRecord.cpp 383 SkScalar* xptr = (SkScalar*)fWriter.reserve(points * sizeof(SkScalar)); local
385 *xptr++ = pos[index].fX;
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 280 static void fill_sequential(uint16_t xptr[], int start, int count) {
282 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
283 *xptr++ = start++;
287 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr);
298 xptr = reinterpret_cast<uint16_t*>(xxptr);
302 *xptr++ = start++;
306 *xptr++ = start++;
335 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
344 memset(xptr, 0, n * sizeof(uint16_t));
349 xptr += n
383 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
423 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
    [all...]
SkPictureRecord.cpp 613 SkScalar* xptr = (SkScalar*)fWriter.reserve(points * sizeof(SkScalar)); local
615 *xptr++ = pos[index].fX;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 195 int *xptr, *csptr; local
200 xptr = buf;
208 r0 = xptr[0];
209 r1 = xptr[1];
210 xptr += step;
212 t0 = xptr[0];
213 t1 = xptr[1];
218 xptr += step;
227 t0 = xptr[0];
228 t1 = xptr[1]
    [all...]
  /external/libxml2/include/libxml/
xpath.h 317 int xptr; /* is this an XPointer context? */ member in struct:_xmlXPathContext
382 int xptr; /* it this an XPointer expression */ member in struct:_xmlXPathParserContext
  /external/libxml2/
xinclude.c 60 xmlXPathObjectPtr xptr; /* the xpointer if needed */ member in struct:_xmlXIncludeRef
208 if (ref->xptr != NULL)
209 xmlXPathFreeObject(ref->xptr);
1560 xmlXPathObjectPtr xptr; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1349 char *xptr, *aptr; local
    [all...]

Completed in 390 milliseconds