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

1 23 4 5 6 7 8 91011>>

  /external/skqp/src/codec/
SkWebpAdapterCodec.cpp 26 size_t rowBytes, const AndroidOptions& options) {
31 return this->codec()->getPixels(info, pixels, rowBytes, &codecOptions);
  /external/skqp/src/core/
SkPixmapPriv.h 67 static void ResetPixmapKeepInfo(SkPixmap* pm, const void* address, size_t rowBytes) {
68 pm->fRowBytes = rowBytes;
SkPixelRef.cpp 33 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes)
37 , fRowBytes(rowBytes)
59 void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes) {
62 fRowBytes = rowBytes;
  /external/skqp/src/gpu/
GrSurface.cpp 88 size_t* rowBytes) {
89 if (!*rowBytes) {
90 *rowBytes = *width * bpp;
100 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
114 size_t* rowBytes) {
116 rowBytes);
124 size_t* rowBytes) {
126 data, rowBytes);
GrSurfacePriv.h 21 read/write respects the bounds of a surface. If the input *rowBytes is 0 it will be
28 size_t* rowBytes);
34 size_t* rowBytes);
  /external/skia/include/atlastext/
SkAtlasTextRenderer.h 52 * 'rowBytes' specifies the byte offset between successive rows in 'data' and will always be
57 int height, size_t rowBytes) = 0;
  /external/skia/include/c/
sk_image.h 22 SK_API sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t*, const void* pixels, size_t rowBytes);
  /external/skia/src/core/
SkPixelRef.cpp 33 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes)
37 , fRowBytes(rowBytes)
59 void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes) {
62 fRowBytes = rowBytes;
  /external/skia/src/images/
SkImageEncoderPriv.h 27 if (!src.addr() || src.rowBytes() < src.info().minRowBytes()) {
  /external/skia/src/ports/
SkImageGeneratorWIC.h 44 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options&)
  /external/skia/tests/
BlitMaskClip.cpp 43 int rowBytes = (width + 7) >> 3;
44 uint8_t* bits = new uint8_t[rowBytes * height];
45 memset(bits, 0xAA, rowBytes * height);
53 mask.fRowBytes = rowBytes;
ReadWriteAlphaTest.cpp 89 for (auto rowBytes : kRowBytes) {
91 // upload the texture (do per-rowbytes iteration because we may overwrite below).
95 size_t nonZeroRowBytes = rowBytes ? rowBytes : X_SIZE;
102 result = sContext->readPixels(ii, readback.get(), rowBytes, 0, 0);
107 msg.printf("rb:%d A8", SkToU32(rowBytes));
141 " at (%d,%d), rb:%d", rbValue, x, y, SkToU32(rowBytes));
203 for (auto rowBytes : kRowBytes) {
204 size_t nonZeroRowBytes = rowBytes ? rowBytes : X_SIZE
    [all...]
BitmapTest.cpp 35 REPORTER_ASSERT(reporter, pmap.rowBytes() == bm.rowBytes());
59 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
61 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
64 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
67 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
69 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
72 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
76 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
79 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
    [all...]
  /external/skqp/include/atlastext/
SkAtlasTextRenderer.h 52 * 'rowBytes' specifies the byte offset between successive rows in 'data' and will always be
57 int height, size_t rowBytes) = 0;
  /external/skqp/include/c/
sk_image.h 22 SK_API sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t*, const void* pixels, size_t rowBytes);
  /external/skqp/src/images/
SkImageEncoderPriv.h 27 if (!src.addr() || src.rowBytes() < src.info().minRowBytes()) {
  /external/skqp/src/ports/
SkImageGeneratorWIC.h 44 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options&)
  /external/skqp/tests/
BlitMaskClip.cpp 43 int rowBytes = (width + 7) >> 3;
44 uint8_t* bits = new uint8_t[rowBytes * height];
45 memset(bits, 0xAA, rowBytes * height);
53 mask.fRowBytes = rowBytes;
ReadWriteAlphaTest.cpp 83 for (auto rowBytes : kRowBytes) {
85 // upload the texture (do per-rowbytes iteration because we may overwrite below).
89 size_t nonZeroRowBytes = rowBytes ? rowBytes : X_SIZE;
95 result = sContext->readPixels(ii, readback.get(), rowBytes, 0, 0);
100 msg.printf("rb:%d A8", SkToU32(rowBytes));
127 " at (%d,%d), rb:%d", rbValue, x, y, SkToU32(rowBytes));
184 for (auto rowBytes : kRowBytes) {
185 size_t nonZeroRowBytes = rowBytes ? rowBytes : X_SIZE
    [all...]
BitmapTest.cpp 35 REPORTER_ASSERT(reporter, pmap.rowBytes() == bm.rowBytes());
59 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
61 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
64 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
67 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
69 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
72 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
76 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
79 REPORTER_ASSERT(reporter, info.minRowBytes() == bm.rowBytes());
    [all...]
  /external/python/cpython2/Mac/Demo/imgbrowse/
mac_image.py 31 rowBytes, \
41 print 'rowBytes: %d (0x%x)'%(rowBytes&0x3fff, rowBytes)
  /external/skia/include/core/
SkPixelRef.h 34 SkPixelRef(int width, int height, void* addr, size_t rowBytes);
40 size_t rowBytes() const { return fRowBytes; }
106 void android_only_reset(int width, int height, size_t rowBytes);
  /external/skqp/include/core/
SkPixelRef.h 34 SkPixelRef(int width, int height, void* addr, size_t rowBytes);
40 size_t rowBytes() const { return fRowBytes; }
106 void android_only_reset(int width, int height, size_t rowBytes);
  /external/skia/include/codec/
SkCodec.h 86 * Parameters (besides info) are invalid. e.g. NULL pixels, rowBytes
312 * least (info.fHeight - 1) * rowBytes + (info.fWidth *
341 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*);
346 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
347 return this->getPixels(info, pixels, rowBytes, nullptr);
351 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
407 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes,
410 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes) {
411 return this->startIncrementalDecode(dstInfo, dst, rowBytes, nullptr);
479 * scanlines of size rowBytes
    [all...]
  /external/skqp/include/codec/
SkCodec.h 86 * Parameters (besides info) are invalid. e.g. NULL pixels, rowBytes
312 * least (info.fHeight - 1) * rowBytes + (info.fWidth *
341 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*);
346 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
347 return this->getPixels(info, pixels, rowBytes, nullptr);
351 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
407 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes,
410 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes) {
411 return this->startIncrementalDecode(dstInfo, dst, rowBytes, nullptr);
479 * scanlines of size rowBytes
    [all...]

Completed in 506 milliseconds

1 23 4 5 6 7 8 91011>>