OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pngName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp
246
SkString
pngName
= SkString(filename);
247
pngName
.remove(
pngName
.size() - 3, 3);
248
pngName
.append("png");
249
return
pngName
;
367
static void writePict(const SkBitmap& bitmap, const char* outDir, const char*
pngName
) {
368
SkString outFile = make_filepath(0, outDir,
pngName
);
371
SkDebugf("unable to encode gr %s (width=%d height=%d)br \n",
pngName
,
466
const char*
pngName
= pngStr.c_str();
467
writePict(grBitmap, outGrDir,
pngName
);
[
all
...]
PathOpsSkpClipTest.cpp
143
SkString
pngName
= SkString(filename);
144
pngName
.remove(
pngName
.size() - 3, 3);
145
pngName
.append("png");
146
return
pngName
;
425
static void writePict(const SkBitmap& bitmap, const char* outDir, const char*
pngName
) {
427
outFile.appendf("%s%s", PATH_SLASH,
pngName
);
429
SkDebugf("unable to encode gr %s (width=%d height=%d)\n",
pngName
,
505
const char*
pngName
= pngStr.c_str();
506
writePict(oldBitmap, outOldDir,
pngName
);
[
all
...]
Completed in 77 milliseconds