Home
last modified time | relevance | path

Searched defs:dstCT (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/opts/
DSkBlitMask_opts_arm.cpp14 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkColorType dstCT, in PlatformColorProcs()
48 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType dstCT, in PlatformRowProcs()
DSkBlitMask_opts_none.cpp10 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkColorType dstCT, in PlatformColorProcs()
20 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType dstCT, in PlatformRowProcs()
Dopts_check_x86.cpp263 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkColorType dstCT, in PlatformColorProcs()
/external/skia/src/gpu/
DSkGrPixelRef.cpp56 static SkGrPixelRef* copy_to_new_texture_pixelref(GrTexture* texture, SkColorType dstCT, in copy_to_new_texture_pixelref()
129 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, SkColorProfileType dstPT, in deepCopy()
/external/skia/src/core/
DSkBitmap.cpp1008 const SkColorType dstCT = this->colorType(); in deepCopyTo() local