Home
last modified time | relevance | path

Searched defs:rowBytes (Results 1 – 25 of 242) sorted by relevance

12345678910

/third_party/skia/src/gpu/
DGrPixmap.h21 size_t rowBytes() const { return fRowBytes; } in rowBytes() function
63 GrPixmapBase(GrImageInfo info, T* addr, size_t rowBytes) in GrPixmapBase()
70 GrPixmapBase(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrPixmapBase()
91 GrPixmap(GrImageInfo info, void* addr, size_t rowBytes) : GrPixmapBase(info, addr, rowBytes) {} in GrPixmap()
110 GrPixmap(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrPixmap()
137 GrCPixmap(GrImageInfo info, const void* addr, size_t rowBytes) in GrCPixmap()
141 GrCPixmap(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrCPixmap()
DSurfaceContext.cpp632 size_t rowBytes(int i) const override { return fPlanes[i].rowBytes(); } in rowBytes() function in skgpu::SurfaceContext::AsyncReadResult
636 size_t rowBytes, in addTransferResult()
656 void addCpuPlane(sk_sp<SkData> data, size_t rowBytes) { in addCpuPlane()
663 void addMappedPlane(const void* data, size_t rowBytes, sk_sp<GrGpuBuffer> mappedBuffer) { in addMappedPlane()
673 Plane(sk_sp<GrGpuBuffer> buffer, size_t rowBytes) in Plane()
675 Plane(sk_sp<SkData> data, size_t rowBytes) : fData(std::move(data)), fRowBytes(rowBytes) {} in Plane()
702 size_t rowBytes() const { return fRowBytes; } in rowBytes() function in skgpu::SurfaceContext::AsyncReadResult::Plane
770 size_t rowBytes = in asyncReadPixels() local
1004 size_t rowBytes = SkToSizeT(context->fSize.width()); in asyncRescaleAndReadPixelsYUV420() local
1264 size_t rowBytes = GrColorTypeBytesPerPixel(supportedRead.fColorType) * rect.width(); in transferPixels() local
/third_party/flutter/skia/src/opts/
DSkUtils_opts.h44 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT()
52 size_t rowBytes, int height) { in rect_memset16()
56 size_t rowBytes, int height) { in rect_memset32()
60 size_t rowBytes, int height) { in rect_memset64()
/third_party/skia/src/opts/
DSkUtils_opts.h44 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT()
52 size_t rowBytes, int height) { in rect_memset16()
56 size_t rowBytes, int height) { in rect_memset32()
60 size_t rowBytes, int height) { in rect_memset64()
/third_party/skia/tests/
DMallocPixelRefTest.cpp32 size_t rowBytes = info.minRowBytes() - 1; in DEF_TEST() local
41 size_t rowBytes = info.minRowBytes() + info.bytesPerPixel(); in DEF_TEST() local
49 size_t rowBytes = info.minRowBytes() + info.bytesPerPixel(); in DEF_TEST() local
/third_party/flutter/skia/tests/
DMallocPixelRefTest.cpp35 size_t rowBytes = info.minRowBytes() - 1; in DEF_TEST() local
44 size_t rowBytes = info.minRowBytes() + 2; in DEF_TEST() local
52 size_t rowBytes = info.minRowBytes() + 7; in DEF_TEST() local
/third_party/skia/src/core/
DSkPixelRef.cpp30 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes) in SkPixelRef()
46 void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes) { in android_only_reset()
135 sk_sp<SkPixelRef> SkMakePixelRefWithProc(int width, int height, size_t rowBytes, void* addr, in SkMakePixelRefWithProc()
DSkMallocPixelRef.cpp24 sk_sp<SkPixelRef> SkMallocPixelRef::MakeAllocate(const SkImageInfo& info, size_t rowBytes) { in MakeAllocate()
55 size_t rowBytes, in MakeWithData()
DSkOpts_erms.cpp73 size_t rowBytes, int height) { in rect_memset16()
82 size_t rowBytes, int height) { in rect_memset32()
91 size_t rowBytes, int height) { in rect_memset64()
/third_party/skia/docs/examples/
DBitmap_tryAllocPixels_4.cpp8 LargePixelRef(const SkImageInfo& info, char* storage, size_t rowBytes) in LargePixelRef()
19 uint64_t rowBytes = info.minRowBytes64(); in allocPixelRef() local
DImageInfo_validRowBytes.cpp8 for (size_t rowBytes = 60; rowBytes < 72; rowBytes += sizeof(SkPMColor)) { in draw() local
DImage_MakeRasterData.cpp7 size_t rowBytes = image->width() * SkColorTypeBytesPerPixel(kRGBA_8888_SkColorType); in draw() local
DPixmap_readPixels_2.cpp9 const int rowBytes = image->width() * 4; in draw() local
DPixmap_readPixels_3.cpp9 const int rowBytes = image->width() * 4; in draw() local
/third_party/flutter/skia/docs/examples/
DBitmap_tryAllocPixels_4.cpp8 LargePixelRef(const SkImageInfo& info, char* storage, size_t rowBytes) in LargePixelRef()
19 uint64_t rowBytes = info.minRowBytes64(); in allocPixelRef() local
DImageInfo_validRowBytes.cpp8 for (size_t rowBytes = 60; rowBytes < 72; rowBytes += sizeof(SkPMColor)) { in draw() local
DImage_MakeRasterData.cpp7 size_t rowBytes = image->width() * SkColorTypeBytesPerPixel(kRGBA_8888_SkColorType); in draw() local
DPixmap_readPixels_3.cpp9 const int rowBytes = image->width() * 4; in draw() local
/third_party/flutter/skia/src/core/
DSkPixelRef.cpp30 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes) in SkPixelRef()
46 void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes) { in android_only_reset()
138 sk_sp<SkPixelRef> SkMakePixelRefWithProc(int width, int height, size_t rowBytes, void* addr, in SkMakePixelRefWithProc()
DSkMallocPixelRef.cpp43 sk_sp<SkPixelRef> SkMallocPixelRef::MakeAllocate(const SkImageInfo& info, size_t rowBytes) { in MakeAllocate()
72 size_t rowBytes, in MakeWithData()
/third_party/skia/src/image/
DSkRescaleAndReadPixels.cpp135 size_t rowBytes = resultInfo.minRowBytes(); in SkRescaleAndReadPixels() local
141 Result(std::unique_ptr<const char[]> data, size_t rowBytes) in SkRescaleAndReadPixels()
145 size_t rowBytes(int i) const override { return fRowBytes; } in SkRescaleAndReadPixels() function in SkRescaleAndReadPixels::Result
DSkSurface_Raster.cpp39 bool SkSurfaceValidateRasterInfo(const SkImageInfo& info, size_t rowBytes) { in SkSurfaceValidateRasterInfo()
174 sk_sp<SkSurface> SkSurface::MakeRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes, in MakeRasterDirect()
179 sk_sp<SkSurface> SkSurface::MakeRaster(const SkImageInfo& info, size_t rowBytes, in MakeRaster()
/third_party/flutter/skia/src/codec/
DSkCodec.cpp226 bool zero_rect(const SkImageInfo& dstInfo, void* pixels, size_t rowBytes, in zero_rect()
257 SkCodec::Result SkCodec::handleFrameIndex(const SkImageInfo& info, void* pixels, size_t rowBytes, in handleFrameIndex()
334 SkCodec::Result SkCodec::getPixels(const SkImageInfo& dstInfo, void* pixels, size_t rowBytes, in getPixels()
410 size_t rowBytes, const SkCodec::Options* options) { in startIncrementalDecode()
541 int SkCodec::getScanlines(void* dst, int countLines, size_t rowBytes) { in getScanlines()
596 void SkCodec::fillIncompleteImage(const SkImageInfo& info, void* dst, size_t rowBytes, in fillIncompleteImage()
/third_party/flutter/skia/src/image/
DSkSurface_Raster.cpp40 bool SkSurfaceValidateRasterInfo(const SkImageInfo& info, size_t rowBytes) { in SkSurfaceValidateRasterInfo()
181 sk_sp<SkSurface> SkSurface::MakeRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes, in MakeRasterDirect()
186 sk_sp<SkSurface> SkSurface::MakeRaster(const SkImageInfo& info, size_t rowBytes, in MakeRaster()
/third_party/skia/src/codec/
DSkCodec.cpp267 bool zero_rect(const SkImageInfo& dstInfo, void* pixels, size_t rowBytes, in zero_rect()
294 SkCodec::Result SkCodec::handleFrameIndex(const SkImageInfo& info, void* pixels, size_t rowBytes, in handleFrameIndex()
392 SkCodec::Result SkCodec::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in getPixels()
483 size_t rowBytes, const SkCodec::Options* options) { in startIncrementalDecode()
601 int SkCodec::getScanlines(void* dst, int countLines, size_t rowBytes) { in getScanlines()
656 void SkCodec::fillIncompleteImage(const SkImageInfo& info, void* dst, size_t rowBytes, in fillIncompleteImage()

12345678910