зеркало из https://github.com/mozilla/moz-skia.git
dump message confirming read or write directory
git-svn-id: http://skia.googlecode.com/svn/trunk@634 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
c3856384e4
Коммит
00f883e641
|
@ -142,7 +142,13 @@ int main (int argc, char * const argv[]) {
|
|||
|
||||
Iter iter;
|
||||
GM* gm;
|
||||
|
||||
|
||||
if (readPath) {
|
||||
fprintf(stderr, "reading from %s\n", readPath);
|
||||
} else if (writePath) {
|
||||
fprintf(stderr, "writing to %s\n", writePath);
|
||||
}
|
||||
|
||||
while ((gm = iter.next()) != NULL) {
|
||||
SkISize size = gm->getISize();
|
||||
SkDebugf("creating... %s [%d %d]\n", gm->shortName(),
|
||||
|
|
Загрузка…
Ссылка в новой задаче