HomeSort by relevance Sort by last modified time
    Searched full:dstinfo (Results 26 - 45 of 45) sorted by null

12

  /external/skia/src/codec/
SkSwizzler.cpp 458 void SkSwizzler::Fill(void* dstStartRow, const SkImageInfo& dstInfo, size_t dstRowBytes,
461 SkASSERT(numRows <= (uint32_t) dstInfo.height());
464 const size_t bytesToFill = dstInfo.makeWH(dstInfo.width(), numRows).getSafeSize(dstRowBytes);
467 switch(dstInfo.colorType()) {
488 for (int32_t col = 0; col < dstInfo.width(); col++) {
SkCodec_libico.cpp 228 SkCodec::Result SkIcoCodec::onGetPixels(const SkImageInfo& dstInfo,
237 if (dstInfo.dimensions() ==
241 result = fEmbeddedCodecs->operator[](i)->getPixels(dstInfo,
SkMaskSwizzler.cpp 258 SkMaskSwizzler::SkMaskSwizzler(const SkImageInfo& dstInfo, void* dst,
260 : fDstInfo(dstInfo)
  /external/skia/src/core/
SkBitmapDevice.cpp 158 const SkImageInfo dstInfo = fBitmap.info().makeWH(srcInfo.width(), srcInfo.height());
163 if (SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) {
170 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
172 return fBitmap.readPixels(dstInfo, dstPixels, dstRowBytes, x, y);
SkDevice.cpp 209 const SkImageInfo& dstInfo = this->imageInfo();
210 SkASSERT(x + info.width() <= dstInfo.width());
211 SkASSERT(y + info.height() <= dstInfo.height());
SkBitmap.cpp 887 const SkImageInfo dstInfo = requestedDstInfo.makeWH(srcR.width(), srcR.height());
897 dstPixels = ((char*)dstPixels - y * dstRB - x * dstInfo.bytesPerPixel());
908 const SkImageInfo srcInfo = this->info().makeWH(dstInfo.width(), dstInfo.height());
911 return SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRB, srcInfo, srcPixels, this->rowBytes(),
961 const SkImageInfo dstInfo = src->info().makeColorType(dstColorType);
964 if (!tmpDst.setInfo(dstInfo)) {
    [all...]
SkCanvas.cpp 746 bool SkCanvas::readPixels(const SkImageInfo& dstInfo, void* dstP, size_t rowBytes, int x, int y) {
753 SkReadPixelsRec rec(dstInfo, dstP, rowBytes, x, y);
    [all...]
  /external/skia/src/image/
SkImage_Raster.cpp 125 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
128 return shallowCopy.readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY);
SkSurface.cpp 173 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
175 return this->getCanvas()->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY);
  /external/skia/include/codec/
SkScanlineDecoder.h 80 const SkImageInfo& dstInfo() const { return fDstInfo; }
  /external/skia/tests/
BitmapCopyTest.cpp 588 SkImageInfo dstInfo = SkImageInfo::MakeN32Premul(W, H);
609 dstInfo = dstInfo.makeWH(gRec[i].fRequestedDstSize.width(),
611 bool success = srcBM.readPixels(dstInfo, dstPixels, rowBytes,
  /external/skia/include/core/
SkBitmap.h 605 * srcR.setXYWH(srcX, srcY, dstInfo.width(), dstInfo.height());
617 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
    [all...]
SkCanvas.h 224 * srcR.setXYWH(srcX, srcY, dstInfo.width(), dstInfo.height());
236 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 237 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
242 GrPixelConfig config = SkImageInfo2GrPixelConfig(dstInfo);
248 if (kUnpremul_SkAlphaType == dstInfo.alphaType()) {
251 return fContext->readRenderTargetPixels(fRenderTarget, x, y, dstInfo.width(), dstInfo.height(),
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]
  /external/jpeg/
jpeglib.h     [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h     [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 

Completed in 1256 milliseconds

12