OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixelDepth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Screen.cpp
77
unsigned Screen::
pixelDepth
() const
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java
151
int
pixelDepth
= dis.readUnsignedByte();
201
if (
pixelDepth
== 32) {
218
if (
pixelDepth
== 16) {
240
} else if (
pixelDepth
== 24){
259
} else if (
pixelDepth
== 32){
277
throw new IOException("Unsupported TGA true color depth: "+
pixelDepth
);
286
if(
pixelDepth
== 32 ){
326
} else if(
pixelDepth
== 24 ){
361
} else if(
pixelDepth
== 16 ){
403
throw new IOException( "Unsupported TGA true color depth: " +
pixelDepth
);
[
all
...]
Completed in 339 milliseconds