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

  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 354 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle);
358 if (!src->copyTo(&result, dstCT, &allocator)) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 980 const SkColorType dstCT = this->colorType();
982 if (!this->canCopyTo(dstCT)) {
989 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, NULL);
992 if (this->colorType() == dstCT) {
1004 const SkImageInfo info = fInfo.makeColorType(dstCT);
1016 return this->copyTo(dst, dstCT, NULL);
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 1034 const SkColorType dstCT = this->colorType();
1036 if (!this->canCopyTo(dstCT)) {
1043 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, NULL);
1046 if (this->colorType() == dstCT) {
    [all...]

Completed in 157 milliseconds