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

Side by Side Diff: gyp/core.gypi

Issue 1634273002: float components in xfermodes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: disable blitter for official checkin Created 4 years, 10 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
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '<(skia_src_path)/core/SkBitmapScaler.cpp', 51 '<(skia_src_path)/core/SkBitmapScaler.cpp',
52 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', 52 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h',
53 '<(skia_src_path)/core/SkBlitMask.h', 53 '<(skia_src_path)/core/SkBlitMask.h',
54 '<(skia_src_path)/core/SkBlitMask_D32.cpp', 54 '<(skia_src_path)/core/SkBlitMask_D32.cpp',
55 '<(skia_src_path)/core/SkBlitRow_D16.cpp', 55 '<(skia_src_path)/core/SkBlitRow_D16.cpp',
56 '<(skia_src_path)/core/SkBlitRow_D32.cpp', 56 '<(skia_src_path)/core/SkBlitRow_D32.cpp',
57 '<(skia_src_path)/core/SkBlitter.h', 57 '<(skia_src_path)/core/SkBlitter.h',
58 '<(skia_src_path)/core/SkBlitter.cpp', 58 '<(skia_src_path)/core/SkBlitter.cpp',
59 '<(skia_src_path)/core/SkBlitter_A8.cpp', 59 '<(skia_src_path)/core/SkBlitter_A8.cpp',
60 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', 60 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp',
61 '<(skia_src_path)/core/SkBlitter_PM4f.cpp',
61 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', 62 '<(skia_src_path)/core/SkBlitter_RGB16.cpp',
62 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', 63 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
63 '<(skia_src_path)/core/SkBuffer.cpp', 64 '<(skia_src_path)/core/SkBuffer.cpp',
64 '<(skia_src_path)/core/SkCachedData.cpp', 65 '<(skia_src_path)/core/SkCachedData.cpp',
65 '<(skia_src_path)/core/SkCanvas.cpp', 66 '<(skia_src_path)/core/SkCanvas.cpp',
66 '<(skia_src_path)/core/SkCanvasPriv.h', 67 '<(skia_src_path)/core/SkCanvasPriv.h',
67 '<(skia_src_path)/core/SkChecksum.cpp', 68 '<(skia_src_path)/core/SkChecksum.cpp',
68 '<(skia_src_path)/core/SkChunkAlloc.cpp', 69 '<(skia_src_path)/core/SkChunkAlloc.cpp',
69 '<(skia_src_path)/core/SkClipStack.cpp', 70 '<(skia_src_path)/core/SkClipStack.cpp',
70 '<(skia_src_path)/core/SkColor.cpp', 71 '<(skia_src_path)/core/SkColor.cpp',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 '<(skia_src_path)/core/SkTypefacePriv.h', 287 '<(skia_src_path)/core/SkTypefacePriv.h',
287 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 288 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
288 '<(skia_src_path)/core/SkUtils.cpp', 289 '<(skia_src_path)/core/SkUtils.cpp',
289 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 290 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
290 '<(skia_src_path)/core/SkValidatingReadBuffer.h', 291 '<(skia_src_path)/core/SkValidatingReadBuffer.h',
291 '<(skia_src_path)/core/SkValidationUtils.h', 292 '<(skia_src_path)/core/SkValidationUtils.h',
292 '<(skia_src_path)/core/SkVarAlloc.cpp', 293 '<(skia_src_path)/core/SkVarAlloc.cpp',
293 '<(skia_src_path)/core/SkVertState.cpp', 294 '<(skia_src_path)/core/SkVertState.cpp',
294 '<(skia_src_path)/core/SkWriteBuffer.cpp', 295 '<(skia_src_path)/core/SkWriteBuffer.cpp',
295 '<(skia_src_path)/core/SkWriter32.cpp', 296 '<(skia_src_path)/core/SkWriter32.cpp',
296 '<(skia_src_path)/core/SkXfer4f.cpp',
297 '<(skia_src_path)/core/SkXfermode.cpp', 297 '<(skia_src_path)/core/SkXfermode.cpp',
298 '<(skia_src_path)/core/SkXfermode4f.cpp',
298 '<(skia_src_path)/core/SkXfermode_proccoeff.h', 299 '<(skia_src_path)/core/SkXfermode_proccoeff.h',
299 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', 300 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp',
300 '<(skia_src_path)/core/SkXfermodeInterpretation.h', 301 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
301 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 302 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
302 '<(skia_src_path)/core/SkYUVPlanesCache.h', 303 '<(skia_src_path)/core/SkYUVPlanesCache.h',
303 304
304 '<(skia_src_path)/doc/SkDocument.cpp', 305 '<(skia_src_path)/doc/SkDocument.cpp',
305 306
306 '<(skia_src_path)/image/SkImage.cpp', 307 '<(skia_src_path)/image/SkImage.cpp',
307 '<(skia_src_path)/image/SkImage_Generator.cpp', 308 '<(skia_src_path)/image/SkImage_Generator.cpp',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 '<(skia_src_path)/pathops/SkPathOpsLine.h', 469 '<(skia_src_path)/pathops/SkPathOpsLine.h',
469 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 470 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
470 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 471 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
471 '<(skia_src_path)/pathops/SkPathOpsRect.h', 472 '<(skia_src_path)/pathops/SkPathOpsRect.h',
472 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 473 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
473 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 474 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
474 '<(skia_src_path)/pathops/SkPathWriter.h', 475 '<(skia_src_path)/pathops/SkPathWriter.h',
475 '<(skia_src_path)/pathops/SkReduceOrder.h', 476 '<(skia_src_path)/pathops/SkReduceOrder.h',
476 ], 477 ],
477 } 478 }
OLDNEW
« no previous file with comments | « gm/xfer4f.cpp ('k') | include/core/SkColor.h » ('j') | include/core/SkXfermode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698