Searched refs:pixelDepth (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DScreen.idl36 readonly attribute unsigned long pixelDepth;
H A DScreen.h50 unsigned pixelDepth() const;
H A DScreen.cpp77 unsigned Screen::pixelDepth() const function in class:WebCore::Screen
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DTGALoader.java151 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 149 milliseconds