OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_outname
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
skimage_main.cpp
81
static void
make_outname
(SkString* dst, const char outDir[], const char src[],
function
159
make_outname
(&filename, outDir, src, ".png");
675
make_outname
(&outPath, writePath->c_str(), filename, suffix_for_type(type));
[
all
...]
/external/skia/tools/
skimage_main.cpp
81
static void
make_outname
(SkString* dst, const char outDir[], const char src[],
function
159
make_outname
(&filename, outDir, src, ".png");
674
make_outname
(&outPath, writePath->c_str(), filename, suffix_for_type(type));
[
all
...]
Completed in 292 milliseconds