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

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
FillLightAction.java 25 * An action handling fill-light effect.
41 scalePicker = factory.createScalePicker(EffectToolFactory.ScalePickerType.LIGHT);
HighlightAction.java 41 scalePicker = factory.createScalePicker(EffectToolFactory.ScalePickerType.LIGHT);
EffectToolFactory.java 32 LIGHT, SHADOW, COLOR, GENERIC
62 case LIGHT:
  /external/collada/include/1.4/dom/
domLight.h 24 * The light element declares a light source that illuminates the scene. Light
25 * sources have many different properties and radiate light in many different
31 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::LIGHT; }
41 * The technique_common element specifies the light information for the common
58 * light source. An ambient light is one that lights everything evenly,
71 * color of the light. The color element must occur exactly once. @see domColor
116 * directional light source. A directional light is one that lights everythin
    [all...]
domTypes.h 271 FX_SURFACE_FORMAT_HINT_CHANNELS_ENUM_L, /**< Luminance map often used for light mapping */
272 FX_SURFACE_FORMAT_HINT_CHANNELS_ENUM_LA, /**< Luminance+Alpha map often used for light mapping */
    [all...]

Completed in 33 milliseconds