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

1 23

  /external/skqp/src/ports/
SkFontHost_FreeType_common.cpp 224 const size_t dstRowBytes = dstMask.fRowBytes;
237 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes);
241 dst += dstRowBytes;
259 dst += dstRowBytes;
277 dst += dstRowBytes;
  /external/skqp/src/image/
SkImage.cpp 52 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
54 return as_IB(this)->onReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint);
  /external/skia/include/core/
SkBitmap.h     [all...]
SkSurface.h     [all...]
SkImage.h     [all...]
SkCanvas.h 334 - dstRowBytes is too small to contain one row of pixels.
337 @param dstPixels storage for pixels; dstInfo.height() times dstRowBytes, or larger
338 @param dstRowBytes size of one destination row; dstInfo.width() times pixel size, or larger
343 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
    [all...]
  /external/skia/src/codec/
SkJpegCodec.cpp 576 void* dst, size_t dstRowBytes,
608 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options);
767 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) {
768 int rows = this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options());
    [all...]
SkRawCodec.cpp 684 size_t dstRowBytes, const Options& options,
747 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
  /external/skia/src/core/
SkBlurMask.cpp 58 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes,
71 dst += dstRowBytes - sw;
77 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes,
91 dst += dstRowBytes - sw;
  /external/skqp/include/core/
SkBitmap.h     [all...]
SkImage.h     [all...]
SkCanvas.h 341 - dstRowBytes is too small to contain one row of pixels.
344 @param dstPixels storage for pixels; dstInfo.height() times dstRowBytes, or larger
345 @param dstRowBytes size of one destination row; dstInfo.width() times pixel size, or larger
350 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
    [all...]
  /external/skqp/src/codec/
SkJpegCodec.cpp 576 void* dst, size_t dstRowBytes,
608 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options);
767 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) {
768 int rows = this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options());
    [all...]
SkRawCodec.cpp 684 size_t dstRowBytes, const Options& options,
747 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
  /external/skqp/src/core/
SkBlurMask.cpp 58 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes,
71 dst += dstRowBytes - sw;
77 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes,
91 dst += dstRowBytes - sw;
  /external/skia/modules/canvaskit/
interface.js 402 colorType, dstRowBytes) {
406 dstRowBytes = dstRowBytes || (4 * w);
408 var len = h * dstRowBytes
415 }, pptr, dstRowBytes, x, y);
canvaskit_bindings.cpp     [all...]
  /external/skia/src/image/
SkImage.cpp 52 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
54 return as_IB(this)->onReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint);
  /external/skqp/experimental/canvaskit/
interface.js 398 colorType, dstRowBytes) {
402 dstRowBytes = dstRowBytes || (4 * w);
404 var len = h * dstRowBytes
411 }, pptr, dstRowBytes, x, y);
canvaskit_bindings.cpp 710 size_t dstRowBytes, int srcX, int srcY) {
714 return self.readPixels(dstInfo, pixels, dstRowBytes, srcX, srcY);
    [all...]
  /external/skia/tests/
ImageTest.cpp 264 const size_t dstRowBytes = 2 * sizeof(SkPMColor);
267 REPORTER_ASSERT(reporter, image1->readPixels(dstInfo, pixels, dstRowBytes, 0, 0));
279 REPORTER_ASSERT(reporter, image2->readPixels(dstInfo, pixels, dstRowBytes, 0, 0));
    [all...]
  /external/skqp/tests/
ImageTest.cpp 264 const size_t dstRowBytes = 2 * sizeof(SkPMColor);
267 REPORTER_ASSERT(reporter, image1->readPixels(dstInfo, pixels, dstRowBytes, 0, 0));
279 REPORTER_ASSERT(reporter, image2->readPixels(dstInfo, pixels, dstRowBytes, 0, 0));
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 3855 milliseconds

1 23