HomeSort by relevance Sort by last modified time
    Searched refs:rowBytes (Results 26 - 50 of 238) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 49 size_t rowBytes = 0,
55 size_t rowBytes = 0,
GrSurface.h 90 * @param rowBytes number of bytes between consecutive rows. Zero means rows are tightly
100 size_t rowBytes = 0,
104 * Copy the src pixels [buffer, rowbytes, pixelconfig] into the surface at the specified
112 * @param rowBytes number of bytes between consecutive rows. Zero means rows are tightly
119 size_t rowBytes = 0,
  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.h 40 Copies all pixels from a bitmap to a dst ptr with a given rowBytes and
52 size_t srcRowBytes = srcBmp.rowBytes();
59 Copies over all pixels in a bitmap from a src ptr with a given rowBytes and
70 size_t dstRowBytes = dstBmp.rowBytes();
SkMipMap.cpp 28 p += src.rowBytes() >> 2;
66 p += src.rowBytes() >> 1;
101 p += src.rowBytes() >> 1;
183 uint32_t rowBytes;
189 rowBytes = SkToU32(SkBitmap::ComputeRowBytes(config, width));
194 levels[i].fRowBytes = rowBytes;
198 dstBM.setConfig(config, width, height, rowBytes);
210 addr += height * rowBytes;
SkSpriteBlitter_ARGB32.cpp 42 size_t dstRB = fDevice->rowBytes();
43 size_t srcRB = fSource->rowBytes();
130 size_t dstRB = fDevice->rowBytes();
131 size_t srcRB = fSource->rowBytes();
177 size_t dstRB = fDevice->rowBytes();
178 size_t srcRB = fSource->rowBytes();
224 size_t dstRB = fDevice->rowBytes();
225 size_t srcRB = fSource->rowBytes();
253 size_t dstRB = fDevice->rowBytes();
254 size_t srcRB = fSource->rowBytes();
    [all...]
SkBitmap.cpp 188 Sk64 rowBytes;
189 rowBytes.setZero();
195 rowBytes.set(width);
196 rowBytes.add(7);
197 rowBytes.shiftRight(3);
201 rowBytes.set(width);
205 rowBytes.set(width);
206 rowBytes.shiftLeft(1);
209 rowBytes.set(width);
210 rowBytes.shiftLeft(2)
    [all...]
SkSpriteBlitterTemplate.h 25 size_t dstRB = fDevice->rowBytes();
26 size_t srcRB = fSource->rowBytes();
  /external/skia/include/core/
SkBlitRow.h 78 size_t rowBytes, SkPMColor color);
82 size_t rowBytes, SkPMColor color);
SkImage.h 65 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
66 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
SkSurface.h 32 * Create a new surface, using the specified pixels/rowbytes as its
38 static SkSurface* NewRasterDirect(const SkImage::Info&, void* pixels, size_t rowBytes);
  /external/skia/include/gpu/
GrRenderTarget.h 49 size_t rowBytes = 0,
55 size_t rowBytes = 0,
GrSurface.h 90 * @param rowBytes number of bytes between consecutive rows. Zero means rows are tightly
100 size_t rowBytes = 0,
104 * Copy the src pixels [buffer, rowbytes, pixelconfig] into the surface at the specified
112 * @param rowBytes number of bytes between consecutive rows. Zero means rows are tightly
119 size_t rowBytes = 0,
  /external/skia/src/core/
SkConfig8888.h 40 Copies all pixels from a bitmap to a dst ptr with a given rowBytes and
52 size_t srcRowBytes = srcBmp.rowBytes();
59 Copies over all pixels in a bitmap from a src ptr with a given rowBytes and
70 size_t dstRowBytes = dstBmp.rowBytes();
SkMipMap.cpp 28 p += src.rowBytes() >> 2;
66 p += src.rowBytes() >> 1;
101 p += src.rowBytes() >> 1;
183 uint32_t rowBytes;
189 rowBytes = SkToU32(SkBitmap::ComputeRowBytes(config, width));
194 levels[i].fRowBytes = rowBytes;
198 dstBM.setConfig(config, width, height, rowBytes);
210 addr += height * rowBytes;
SkSpriteBlitter_ARGB32.cpp 42 size_t dstRB = fDevice->rowBytes();
43 size_t srcRB = fSource->rowBytes();
130 size_t dstRB = fDevice->rowBytes();
131 size_t srcRB = fSource->rowBytes();
177 size_t dstRB = fDevice->rowBytes();
178 size_t srcRB = fSource->rowBytes();
224 size_t dstRB = fDevice->rowBytes();
225 size_t srcRB = fSource->rowBytes();
253 size_t dstRB = fDevice->rowBytes();
254 size_t srcRB = fSource->rowBytes();
    [all...]
SkBitmap.cpp 188 Sk64 rowBytes;
189 rowBytes.setZero();
195 rowBytes.set(width);
196 rowBytes.add(7);
197 rowBytes.shiftRight(3);
201 rowBytes.set(width);
205 rowBytes.set(width);
206 rowBytes.shiftLeft(1);
209 rowBytes.set(width);
210 rowBytes.shiftLeft(2)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 88 const void* srcData, size_t rowBytes);
178 * do memcpys to handle rowBytes that aren't tight. It could do the y-flip
192 size_t rowBytes) const = 0;
211 * @param rowBytes the number of bytes between consecutive rows. Zero
222 GrPixelConfig config, void* buffer, size_t rowBytes);
233 * @param rowBytes number of bytes between consecutive rows. Zero
239 size_t rowBytes);
431 size_t rowBytes) = 0;
462 size_t rowBytes) = 0;
468 size_t rowBytes) = 0
    [all...]
GrTexture.cpp 50 size_t rowBytes, uint32_t pixelOpsFlags) {
58 config, buffer, rowBytes,
64 size_t rowBytes, uint32_t pixelOpsFlags) {
72 config, buffer, rowBytes,
  /external/skia/src/gpu/
GrGpu.h 88 const void* srcData, size_t rowBytes);
178 * do memcpys to handle rowBytes that aren't tight. It could do the y-flip
192 size_t rowBytes) const = 0;
211 * @param rowBytes the number of bytes between consecutive rows. Zero
222 GrPixelConfig config, void* buffer, size_t rowBytes);
233 * @param rowBytes number of bytes between consecutive rows. Zero
239 size_t rowBytes);
431 size_t rowBytes) = 0;
462 size_t rowBytes) = 0;
468 size_t rowBytes) = 0
    [all...]
GrTexture.cpp 50 size_t rowBytes, uint32_t pixelOpsFlags) {
58 config, buffer, rowBytes,
64 size_t rowBytes, uint32_t pixelOpsFlags) {
72 config, buffer, rowBytes,
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 32 * Create a new surface, using the specified pixels/rowbytes as its
38 static SkSurface* NewRasterDirect(const SkImage::Info&, void* pixels, size_t rowBytes);
  /external/chromium_org/third_party/skia/src/image/
SkImagePriv.h 25 size_t rowBytes);
  /external/chromium_org/ui/gfx/image/
image_util.cc 43 static_cast<int>(bitmap.rowBytes()), quality,
  /external/skia/src/image/
SkImagePriv.h 25 size_t rowBytes);
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 52 DCHECK_EQ(sk_bitmap.rowBytes(), static_cast<size_t>(sk_bitmap.width() * 4));
55 bits, sk_bitmap.getPixels(), sk_bitmap.height() * sk_bitmap.rowBytes());

Completed in 971 milliseconds

12 3 4 5 6 7 8 910