HomeSort by relevance Sort by last modified time
    Searched defs:writePath (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkWriter32.h 116 void writePath(const SkPath& path) {
  /external/skia/src/core/
SkOrderedWriteBuffer.cpp 130 void SkOrderedWriteBuffer::writePath(const SkPath& path) {
131 fWriter.writePath(path);
  /external/skia/gm/
gmmain.cpp 512 const ConfigData& gRec, const char writePath [],
521 path = make_filename(writePath, renderModeDescriptor, name.c_str(),
526 path = make_filename(writePath, renderModeDescriptor, name.c_str(),
531 path = make_filename(writePath, renderModeDescriptor, name.c_str(),
739 * @param writePath unless this is NULL, write out actual images into this
745 GM* gm, const ConfigData& gRec, const char writePath[],
784 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
785 retval |= write_reference_image(gRec, writePath, "",
    [all...]

Completed in 213 milliseconds