HomeSort by relevance Sort by last modified time
    Searched refs:colorDepth (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/page/
Screen.idl 35 readonly attribute unsigned long colorDepth;
Screen.h 49 unsigned colorDepth() const;
Screen.cpp 70 unsigned Screen::colorDepth() const
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 501 String colorDepth = (String) colorDepthCombo.getSelectedItem();
502 if (colorDepth == null) {
503 colorDepth = source.getBitsPerPixel() + " bpp";
513 colorDepthCombo.setSelectedItem(colorDepth);

Completed in 213 milliseconds