OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorDepth
(Results
1 - 6
of
6
) sorted by null
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java
66
private int
colorDepth
; // number of bit planes
332
colorDepth
= 8;
511
LZWEncoder encoder = new LZWEncoder(width, height, indexedPixels,
colorDepth
);
/frameworks/native/opengl/libs/EGL/
eglApi.cpp
627
EGLint
colorDepth
= r + g + b;
643
if (
colorDepth
<= 16) {
647
if (
colorDepth
> 24) {
658
if (
colorDepth
> 24) {
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h
494
uint32
colorDepth
: 8;
[
all
...]
/prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar
/external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c
[
all
...]
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar
Completed in 626 milliseconds