HomeSort by relevance Sort by last modified time
    Searched full:trianglepath (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 445 SkPath trianglePath;
446 trianglePath.moveTo(0.5f * m_rect.width, 0.9f * m_rect.height);
447 trianglePath.lineTo(0.1f * m_rect.width, 0.1f * m_rect.height);
448 trianglePath.lineTo(0.9f * m_rect.width, 0.1f * m_rect.height);
452 canvas.drawPath(trianglePath, paint);

Completed in 77 milliseconds