Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Side by Side Diff: gyp/core.gypi

Issue 1159763004: SkPDF: with opaque draws, treat SRC mode as SRC_OVER (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: unify with blitter code Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/core/SkBlitter.cpp » ('j') | src/core/SkXfermodeInterpretation.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'core' files 5 # Include this gypi to include all 'core' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 '<(skia_src_path)/core/SkTypefaceCache.cpp', 221 '<(skia_src_path)/core/SkTypefaceCache.cpp',
222 '<(skia_src_path)/core/SkTypefaceCache.h', 222 '<(skia_src_path)/core/SkTypefaceCache.h',
223 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 223 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
224 '<(skia_src_path)/core/SkUtils.cpp', 224 '<(skia_src_path)/core/SkUtils.cpp',
225 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 225 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
226 '<(skia_src_path)/core/SkVarAlloc.cpp', 226 '<(skia_src_path)/core/SkVarAlloc.cpp',
227 '<(skia_src_path)/core/SkVertState.cpp', 227 '<(skia_src_path)/core/SkVertState.cpp',
228 '<(skia_src_path)/core/SkWriteBuffer.cpp', 228 '<(skia_src_path)/core/SkWriteBuffer.cpp',
229 '<(skia_src_path)/core/SkWriter32.cpp', 229 '<(skia_src_path)/core/SkWriter32.cpp',
230 '<(skia_src_path)/core/SkXfermode.cpp', 230 '<(skia_src_path)/core/SkXfermode.cpp',
231 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp',
232 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
231 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 233 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
232 '<(skia_src_path)/core/SkYUVPlanesCache.h', 234 '<(skia_src_path)/core/SkYUVPlanesCache.h',
233 235
234 '<(skia_src_path)/doc/SkDocument.cpp', 236 '<(skia_src_path)/doc/SkDocument.cpp',
235 237
236 '<(skia_src_path)/image/SkImage.cpp', 238 '<(skia_src_path)/image/SkImage.cpp',
237 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 239 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
238 '<(skia_src_path)/image/SkImage_Raster.cpp', 240 '<(skia_src_path)/image/SkImage_Raster.cpp',
239 '<(skia_src_path)/image/SkSurface.cpp', 241 '<(skia_src_path)/image/SkSurface.cpp',
240 '<(skia_src_path)/image/SkSurface_Base.h', 242 '<(skia_src_path)/image/SkSurface_Base.h',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 '<(skia_src_path)/pathops/SkPathOpsLine.h', 392 '<(skia_src_path)/pathops/SkPathOpsLine.h',
391 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 393 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
392 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 394 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
393 '<(skia_src_path)/pathops/SkPathOpsRect.h', 395 '<(skia_src_path)/pathops/SkPathOpsRect.h',
394 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 396 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
395 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 397 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
396 '<(skia_src_path)/pathops/SkPathWriter.h', 398 '<(skia_src_path)/pathops/SkPathWriter.h',
397 '<(skia_src_path)/pathops/SkReduceOrder.h', 399 '<(skia_src_path)/pathops/SkReduceOrder.h',
398 ], 400 ],
399 } 401 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkBlitter.cpp » ('j') | src/core/SkXfermodeInterpretation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698