OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npixels
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/opengl/java/android/opengl/
Texture.java
57
int
npixels
= width*height;
local
58
int nbytes =
npixels
*bpp;
69
for (int i = 0; i <
npixels
; i++) {
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
PaletteTexture.cpp
136
int
nPixels
= width*height;
137
unsigned char* pixelsOut = new unsigned char[
nPixels
*colorSizeOut];
144
int maxIndices = (leftPixels <
nPixels
) ? leftPixels:
nPixels
;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h
771
CARD16
nPixels
B16, nMasks B16;
784
CARD16
nPixels
B16;
[
all
...]
Xlib.h
[
all
...]
Completed in 262 milliseconds