OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytesperpixel
(Results
76 - 100
of
171
) sorted by null
1
2
3
4
5
6
7
/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
116
SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bmp.rowBytes() + x * bmp.
bytesPerPixel
());
138
SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bitmap->rowBytes() + x * bitmap->
bytesPerPixel
());
192
uint32_t pixel = *reinterpret_cast<SkPMColor*>(pixels + by * bitmap.rowBytes() + bx * bitmap.
bytesPerPixel
());
/external/chromium_org/ui/gfx/
skbitmap_operations.cc
53
DCHECK(first.
bytesPerPixel
() == second.
bytesPerPixel
());
86
DCHECK(first.
bytesPerPixel
() == second.
bytesPerPixel
());
138
DCHECK(rgb.
bytesPerPixel
() == alpha.
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->format->
BytesPerPixel
;
320
int bpp = surface->format->
BytesPerPixel
;
/external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp
133
bitmap->
bytesPerPixel
() * 8,
/external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp
28
switch (src->format->
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
133
bitmap->
bytesPerPixel
() * 8,
/external/skia/src/views/sdl/
SkOSWindow_SDL.cpp
28
switch (src->format->
BytesPerPixel
) {
/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
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c
289
UINT
bytesPerPixel
= pwfb->cColorBits / 8;
303
switch (
bytesPerPixel
) {
346
bytesPerPixel
* x;
347
switch (
bytesPerPixel
) {
388
rowSize = width *
bytesPerPixel
;
[
all
...]
/external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c
289
UINT
bytesPerPixel
= pwfb->cColorBits / 8;
303
switch (
bytesPerPixel
) {
346
bytesPerPixel
* x;
347
switch (
bytesPerPixel
) {
388
rowSize = width *
bytesPerPixel
;
[
all
...]
/cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java
199
int
bytesPerPixel
= bitmap.getRowBytes() / bitmap.getWidth();
203
bytesPerPixel
,
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c
407
/* We need to return
BytesPerPixel
as it in used by CreateRGBsurface */
409
vformat->
BytesPerPixel
= desktop_mode.bytes_per_scanline/desktop_mode.width;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c
168
i = modeinfo->
bytesperpixel
-1;
498
int bpp = this->screen->format->
BytesPerPixel
;
Completed in 619 milliseconds
1
2
3
4
5
6
7