Searched refs:rowBytes (Results 226 - 250 of 342) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkBlitter_RGB16.cpp216 size_t deviceRB = fDevice.rowBytes() - (width << 1);
386 size_t deviceRB = fDevice.rowBytes() - (width << 1);
476 size_t deviceRB = fDevice.rowBytes();
492 size_t deviceRB = fDevice.rowBytes();
636 size_t deviceRB = fDevice.rowBytes() - (width << 1);
657 size_t deviceRB = fDevice.rowBytes();
673 size_t deviceRB = fDevice.rowBytes();
710 size_t dstRB = fDevice.rowBytes();
852 size_t dstRB = fDevice.rowBytes();
H A DSkScaledImageCache.cpp184 SkOneShotDiscardablePixelRef(const SkImageInfo&, SkDiscardableMemory*, size_t rowBytes);
204 size_t rowBytes)
207 , fRB(rowBytes)
287 (info, dm, bitmap->rowBytes())))->unref();
202 SkOneShotDiscardablePixelRef(const SkImageInfo& info, SkDiscardableMemory* dm, size_t rowBytes) argument
H A DSkGlyphCache.cpp115 imageUsed += g.fHeight * g.rowBytes();
386 glyph.rowBytes());
393 glyph.rowBytes());
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp210 size_t rowBytes = bm->rowBytes(); local
221 addr += rowBytes;
H A DSkImageDecoder_wbmp.cpp144 dst += decodedBitmap->rowBytes();
H A DSkImageDecoder_libpng.cpp420 size_t rowBytes = origWidth * srcBytesPerPixel; local
427 row += rowBytes;
431 base += sampler.srcY0() * rowBytes;
434 base += sampler.srcDY() * rowBytes;
1243 srcImage += bitmap.rowBytes();
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp197 virtual bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
201 REPORTER_ASSERT(fReporter, rowBytes >= minRowBytes);
211 bytePtr += rowBytes;
H A DEmptyPathTest.cpp18 SkASSERT(DIMENSION*4 == bm.rowBytes()); // ensure no padding on each row
H A DPremulAlphaRoundTripTest.cpp63 canvas->writePixels(info, bmp.getPixels(), bmp.rowBytes(), 0, 0);
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp211 size_t rowBytes = bm->rowBytes(); local
222 addr += rowBytes;
H A DSkImageDecoder_wbmp.cpp144 dst += decodedBitmap->rowBytes();
H A DSkImageDecoder_libpng.cpp420 size_t rowBytes = origWidth * srcBytesPerPixel; local
427 row += rowBytes;
431 base += sampler.srcY0() * rowBytes;
434 base += sampler.srcDY() * rowBytes;
1243 srcImage += bitmap.rowBytes();
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp148 int width, int height, size_t rowBytes) {
150 SkASSERT(width * sizeof(uint32_t) <= rowBytes);
155 ptr = (uint32_t*)((char*)ptr + rowBytes);
161 rowBytes -= width * sizeof(uint32_t);
176 ptr = (uint32_t*)((char*)ptr + rowBytes);
185 ptr = (uint32_t*)((char*)ptr + rowBytes);
790 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel); local
799 rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
800 void* image = fImageStorage.reset(rowBytes * fSize.fHeight);
802 rowBytes, fRGBSpac
147 sk_memset_rect32(uint32_t* ptr, uint32_t value, int width, int height, size_t rowBytes) argument
[all...]
H A DSkImageDecoder_CG.cpp99 row += bm->rowBytes();
134 if (!SkCopyPixelsFromCGImage(bm->info(), bm->rowBytes(), bm->getPixels(), image)) {
/external/skia/src/ports/
H A DSkFontHost_mac.cpp152 int width, int height, size_t rowBytes) {
154 SkASSERT(width * sizeof(uint32_t) <= rowBytes);
159 ptr = (uint32_t*)((char*)ptr + rowBytes);
165 rowBytes -= width * sizeof(uint32_t);
180 ptr = (uint32_t*)((char*)ptr + rowBytes);
189 ptr = (uint32_t*)((char*)ptr + rowBytes);
790 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel); local
799 rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
800 void* image = fImageStorage.reset(rowBytes * fSize.fHeight);
802 rowBytes, fRGBSpac
151 sk_memset_rect32(uint32_t* ptr, uint32_t value, int width, int height, size_t rowBytes) argument
[all...]
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest_base.cc159 int stride = bitmap.rowBytes();
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.cpp140 bm.rowBytes());
/external/skia/experimental/SkiaExamples/
H A DSkExample.cpp140 bm.rowBytes());
/external/skia/tests/
H A DEmptyPathTest.cpp18 SkASSERT(DIMENSION*4 == bm.rowBytes()); // ensure no padding on each row
H A DPremulAlphaRoundTripTest.cpp64 canvas->writePixels(info, bmp.getPixels(), bmp.rowBytes(), 0, 0);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp191 bitmap.copyPixelsTo(reinterpret_cast<uint8_t*>(result.getPixels()), result.rowBytes() * result.height(), result.rowBytes());
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPI_v7_1.h112 virtual HRESULT STDMETHODCALLTYPE CreateVideoFrame (int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, IDeckLinkVideoFrame_v7_1* *outFrame) = 0;
113 virtual HRESULT STDMETHODCALLTYPE CreateVideoFrameFromBuffer (void* buffer, int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, IDeckLinkVideoFrame_v7_1* *outFrame) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp1016 unsigned rowBytes = width * 4; local
1019 uint8* rowA = framebuffer + i * rowBytes;
1020 uint8* rowB = framebuffer + (height - i - 1) * rowBytes;
1021 memcpy(scanline, rowB, rowBytes);
1022 memcpy(rowB, rowA, rowBytes);
1023 memcpy(rowA, scanline, rowBytes);
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.cpp115 imageUsed += g.fHeight * g.rowBytes();
386 glyph.rowBytes());
393 glyph.rowBytes());
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFImage.cpp51 const int rowBytes = srcRect.width(); local
57 memcpy(dst, bitmap.getAddr8(srcRect.fLeft, y), rowBytes);
58 dst += rowBytes;

Completed in 543 milliseconds

1234567891011>>