media_enter_pip.icon 652 B

123456789101112131415161718192021222324252627
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. CANVAS_DIMENSIONS, 16,
  5. MOVE_TO, 12, 7,
  6. H_LINE_TO, 7,
  7. R_V_LINE_TO, 4,
  8. R_H_LINE_TO, 5,
  9. V_LINE_TO, 7,
  10. CLOSE,
  11. R_MOVE_TO, 3, 5.67f,
  12. V_LINE_TO, 3.32f,
  13. CUBIC_TO, 15, 2.59f, 14.43f, 2, 13.73f, 2,
  14. H_LINE_TO, 2.27f,
  15. CUBIC_TO, 1.57f, 2, 1, 2.59f, 1, 3.32f,
  16. R_V_LINE_TO, 9.35f,
  17. CUBIC_TO, 1, 13.4f, 1.57f, 14, 2.27f, 14,
  18. R_H_LINE_TO, 11.45f,
  19. R_CUBIC_TO, 0.7f, 0, 1.27f, -0.6f, 1.27f, -1.33f,
  20. CLOSE,
  21. R_MOVE_TO, -1.5f, -0.17f,
  22. R_H_LINE_TO, -11,
  23. R_V_LINE_TO, -9,
  24. R_H_LINE_TO, 11,
  25. R_V_LINE_TO, 9,
  26. CLOSE