HomeSort by relevance Sort by last modified time
    Searched full:rowbytes (Results 226 - 250 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/skia/src/images/
SkImageDecoder_libico.cpp 64 // Default rowBytes is w << 2 for kARGB_8888
SkScaledBitmapSampler.cpp 725 fDstRowBytes = dst->rowBytes();
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 295 pixmap.stride = nativeBitmap.rowBytes() / nativeBitmap.bytesPerPixel();
android_hardware_camera2_DngCreator.cpp 607 uint8_t* rowBytes = row.editArray();
614 ssize_t bytesRead = mInput->read(rowBytes, rowFillAmt, rowSize);
638 if (stream.write(rowBytes, 0, mBytesPerSample * mSamplesPerPixel * mWidth) != OK ||
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp     [all...]
SkGlyphCache.cpp 104 imageUsed += g.fHeight * g.rowBytes();
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 407 const size_t rb = s.fBitmap->rowBytes();
599 const size_t rb = s.fBitmap->rowBytes();
  /hardware/ti/omap4-aah/hwc/
hwc.c 129 int rowbytes; member in struct:omap4_hwc_img
132 } dock_image = { .rowbytes = 0 };
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 110 int rowbytes; member in struct:omap4_hwc_img
113 } dock_image = { .rowbytes = 0 };
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /frameworks/base/tools/aapt2/
Png.cpp 144 const uint32_t rowBytes = png_get_rowbytes(readPtr, infoPtr);
147 outInfo->rows[i] = new png_byte[rowBytes];
    [all...]
  /external/libpng/
pngget.c 33 return(info_ptr->rowbytes);
    [all...]
pngread.c 407 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
541 png_read_IDAT_data(png_ptr, png_ptr->row_buf, row_info.rowbytes + 1);
552 /* libpng 1.5.6: the following line was copying png_ptr->rowbytes before
557 memcpy(png_ptr->prev_row, png_ptr->row_buf, row_info.rowbytes + 1);
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngget.c 32 return(info_ptr->rowbytes);
    [all...]
fx_pngread.c 330 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
464 png_read_IDAT_data(png_ptr, png_ptr->row_buf, row_info.rowbytes + 1);
475 /* libpng 1.5.6: the following line was copying png_ptr->rowbytes before
480 memcpy(png_ptr->prev_row, png_ptr->row_buf, row_info.rowbytes + 1);
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 131 switch (codec->getPixels(decodeInfo, bitmap.getPixels(), bitmap.rowBytes(), NULL,
  /external/skia/src/animator/
SkCondensedDebug.cpp 244 "rowBytes\0"
SkCondensedRelease.cpp 244 "rowBytes\0"
  /external/skia/src/gpu/
GrAADistanceFieldPathRenderer.cpp 407 bmp.width(), bmp.height(), bmp.rowBytes());
SkGpuDevice.cpp 255 bool SkGpuDevice::onWritePixels(const SkImageInfo& info, const void* pixels, size_t rowBytes,
266 fRenderTarget->writePixels(x, y, info.width(), info.height(), config, pixels, rowBytes, flags);
    [all...]
  /external/skia/tests/
ImageDecodingTest.cpp 703 if (bm->info().getSafeSize(bm->rowBytes()) <= fSize) {
  /external/libpng/contrib/gregbook/
rpng-win.c 589 Trace((stderr, "(width = %ld, rowbytes = %ld, wimage_rowbytes = %d)\n",
rpng-x.c 699 Trace((stderr, " (width = %ld, rowbytes = %ld, ximage_rowbytes = %d)\n",
  /external/libpng/contrib/tools/
pngfix.c 3606 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); local
    [all...]

Completed in 3326 milliseconds

1 2 3 4 5 6 7 8 91011