OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesPerPixel
(Results
51 - 75
of
107
) sorted by null
1
2
3
4
5
/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
,
/external/chromium_org/skia/ext/
image_operations_bench.cc
93
return bitmap->height() * bitmap->
bytesPerPixel
() * bitmap->width();
/external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp
133
bitmap->
bytesPerPixel
() * 8,
/external/skia/src/utils/mac/
SkCreateCGImageRef.cpp
133
bitmap->
bytesPerPixel
() * 8,
/frameworks/base/core/jni/
android_view_TextureView.cpp
154
ssize_t bytesCount = buffer.stride *
bytesPerPixel
(buffer.format);
android_view_GraphicBuffer.cpp
190
ssize_t bytesCount = buffer->getStride() *
bytesPerPixel
(buffer->getPixelFormat());
/frameworks/base/services/jni/
com_android_server_AssetAtlasService.cpp
203
glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->
bytesPerPixel
());
/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
...]
/external/chromium_org/ui/gfx/codec/
png_codec.cc
749
DCHECK_EQ(input.
bytesPerPixel
(), bbp);
767
DCHECK_EQ(input.
bytesPerPixel
(), bbp);
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
166
const int
bytesPerPixel
= SkBitmap::ComputeBytesPerPixel(
168
const int requestedSize =
bytesPerPixel
*
/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/chrome/browser/media/
native_desktop_media_list.cc
67
pixels_data[result.rowBytes() * y + x * result.
bytesPerPixel
() + 3] =
/external/chromium_org/third_party/skia/include/core/
SkBitmap.h
118
int
bytesPerPixel
() const { return fBytesPerPixel; }
/external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp
325
uint8_t* bytes = pixels + y * bitmap->rowBytes() + x * bitmap->
bytesPerPixel
();
/external/skia/include/core/
SkBitmap.h
118
int
bytesPerPixel
() const { return fBytesPerPixel; }
/external/skia/src/ports/
SkImageDecoder_WIC.cpp
325
uint8_t* bytes = pixels + y * bitmap->rowBytes() + x * bitmap->
bytesPerPixel
();
/external/skia/tests/
CachedDecodingPixelRefTest.cpp
201
= static_cast<size_t>(info.fWidth * info.
bytesPerPixel
());
DrawBitmapRectTest.cpp
291
size_t count = bm.width() * bm.
bytesPerPixel
();
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c
1117
int
bytesPerPixel
= (gapi->gxProperties.cBPP + 1) / 8;
1121
unsigned char *srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x *
bytesPerPixel
;
1129
switch(
bytesPerPixel
)
[
all
...]
/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/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 1065 milliseconds
1
2
3
4
5