LCOV - code coverage report | |||||||||||||||||||||||
![]() | |||||||||||||||||||||||
|
|||||||||||||||||||||||
![]() |
1 : 2 : /* 3 : * Copyright 2006 The Android Open Source Project 4 : * 5 : * Use of this source code is governed by a BSD-style license that can be 6 : * found in the LICENSE file. 7 : */ 8 : 9 : 10 : #include "SkGlobals.h" 11 : #include "SkThread.h" 12 : 13 1464 : static SkGlobals::BootStrap gBootStrap; 14 : 15 0 : SkGlobals::BootStrap& SkGlobals::GetBootStrap() 16 : { 17 0 : return gBootStrap; 18 4392 : } 19 : 20 : |
![]() |
Generated by: LCOV version 1.7 |