Searched refs:writable_str (Results 1 - 24 of 24) sorted by relevance

/external/skia/tools/
H A Dchrome_fuzz.cpp25 (void) sk_fread(testdata->writable_str(), len, file);
/external/skia/src/core/
H A DSkString.cpp335 char* SkString::writable_str() { function in class:SkString
365 char* p = this->writable_str();
373 char* p = this->writable_str();
404 char* p = this->writable_str();
411 char* p = tmp.writable_str();
448 char* dst = this->writable_str();
462 char* dst = tmp.writable_str();
593 char* dst = tmp.writable_str();
H A DSkFontDescriptor.cpp31 stream->read(string->writable_str(), length);
H A DSkPictureData.cpp332 if (stream->read(str.writable_str(), len) != len) {
/external/skia/tools/skpdiff/
H A Dskpdiff_util.cpp193 if (realpath(path.c_str(), fullPath.writable_str()) == NULL) {
199 if (_fullpath(fullPath.writable_str(), path.c_str(), MAX_PATH) == NULL) {
H A DSkCLImageDiffer.cpp51 size_t bytesRead = stream->read(sourceString.writable_str(), sourceString.size());
/external/skia/src/utils/win/
H A DSkDWrite.cpp81 len = WideCharToMultiByte(CP_UTF8, 0, name, nameLen, skname->writable_str(), len, NULL, NULL);
/external/skia/samplecode/
H A DOverView.cpp23 char* ptr = str->writable_str();
H A DSampleApp.cpp134 stream.read(data.writable_str(), len);
/external/skia/include/core/
H A DSkString.h168 char* writable_str();
169 char& operator[](size_t n) { return this->writable_str()[n]; }
/external/skia/src/pdf/
H A DSkPDFUtils.cpp323 char* str = result.writable_str();
334 char* str = result.writable_str();
H A DSkPDFTypes.cpp114 char* s = result.writable_str();
125 SkASSERT(&result.writable_str()[count] == s); // don't over-write
/external/skia/src/views/
H A DSkWidgets.cpp68 memcpy(path.writable_str(), kSkinPath, sizeof(kSkinPath) - 1);
69 memcpy(path.writable_str() + sizeof(kSkinPath) - 1, gSkinNames[i], len);
/external/skia/experimental/tools/
H A Dskp_to_pdf_md5.cpp140 char* p = string.writable_str();
/external/skia/src/utils/
H A DSkParsePath.cpp247 stream.copyTo(str->writable_str());
/external/skia/tests/
H A DStringTest.cpp48 memcpy(d.writable_str(), "helloz", 5);
H A DPDFPrimitivesTest.cpp44 asset->read(tmp.writable_str(), asset->getLength());
H A DPathOpsSkpClipTest.cpp638 char* spaces = spaceFile.writable_str();
/external/skia/src/xml/
H A DSkXMLWriter.cpp153 (void)escape_markup(valueStr.writable_str(), value, length);
/external/skia/src/animator/
H A DSkMemberInfo.cpp234 char* stringHeader = valueStr.writable_str();
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp57 (void)buffer.read(fString.writable_str(), strLen);
H A DSkFontConfigParser_android.cpp161 char* str = s->writable_str();
H A DSkFontHost_mac.cpp1541 CFStringGetCString(src, dst->writable_str(), length, kCFStringEncodingUTF8);
H A DSkFontHost_win.cpp93 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, NULL, NULL);

Completed in 705 milliseconds