Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9501 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
792bbd14c6
commit
7fb5373fb7
@ -29,7 +29,7 @@ static void test_conic(SkCanvas* canvas) {
|
||||
{ 1 , SK_ColorGREEN },
|
||||
{ 0.5f, SK_ColorBLUE },
|
||||
};
|
||||
|
||||
|
||||
for (size_t i = 0; i < SK_ARRAY_COUNT(gRec); ++i) {
|
||||
paint.setColor(gRec[i].fColor);
|
||||
draw_conic(canvas, gRec[i].fWeight, paint);
|
||||
|
@ -38,7 +38,7 @@
|
||||
# we currently build skia's version of libjpeg-turbo without
|
||||
# SIMD optimizations for simplicity
|
||||
'../third_party/externals/libjpeg/jsimd_none.c',
|
||||
|
||||
|
||||
'../third_party/externals/libjpeg/jcapimin.c',
|
||||
'../third_party/externals/libjpeg/jcapistd.c',
|
||||
'../third_party/externals/libjpeg/jccoefct.c',
|
||||
|
@ -17,7 +17,7 @@
|
||||
'cflags': ['-fexceptions'],
|
||||
'cflags_cc': ['-fexceptions'],
|
||||
'cflags!': [ '-fno-exceptions' ],
|
||||
'cflags_cc!': [ '-fno-exceptions' ],
|
||||
'cflags_cc!': [ '-fno-exceptions' ],
|
||||
'sources': [
|
||||
'../experimental/PdfViewer/pdf_viewer_main.cpp',
|
||||
],
|
||||
@ -40,7 +40,7 @@
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
],
|
||||
},
|
||||
},
|
||||
'defines': [
|
||||
'BUILDING_PODOFO',
|
||||
],
|
||||
@ -60,7 +60,7 @@
|
||||
],
|
||||
},
|
||||
],
|
||||
],
|
||||
],
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
|
@ -89,13 +89,13 @@ public:
|
||||
* takes ownership of that allocation, and will handling calling sk_free.
|
||||
*/
|
||||
static SkData* NewFromMalloc(const void* data, size_t length);
|
||||
|
||||
|
||||
/**
|
||||
* Create a new dataref the file with the specified path.
|
||||
* If the file cannot be opened, this returns NULL.
|
||||
*/
|
||||
static SkData* NewFromFileName(const char path[]);
|
||||
|
||||
|
||||
/**
|
||||
* Create a new dataref from a SkFILE.
|
||||
* This does not take ownership of the SkFILE, nor close it.
|
||||
|
Loading…
Reference in New Issue
Block a user