LCOV - code coverage report
Current view: top level - gfx/skia/skia/src/opts - SkOpts_sse41.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 8 8 100.0 %
Date: 2017-07-14 16:53:18 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /*
       2             :  * Copyright 2015 Google Inc.
       3             :  *
       4             :  * Use of this source code is governed by a BSD-style license that can be
       5             :  * found in the LICENSE file.
       6             :  */
       7             : 
       8             : #include "SkOpts.h"
       9             : 
      10             : #define SK_OPTS_NS sse41
      11             : #include "SkBlurImageFilter_opts.h"
      12             : #include "SkBlitRow_opts.h"
      13             : #include "SkBlend_opts.h"
      14             : #include "SkRasterPipeline_opts.h"
      15             : 
      16             : namespace SkOpts {
      17           3 :     void Init_sse41() {
      18           3 :         box_blur_xx          = sse41::box_blur_xx;
      19           3 :         box_blur_xy          = sse41::box_blur_xy;
      20           3 :         box_blur_yx          = sse41::box_blur_yx;
      21           3 :         srcover_srgb_srgb    = sse41::srcover_srgb_srgb;
      22           3 :         blit_row_s32a_opaque = sse41::blit_row_s32a_opaque;
      23           3 :         run_pipeline         = sse41::run_pipeline;
      24           3 :     }
      25             : }

Generated by: LCOV version 1.13