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

  /external/skia/src/opts/
SkBlitMask_opts_none.cpp 10 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkColorType dstCT,
20 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType dstCT,
SkBlitMask_opts_arm.cpp 14 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkColorType dstCT,
27 if ((kN32_SkColorType == dstCT) &&
48 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType dstCT,
opts_check_x86.cpp 263 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkColorType dstCT,
272 switch (dstCT) {
  /external/skia/src/gpu/
SkGrPixelRef.cpp 56 static SkGrPixelRef* copy_to_new_texture_pixelref(GrTexture* texture, SkColorType dstCT,
58 if (NULL == texture || kUnknown_SkColorType == dstCT) {
81 desc.fConfig = SkImageInfo2GrPixelConfig(dstCT, kPremul_SkAlphaType, dstPT);
94 SkImageInfo info = SkImageInfo::Make(desc.fWidth, desc.fHeight, dstCT, kPremul_SkAlphaType,
129 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, SkColorProfileType dstPT,
141 return copy_to_new_texture_pixelref(fSurface->asTexture(), dstCT, dstPT, subset);
  /external/skia/src/core/
SkBitmap.cpp 1008 const SkColorType dstCT = this->colorType();
1011 if (!this->canCopyTo(dstCT)) {
1018 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, dstPT, NULL);
1021 if (this->colorType() == dstCT && this->profileType() == dstPT) {
1033 const SkImageInfo info = fInfo.makeColorType(dstCT);
1045 return this->copyTo(dst, dstCT, NULL);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 749 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle);
753 if (!src.copyTo(&result, dstCT, &allocator)) {
    [all...]

Completed in 334 milliseconds