HomeSort by relevance Sort by last modified time
    Searched full:rowbytes (Results 201 - 225 of 284) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c     [all...]
pngpread.c 816 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
824 png_ptr->rowbytes + 1);
1023 png_ptr->rowbytes + 1);
    [all...]
pngget.c 29 return(info_ptr->rowbytes);
564 /* check for potential overflow of rowbytes */
pngwutil.c 481 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 621 ulg rowbytes = rpng2_info.rowbytes; local
624 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
628 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
643 rpng2_info.row_pointers[i] = rpng2_info.image_data + i*rowbytes;
    [all...]
rpng2-x.c 773 ulg rowbytes = rpng2_info.rowbytes; local
776 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
780 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
795 rpng2_info.row_pointers[i] = rpng2_info.image_data + i*rowbytes;
    [all...]
readpng2.c 506 * then get rowbytes and channels */
510 mainprog_ptr->rowbytes = (int)png_get_rowbytes(png_ptr, info_ptr);
  /external/skia/src/core/
SkDraw.cpp 259 const size_t rowBytes = bitmap.rowBytes();
263 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
266 pixels += rowBytes;
357 int rb = bitmap->rowBytes();
378 int rb = bitmap->rowBytes();
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libjpeg.cpp 347 INT32 const bpr = bm->rowBytes();
639 INT32 const bpr = bitmap->rowBytes();
978 srcRow = (const void*)((const char*)srcRow + bm.rowBytes());
    [all...]
SkScaledBitmapSampler.cpp 418 fDstRowBytes = dst->rowBytes();
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 377 INT32 const bpr = bm->rowBytes();
677 INT32 const bpr = bitmap->rowBytes();
    [all...]
SkScaledBitmapSampler.cpp 419 fDstRowBytes = dst->rowBytes();
  /external/libpng/contrib/pngminus/
png2pnm.c 276 * get rowbytes and channels, and allocate image memory */
  /external/neven/
FaceDetector_jni.cpp 226 int wpr = nativeBitmap->rowBytes() / 2;
  /external/quake/quake/src/QW/client/
d_surf.c 299 r_drawsurf.rowbytes = r_drawsurf.surfwidth;
vid_win.c     [all...]
  /external/quake/quake/src/WinQuake/
d_surf.cpp 296 r_drawsurf.rowbytes = r_drawsurf.surfwidth;
  /external/skia/legacy/src/core/
SkDraw.cpp 241 const size_t rowBytes = bitmap.rowBytes();
245 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
248 pixels += rowBytes;
339 int rb = bitmap->rowBytes();
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 816 const size_t dstRB = glyph.rowBytes();
831 const size_t dstRB = glyph.rowBytes();
846 const size_t dstRB = glyph.rowBytes();
917 size_t dstRB = glyph.rowBytes();
    [all...]
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 163 data.rowBytes(),
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 924 const size_t dstRB = glyph.rowBytes();
942 const size_t dstRB = glyph.rowBytes();
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 62 png_size_t rowbytes; /* bytes needed to hold an untransformed row */ member in struct:png_info_def
pngstruct.h 104 png_size_t rowbytes; /* size of row in bytes */ member in struct:png_struct_def
  /external/libpng/
pngwutil.c 501 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 528 current->pitch = (**(**SDL_Display).gdPMap).rowBytes & 0x3FFF;
583 current->pitch = (**pixmap).rowBytes & 0x3FFF;

Completed in 4740 milliseconds

1 2 3 4 5 6 7 891011>>