HomeSort by relevance Sort by last modified time
    Searched refs:rowBytes (Results 151 - 175 of 458) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skqp/src/ports/
SkImageGeneratorWIC.cpp 139 bool SkImageGeneratorWIC::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
171 hr = formatConverterSrc->CopyPixels(nullptr, (UINT) rowBytes, (UINT) rowBytes * info.height(),
SkImageGeneratorCG.cpp 104 bool SkImageGeneratorCG::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
130 SkPixmap dst(info, pixels, rowBytes);
  /external/skia/gm/
imagemasksubset.cpp 31 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options&)
38 make_mask(SkSurface::MakeRasterDirect(surfaceInfo, pixels, rowBytes));
  /external/skia/src/android/
SkBitmapRegionCodec.cpp 96 size_t bytes = outInfo.computeByteSize(bitmap->rowBytes());
107 SkCodec::Result result = fCodec->getAndroidPixels(decodeInfo, dst, bitmap->rowBytes(),
  /external/skia/src/ports/
SkImageGeneratorCG.cpp 104 bool SkImageGeneratorCG::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
130 SkPixmap dst(info, pixels, rowBytes);
  /external/skqp/gm/
imagemasksubset.cpp 31 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options&)
38 make_mask(SkSurface::MakeRasterDirect(surfaceInfo, pixels, rowBytes));
  /external/skqp/src/android/
SkBitmapRegionCodec.cpp 99 size_t bytes = outInfo.computeByteSize(bitmap->rowBytes());
110 SkCodec::Result result = fCodec->getAndroidPixels(decodeInfo, dst, bitmap->rowBytes(),
  /external/skqp/src/gpu/
GrContextPriv.h 135 * @param rowBytes number of bytes bewtween consecutive rows. Zero means rows are tightly
145 size_t rowBytes = 0,
158 * @param rowBytes number of bytes between consecutive rows. Zero
167 size_t rowBytes,
GrDeferredProxyUploader.h 62 proxy->config(), this->fPixels.addr(), this->fPixels.rowBytes());
  /external/skia/bench/
WritePixelsBench.cpp 61 canvas->writePixels(info, bmp.getPixels(), bmp.rowBytes(), 0, 0);
  /external/skia/debugger/QT/
SkRasterWidget.cpp 57 pixmap.rowBytes(),
  /external/skia/include/core/
SkImageInfo.h 252 size_t computeOffset(int x, int y, size_t rowBytes) const;
268 * rowBytes. The rowBytes must be >= this->minRowBytes().
273 * return (height - 1) * rowBytes + width * bytes_per_pixel;
278 size_t computeByteSize(size_t rowBytes) const;
293 bool validRowBytes(size_t rowBytes) const {
295 return rowBytes >= minRB;
  /external/skia/src/core/
SkBitmapProcState_sample.h 35 size_t rb = s.fPixmap.rowBytes();
83 xy[0] * s.fPixmap.rowBytes());
132 size_t rb = s.fPixmap.rowBytes();
178 size_t rb = s.fPixmap.rowBytes();
SkImageInfo.cpp 101 size_t SkImageInfo::computeOffset(int x, int y, size_t rowBytes) const {
104 return SkColorTypeComputeOffset(fColorType, x, y, rowBytes);
107 size_t SkImageInfo::computeByteSize(size_t rowBytes) const {
112 size_t bytes = safe.add(safe.mul(fHeight - 1, rowBytes),
SkSpriteBlitter_RGB565.cpp 45 size_t dstRB = fDst.rowBytes();
46 size_t srcRB = fSource.rowBytes();
133 size_t dstRB = fDst.rowBytes();
134 size_t srcRB = fSource.rowBytes();
  /external/skia/src/gpu/
GrDeferredProxyUploader.h 63 pixelColorType, this->fPixels.addr(), this->fPixels.rowBytes());
GrDeferredUpload.h 120 GrColorType colorType, const void* buffer, size_t rowBytes)>;
  /external/skia/src/gpu/vk/
GrVkGpu.h 182 bool onGetReadPixelsInfo(GrSurface*, GrSurfaceOrigin, int width, int height, size_t rowBytes,
189 GrColorType, void* buffer, size_t rowBytes) override;
196 GrBuffer* transferBuffer, size_t offset, size_t rowBytes) override;
234 size_t rowBytes);
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 69 uint64_t rowBytes; // Number of bytes from start of one line to next.
70 void* pixels; // The pixels, all (height * rowBytes) of them.
222 layerState->raster.rowBytes = pmap.rowBytes();
279 layerState.raster.pixels, (size_t) layerState.raster.rowBytes);
  /external/skia/tests/
CodecExactReadTest.cpp 82 auto result = codec->getPixels(bm.info(), bm.getPixels(), bm.rowBytes());
  /external/skia/tools/
Resources.cpp 35 gen->getPixels(gen->getInfo().makeColorSpace(nullptr), dst->getPixels(), dst->rowBytes(),
  /external/skqp/bench/
WritePixelsBench.cpp 61 canvas->writePixels(info, bmp.getPixels(), bmp.rowBytes(), 0, 0);
  /external/skqp/debugger/QT/
SkRasterWidget.cpp 57 pixmap.rowBytes(),
  /external/skqp/src/core/
SkBitmapProcState_sample.h 35 size_t rb = s.fPixmap.rowBytes();
83 xy[0] * s.fPixmap.rowBytes());
132 size_t rb = s.fPixmap.rowBytes();
178 size_t rb = s.fPixmap.rowBytes();
SkSpriteBlitter_RGB565.cpp 45 size_t dstRB = fDst.rowBytes();
46 size_t srcRB = fSource.rowBytes();
133 size_t dstRB = fDst.rowBytes();
134 size_t srcRB = fSource.rowBytes();

Completed in 354 milliseconds

1 2 3 4 5 67 8 91011>>