HomeSort by relevance Sort by last modified time
    Searched full:bytesperpixel (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 244 int bitsPerPixel = bitmap.bytesPerPixel() * 8;
254 image.bytes_per_line = bitmap.rowBytes() - bitmap.width() * bitmap.bytesPerPixel();
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.cpp 304 unsigned int bytesPerPixel = componentsPerPixel * bytesPerComponent;
305 data.resize(width * height * bytesPerPixel);
316 flipVertically(data.data(), width, height, bytesPerPixel, 1);
323 unsigned int bytesPerPixel,
328 unsigned int validRowBytes = width * bytesPerPixel;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 77 int srcbpp = srcfmt->BytesPerPixel;
130 int srcbpp = srcfmt->BytesPerPixel;
183 int srcbpp = srcfmt->BytesPerPixel;
    [all...]
SDL_blit_0.c 358 dstbpp = dstfmt->BytesPerPixel;
405 dstbpp = dstfmt->BytesPerPixel;
454 which = surface->map->dst->format->BytesPerPixel;
SDL_blit_1.c 420 dstbpp = dstfmt->BytesPerPixel;
460 dstbpp = dstfmt->BytesPerPixel;
503 which = dstfmt->BytesPerPixel;
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 100 if (src->format->BytesPerPixel != dst->format->BytesPerPixel) return false;
171 vformat->BytesPerPixel = 2;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 182 bpp = this->screen->format->BytesPerPixel;
415 this->screen->format->BytesPerPixel;
430 screen->format->BytesPerPixel;
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 38 if (screen->format->BytesPerPixel!=2) {
40 memset(buffer,(i*255)/screen->h, screen->w*screen->format->BytesPerPixel);
95 skip = light->pitch-(light->w*light->format->BytesPerPixel);
testbitmap.c 122 if (screen->format->BytesPerPixel!=2) {
  /external/skia/tests/
ReadPixelsTest.cpp 118 SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bmp.rowBytes() + x * bmp.bytesPerPixel());
140 SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bitmap->rowBytes() + x * bitmap->bytesPerPixel());
194 uint32_t pixel = *reinterpret_cast<SkPMColor*>(pixels + by * bitmap.rowBytes() + bx * bitmap.bytesPerPixel());
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 195 inline uint32_t readCurrentPixel(int bytesPerPixel) const
197 const int offset = m_coord.x() * bytesPerPixel;
198 switch (bytesPerPixel) {
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
HDRLoader.java 301 int bytesPerPixel = pixelFormat.getBitsPerPixel() / 8;
302 int scanLineBytes = bytesPerPixel * width;
  /external/qemu/distrib/sdl-1.2.15/docs/html/
guidevideo.html 278 int bpp = surface-&#62;format-&#62;BytesPerPixel;
320 int bpp = surface-&#62;format-&#62;BytesPerPixel;
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_mouse.c 102 SDL_VideoSurface->format->BytesPerPixel;
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.c 150 vformat->BytesPerPixel = 1;
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 141 bitmap->bytesPerPixel() * 8,
  /external/webkit/Source/WebKit/android/plugins/
ANPSurfaceInterface.cpp 129 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format);
  /frameworks/base/libs/hwui/
GradientCache.h 163 size_t bytesPerPixel() const;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 123 mBytesPerPixel = Integer.parseInt(prop.getProperty("bytesPerPixel"));
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 113 int bpp = bytesPerPixel(format);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 474 unsigned int bytesPerPixel,
490 bytesPerPixel = 2;
536 bytesPerPixel = 1;
538 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel;
541 row = width*bytesPerPixel;
675 bytesPerPixel = 2;
681 row = width*bytesPerPixel;
    [all...]
  /cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java 199 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth();
203 bytesPerPixel,

Completed in 1513 milliseconds

1 23 4 5 6