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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 170 if (!debugBorderColor().alpha())
183 GLC(context, context->uniform4f(program->fragmentShader().colorLocation(), debugBorderColor().red() / 255.0, debugBorderColor().green() / 255.0, debugBorderColor().blue() / 255.0, 1));
CCLayerImpl.h 106 Color debugBorderColor() const { return m_debugBorderColor; }

Completed in 580 milliseconds