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

  /external/skia/src/core/
SkConvertPixels.h 16 void SkConvertPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
SkConvertPixels.cpp 11 #include "SkConvertPixels.h"
172 SkConvertPixels(dstInfoCT, dstCTable, rowBytes, srcInfo8888, ctable->readColors(), rowBytes,
391 void SkConvertPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB,
SkPixmap.cpp 11 #include "SkConvertPixels.h"
88 SkConvertPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, srcInfo, srcPixels, this->rowBytes(),
SkBitmap.cpp 12 #include "SkConvertPixels.h"
533 SkConvertPixels(dstInfo, dstPixels, this->rowBytes(), rec.fInfo, rec.fPixels, rec.fRowBytes,
552 SkConvertPixels(SkImageInfo::MakeA8(pmap.width(), pmap.height()), alpha, alphaRowBytes,

Completed in 121 milliseconds