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

Side by Side Diff: gyp/core.gypi

Issue 108663004: make info real in SkPixelRef, and add bitmap::asImageInfo (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/core/SkBitmap.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 '<(skia_src_path)/core/SkFontStream.cpp', 99 '<(skia_src_path)/core/SkFontStream.cpp',
100 '<(skia_src_path)/core/SkFontStream.h', 100 '<(skia_src_path)/core/SkFontStream.h',
101 '<(skia_src_path)/core/SkGeometry.cpp', 101 '<(skia_src_path)/core/SkGeometry.cpp',
102 '<(skia_src_path)/core/SkGlyphCache.cpp', 102 '<(skia_src_path)/core/SkGlyphCache.cpp',
103 '<(skia_src_path)/core/SkGlyphCache.h', 103 '<(skia_src_path)/core/SkGlyphCache.h',
104 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 104 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
105 '<(skia_src_path)/core/SkGraphics.cpp', 105 '<(skia_src_path)/core/SkGraphics.cpp',
106 '<(skia_src_path)/core/SkInstCnt.cpp', 106 '<(skia_src_path)/core/SkInstCnt.cpp',
107 '<(skia_src_path)/core/SkImageFilter.cpp', 107 '<(skia_src_path)/core/SkImageFilter.cpp',
108 '<(skia_src_path)/core/SkImageFilterUtils.cpp', 108 '<(skia_src_path)/core/SkImageFilterUtils.cpp',
109 '<(skia_src_path)/core/SkImageInfo.cpp',
109 '<(skia_src_path)/core/SkLineClipper.cpp', 110 '<(skia_src_path)/core/SkLineClipper.cpp',
110 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 111 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
111 '<(skia_src_path)/core/SkMask.cpp', 112 '<(skia_src_path)/core/SkMask.cpp',
112 '<(skia_src_path)/core/SkMaskFilter.cpp', 113 '<(skia_src_path)/core/SkMaskFilter.cpp',
113 '<(skia_src_path)/core/SkMaskGamma.cpp', 114 '<(skia_src_path)/core/SkMaskGamma.cpp',
114 '<(skia_src_path)/core/SkMaskGamma.h', 115 '<(skia_src_path)/core/SkMaskGamma.h',
115 '<(skia_src_path)/core/SkMath.cpp', 116 '<(skia_src_path)/core/SkMath.cpp',
116 '<(skia_src_path)/core/SkMatrix.cpp', 117 '<(skia_src_path)/core/SkMatrix.cpp',
117 '<(skia_src_path)/core/SkMessageBus.h', 118 '<(skia_src_path)/core/SkMessageBus.h',
118 '<(skia_src_path)/core/SkMetaData.cpp', 119 '<(skia_src_path)/core/SkMetaData.cpp',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
363 '<(skia_src_path)/pathops/SkPathOpsRect.h', 364 '<(skia_src_path)/pathops/SkPathOpsRect.h',
364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
366 '<(skia_src_path)/pathops/SkPathWriter.h', 367 '<(skia_src_path)/pathops/SkPathWriter.h',
367 '<(skia_src_path)/pathops/SkQuarticRoot.h', 368 '<(skia_src_path)/pathops/SkQuarticRoot.h',
368 '<(skia_src_path)/pathops/SkReduceOrder.h', 369 '<(skia_src_path)/pathops/SkReduceOrder.h',
369 ], 370 ],
370 } 371 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698