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

  /external/skia/src/effects/
Sk1DPathEffect.cpp 122 SkPoint srcP[4], dstP[3];
125 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb)
129 morphpoints(dstP, srcP, 1, meas, dist);
133 srcP[2] = srcP[1];
134 srcP[1].set(SkScalarAve(srcP[0].fX, srcP[2].fX),
135 SkScalarAve(srcP[0].fY, srcP[2].fY))
    [all...]
SkTableMaskFilter.cpp 33 const uint8_t* srcP = src.fImage;
41 dstP[x] = table[srcP[x]];
43 srcP += src.fRowBytes;
  /external/skia/src/images/
SkFlipPixelRef.cpp 86 const char* srcP = static_cast<const char*>(srcAddr) + offset;
92 memcpy(dstP, srcP, bytes);
94 srcP += rb;
SkImageDecoder_libpng.cpp 798 const uint16_t* SK_RESTRICT srcP = (const uint16_t*)src;
800 unsigned c = *srcP++;
809 const SkPMColor* SK_RESTRICT srcP = (const SkPMColor*)src;
811 SkPMColor c = *srcP++;
820 const SkPMColor16* SK_RESTRICT srcP = (const SkPMColor16*)src;
822 SkPMColor16 c = *srcP++;
831 const SkPMColor* SK_RESTRICT srcP = (const SkPMColor*)src;
836 SkPMColor c = *srcP++;
857 const SkPMColor16* SK_RESTRICT srcP = (const SkPMColor16*)src;
862 SkPMColor16 c = *srcP++
    [all...]
  /external/skia/bench/
RepeatTileBench.cpp 71 const SkPMColor* srcP = src.getAddr32(0, y);
74 *dstP++ = compute666Index(*srcP++);
BitmapBench.cpp 75 const SkPMColor* srcP = src.getAddr32(0, y);
78 *dstP++ = compute666Index(*srcP++);
  /external/skia/tests/
BitmapCopyTest.cpp 143 const char* srcP = (const char*)src.getAddr(0, 0);
145 REPORTER_ASSERT(reporter, srcP != dstP);
146 REPORTER_ASSERT(reporter, !memcmp(srcP, dstP,
  /external/skia/src/core/
SkDraw.cpp     [all...]
SkBitmap.cpp 773 const char* srcP = reinterpret_cast<const char*>(this->getPixels());
778 memcpy(dstP, srcP, bytesToCopy);
779 srcP += this->rowBytes();
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 82 milliseconds