HomeSort by relevance Sort by last modified time
    Searched defs:fromColor (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TexturePixel.java 41 public void fromColor(ColorRGBA colorRGBA) {
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 406 Color fromColor = (a->*m_getter)();
409 if (!fromColor.isValid() && !toColor.isValid())
412 if (!fromColor.isValid())
413 fromColor = a->color();
417 return fromColor == toColor;
422 Color fromColor = (a->*m_getter)();
425 if (!fromColor.isValid() && !toColor.isValid())
428 if (!fromColor.isValid())
429 fromColor = a->color();
432 (dst->*m_setter)(blendFunc(anim, fromColor, toColor, progress))
    [all...]

Completed in 447 milliseconds