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

  /external/chromium_org/third_party/skia/src/effects/
Sk1DPathEffect.cpp 114 SkPoint srcP[4], dstP[3];
120 if (morphpoints(dstP, srcP, 1, meas, dist)) {
121 dst->moveTo(dstP[0]);
130 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) {
131 dst->quadTo(dstP[0], dstP[1]);
135 if (morphpoints(dstP, &srcP[1], 3, meas, dist)) {
136 dst->cubicTo(dstP[0], dstP[1], dstP[2])
    [all...]
Sk2DPathEffect.cpp 93 SkPoint src[2], dstP[2];
97 this->getMatrix().mapPoints(dstP, src, 2);
99 dst->moveTo(dstP[0]);
100 dst->lineTo(dstP[1]);
SkTableMaskFilter.cpp 41 uint8_t* dstP = dst->fImage;
48 dstP[x] = table[srcP[x]];
51 // we can't just inc dstP by rowbytes, because if it has any
55 dstP += dstWidth;
57 *dstP++ = 0;
  /external/skia/src/effects/
Sk1DPathEffect.cpp 114 SkPoint srcP[4], dstP[3];
120 if (morphpoints(dstP, srcP, 1, meas, dist)) {
121 dst->moveTo(dstP[0]);
130 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) {
131 dst->quadTo(dstP[0], dstP[1]);
135 if (morphpoints(dstP, &srcP[1], 3, meas, dist)) {
136 dst->cubicTo(dstP[0], dstP[1], dstP[2])
    [all...]
Sk2DPathEffect.cpp 93 SkPoint src[2], dstP[2];
97 this->getMatrix().mapPoints(dstP, src, 2);
99 dst->moveTo(dstP[0]);
100 dst->lineTo(dstP[1]);
SkTableMaskFilter.cpp 41 uint8_t* dstP = dst->fImage;
48 dstP[x] = table[srcP[x]];
51 // we can't just inc dstP by rowbytes, because if it has any
55 dstP += dstWidth;
57 *dstP++ = 0;
  /external/skia/src/images/
SkFlipPixelRef.cpp 68 char* dstP = static_cast<char*>(dst.getPixels()) + offset;
75 memcpy(dstP, srcP, bytes);
76 dstP += rb;
  /system/core/libutils/
Unicode.cpp 103 // Write out the source character to <dstP>.
105 static inline void utf32_codepoint_to_utf8(uint8_t* dstP, char32_t srcChar, size_t bytes)
107 dstP += bytes;
110 case 4: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
111 case 3: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
112 case 2: *--dstP = (uint8_t)((srcChar | kByteMark) & kByteMask); srcChar >>= 6;
113 case 1: *--dstP = (uint8_t)(srcChar | kFirstByteMark[bytes]);
  /external/skia/bench/
RepeatTileBench.cpp 79 uint8_t* dstP = dst->getAddr8(0, y);
81 *dstP++ = compute_666_index(*srcP++);
BitmapBench.cpp 60 uint8_t* dstP = dst->getAddr8(0, y);
62 *dstP++ = compute666Index(*srcP++);
  /external/skia/tests/
GpuBitmapCopyTest.cpp 83 const char* dstP = static_cast<const char*>(dstReadBack.getAddr(0, 0));
84 REPORTER_ASSERT(reporter, srcP != dstP);
86 REPORTER_ASSERT(reporter, !memcmp(srcP, dstP, srcReadBack.getSize()));
BitmapCopyTest.cpp 300 const char* dstP = (const char*)dst.getAddr(0, 0);
301 REPORTER_ASSERT(reporter, srcP != dstP);
302 REPORTER_ASSERT(reporter, !memcmp(srcP, dstP,
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 433 uint16_t* dstP = (uint16_t*)dst.fImage;
492 dstP[pixel_x] = SkPack888ToRGB16(r, g, b);
494 dstP = (uint16_t*)((char*)dstP + dstRB);
506 SkPMColor* dstP = (SkPMColor*)dst.fImage;
517 dstP[x] = SkPackARGB32(0xFF, r, g, b);
519 dstP = (SkPMColor*)((char*)dstP + dstRB);
SkBitmap.cpp 501 uint8_t* dstP = reinterpret_cast<uint8_t*>(dst);
503 row++, srcP += fRowBytes, dstP += dstRowBytes) {
504 memcpy(dstP, srcP, rowBytes);
1104 char* dstP = reinterpret_cast<char*>(tmpDst.getPixels())
    [all...]
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkScalerContext.cpp 433 uint16_t* dstP = (uint16_t*)dst.fImage;
492 dstP[pixel_x] = SkPack888ToRGB16(r, g, b);
494 dstP = (uint16_t*)((char*)dstP + dstRB);
506 SkPMColor* dstP = (SkPMColor*)dst.fImage;
517 dstP[x] = SkPackARGB32(0xFF, r, g, b);
519 dstP = (SkPMColor*)((char*)dstP + dstRB);
SkBitmap.cpp 501 uint8_t* dstP = reinterpret_cast<uint8_t*>(dst);
503 row++, srcP += fRowBytes, dstP += dstRowBytes) {
504 memcpy(dstP, srcP, rowBytes);
1104 char* dstP = reinterpret_cast<char*>(tmpDst.getPixels())
    [all...]
SkDraw.cpp     [all...]
  /external/valgrind/main/coregrind/
m_transtab.c     [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 462 void gen_armle_goto ( char* fixup, char* dstP )
464 Elf_Word w = (Elf_Word)dstP;
470 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 396 void gen_armle_goto ( char* fixup, char* dstP )
398 Elf_Word w = (Elf_Word)dstP;
404 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
    [all...]

Completed in 735 milliseconds