/external/skia/src/gpu/ |
D | AsyncReadTypes.h | 149 size_t rowBytes(int i) const override { return fPlanes[i].rowBytes(); } in rowBytes() function 153 size_t rowBytes, in addTransferResult() 172 void addCpuPlane(sk_sp<SkData> data, size_t rowBytes) { in addCpuPlane() 179 void addMappedPlane(const void* data, size_t rowBytes, sk_sp<T> mappedBuffer) { in addMappedPlane() 189 Plane(sk_sp<T> buffer, size_t rowBytes) in Plane() 191 Plane(sk_sp<SkData> data, size_t rowBytes) : fData(std::move(data)), fRowBytes(rowBytes) {} in Plane() 217 size_t rowBytes() const { return fRowBytes; } in rowBytes() function
|
D | AtlasTypes.cpp | 104 size_t rowBytes = width * fBytesPerPixel; in copySubImage() local 138 size_t rowBytes = fBytesPerPixel * fWidth; in prepareForUpload() local
|
/external/skia/src/gpu/ganesh/ |
D | GrPixmap.h | 35 size_t rowBytes() const { return fRowBytes; } in rowBytes() function 77 GrPixmapBase(GrImageInfo info, T* addr, size_t rowBytes) in GrPixmapBase() 84 GrPixmapBase(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrPixmapBase() 105 GrPixmap(GrImageInfo info, void* addr, size_t rowBytes) in GrPixmap() 125 GrPixmap(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrPixmap() 152 GrCPixmap(GrImageInfo info, const void* addr, size_t rowBytes) in GrCPixmap() 156 GrCPixmap(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrCPixmap()
|
/external/skia/src/opts/ |
D | SkMemset_opts.h | 49 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT() 57 size_t rowBytes, int height) { in rect_memset16() 61 size_t rowBytes, int height) { in rect_memset32() 65 size_t rowBytes, int height) { in rect_memset64()
|
/external/skia/tests/ |
D | MallocPixelRefTest.cpp | 38 size_t rowBytes = info.minRowBytes() - 1; in DEF_TEST() local 47 size_t rowBytes = info.minRowBytes() + info.bytesPerPixel(); in DEF_TEST() local 55 size_t rowBytes = info.minRowBytes() + info.bytesPerPixel(); in DEF_TEST() local
|
/external/skia/src/image/ |
D | SkSurface_Raster.cpp | 36 bool SkSurfaceValidateRasterInfo(const SkImageInfo& info, size_t rowBytes) { in SkSurfaceValidateRasterInfo() 162 size_t rowBytes, in WrapPixels() 181 size_t rowBytes, in WrapPixels() 186 sk_sp<SkSurface> Raster(const SkImageInfo& info, size_t rowBytes, const SkSurfaceProps* props) { in Raster()
|
D | SkRescaleAndReadPixels.cpp | 146 size_t rowBytes = resultInfo.minRowBytes(); in SkRescaleAndReadPixels() local 152 Result(std::unique_ptr<const char[]> data, size_t rowBytes) in SkRescaleAndReadPixels() 156 size_t rowBytes(int i) const override { return fRowBytes; } in SkRescaleAndReadPixels() function in SkRescaleAndReadPixels::Result
|
D | SkImage_RasterFactories.cpp | 33 static bool valid_args(const SkImageInfo& info, size_t rowBytes, size_t* minSize) { in valid_args() 86 sk_sp<SkImage> RasterFromData(const SkImageInfo& info, sk_sp<SkData> data, size_t rowBytes) { in RasterFromData()
|
/external/skia/src/core/ |
D | SkPixelRef.cpp | 32 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes) in SkPixelRef() 48 void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes) { in android_only_reset() 137 sk_sp<SkPixelRef> SkMakePixelRefWithProc(int width, int height, size_t rowBytes, void* addr, in SkMakePixelRefWithProc()
|
D | SkMallocPixelRef.cpp | 29 sk_sp<SkPixelRef> SkMallocPixelRef::MakeAllocate(const SkImageInfo& info, size_t rowBytes) { in MakeAllocate() 60 size_t rowBytes, in MakeWithData()
|
D | SkMemset_opts_erms.cpp | 72 static inline void rect_memset16(uint16_t* dst, uint16_t v, int n, size_t rowBytes, int height) { in rect_memset16() 80 static inline void rect_memset32(uint32_t* dst, uint32_t v, int n, size_t rowBytes, int height) { in rect_memset32() 88 static inline void rect_memset64(uint64_t* dst, uint64_t v, int n, size_t rowBytes, int height) { in rect_memset64()
|
/external/skia/docs/examples/ |
D | Bitmap_tryAllocPixels_4.cpp | 7 LargePixelRef(const SkImageInfo& info, char* storage, size_t rowBytes) in LargePixelRef() 18 uint64_t rowBytes = info.minRowBytes64(); in allocPixelRef() local
|
D | ImageInfo_validRowBytes.cpp | 7 for (size_t rowBytes = 60; rowBytes < 72; rowBytes += sizeof(SkPMColor)) { in draw() local
|
D | Image_RasterFromData.cpp | 6 size_t rowBytes = image->width() * SkColorTypeBytesPerPixel(kRGBA_8888_SkColorType); in draw() local
|
D | Pixmap_scalePixels.cpp | 8 int rowBytes = image->width() * 4; in draw() local
|
D | Pixmap_readPixels_2.cpp | 8 const int rowBytes = image->width() * 4; in draw() local
|
D | Pixmap_readPixels_3.cpp | 8 const int rowBytes = image->width() * 4; in draw() local
|
D | Image_readPixels_2.cpp | 7 int rowBytes = image->width() * 4; in draw() local
|
D | Image_scalePixels.cpp | 8 int rowBytes = quarterWidth * 4; in draw() local
|
D | Pixmap_readPixels_4.cpp | 8 const int rowBytes = image->width() * 4; in draw() local
|
D | Surface_MakeRaster.cpp | 7 const size_t rowBytes = 64; in draw() local
|
/external/skia/src/codec/ |
D | SkCodec.cpp | 347 bool zero_rect(const SkImageInfo& dstInfo, void* pixels, size_t rowBytes, in zero_rect() 374 SkCodec::Result SkCodec::handleFrameIndex(const SkImageInfo& info, void* pixels, size_t rowBytes, in handleFrameIndex() 471 SkCodec::Result SkCodec::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in getPixels() 580 size_t rowBytes, const SkCodec::Options* options) { in startIncrementalDecode() 698 int SkCodec::getScanlines(void* dst, int countLines, size_t rowBytes) { in getScanlines() 753 void SkCodec::fillIncompleteImage(const SkImageInfo& info, void* dst, size_t rowBytes, in fillIncompleteImage()
|
D | SkAndroidCodecAdapter.cpp | 28 size_t rowBytes, const AndroidOptions& options) { in onGetAndroidPixels()
|
/external/OpenCL-CTS/test_common/harness/ |
D | typeWrappers.cpp | 71 size_t rowBytes = ROUND_SIZE_UP(width * pixelBytes, kPageSize); in Create() local 168 size_t rowBytes = ROUND_SIZE_UP(width * pixelBytes, kPageSize); in Create() local 269 size_t rowBytes = ROUND_SIZE_UP(width * pixelBytes, kPageSize); in Create() local 377 size_t rowBytes = ROUND_SIZE_UP(width * pixelBytes, kPageSize); in Create() local
|
/external/skia/src/ports/ |
D | SkImageGeneratorWIC.cpp | 196 bool ImageGeneratorWIC::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels() 231 size_t rowBytes = pm.rowBytes(); in onGetPixels() local
|