OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytesperpixel
(Results
101 - 125
of
171
) sorted by null
1
2
3
4
5
6
7
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp
255
vformat->
BytesPerPixel
= TDisplayModeUtils::NumDisplayModeBitsPerPixel(displayMode) / 8;
279
if(format->
BytesPerPixel
!= 4) //in HW only full color is supported
dsa_old.cpp
5
LOCAL_C TInt
BytesPerPixel
(TDisplayMode aMode)
332
iTargetBpp =
BytesPerPixel
(DisplayMode());
452
iSourceBpp =
BytesPerPixel
(aMode);
dsa.cpp
6
LOCAL_C TInt
BytesPerPixel
(TDisplayMode aMode)
771
iTargetBpp =
BytesPerPixel
(DisplayMode());
900
iSourceBpp =
BytesPerPixel
(aMode);
dsa_new.cpp
6
LOCAL_C TInt
BytesPerPixel
(TDisplayMode aMode)
496
iTargetBpp =
BytesPerPixel
(DisplayMode());
659
iSourceBpp =
BytesPerPixel
(aMode);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java
87
final int
bytesPerPixel
= 4;
88
int arraySize = dimension * dimension *
bytesPerPixel
;
/external/chromium_org/content/common/
child_process_host_impl.cc
306
width * height * GpuMemoryBufferImpl::
BytesPerPixel
(internalformat),
/external/chromium_org/skia/ext/
image_operations_bench.cc
93
return bitmap->height() * bitmap->
bytesPerPixel
() * bitmap->width();
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c
172
vformat->
BytesPerPixel
= 1;
/external/qemu/distrib/sdl-1.2.15/test/
threadwin.c
317
screen->w*screen->format->
BytesPerPixel
);
testwin.c
87
screen->w*screen->format->
BytesPerPixel
);
testwm.c
54
screen->w*screen->format->
BytesPerPixel
);
/external/skia/tests/
CachedDecodingPixelRefTest.cpp
201
= static_cast<size_t>(info.fWidth * info.
bytesPerPixel
());
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c
604
dstrect->x*dst->format->
BytesPerPixel
;
606
x = dstrect->w*dst->format->
BytesPerPixel
;
686
switch (dst->format->
BytesPerPixel
) {
SDL_stretch.c
220
const int bpp = dst->format->
BytesPerPixel
;
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c
249
switch(this->screen->format->
BytesPerPixel
)
388
int xmult = this->screen->format->
BytesPerPixel
;
769
SDL_memcpy(this->hidden->bank[1], this->hidden->bank[0], width * height * this->screen->format->
BytesPerPixel
);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.cpp
647
const size_t
bytesPerPixel
= m_infoHeader.biBitCount / 8;
648
const size_t unpaddedNumBytes = (m_infoHeader.biBitCount < 16) ? ((numPixels + pixelsPerByte - 1) / pixelsPerByte) : (numPixels *
bytesPerPixel
);
692
const uint32_t pixel = readCurrentPixel(
bytesPerPixel
);
/external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc
67
pixels_data[result.rowBytes() * y + x * result.
bytesPerPixel
() + 3] =
/external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc
383
GpuMemoryBufferImpl::
BytesPerPixel
(internalformat);
/external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp
325
uint8_t* bytes = pixels + y * bitmap->rowBytes() + x * bitmap->
bytesPerPixel
();
/external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp
370
int bitsPerPixel = bitmap.
bytesPerPixel
() * 8;
/external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp
206
SkASSERT(bitmap.width() * bitmap.
bytesPerPixel
() == bitmap.rowBytes());
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c
181
vformat->
BytesPerPixel
= 1;
/external/skia/src/ports/
SkImageDecoder_WIC.cpp
325
uint8_t* bytes = pixels + y * bitmap->rowBytes() + x * bitmap->
bytesPerPixel
();
/external/skia/src/views/unix/
SkOSWindow_Unix.cpp
370
int bitsPerPixel = bitmap.
bytesPerPixel
() * 8;
/external/skia/src/views/win/
SkOSWindow_win.cpp
206
SkASSERT(bitmap.width() * bitmap.
bytesPerPixel
() == bitmap.rowBytes());
Completed in 179 milliseconds
1
2
3
4
5
6
7