Home
last modified time | relevance | path

Searched refs:dupstr (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGXMLDOM.cpp50 attr->fValue = dupstr(fAlloc, value, strlen(value)); in setSVGColor()
52 attr->fValue = dupstr(fAlloc, colorBuffer, strlen(colorBuffer)); in setSVGColor()
65 attr->fValue = dupstr(fAlloc, value, strlen(value)); in setSVGColor()
67 attr->fValue = dupstr(fAlloc, opacityBuffer, strlen(opacityBuffer)); in setSVGColor()
76 attr->fName = dupstr(fAlloc, name, strlen(name)); in onAddAttribute()
82 attr->fValue = dupstr(fAlloc, value, strlen(value)); in onAddAttribute()
89 attr->fName = dupstr(fAlloc, arr.first.c_str(), strlen(arr.first.c_str())); in onAddAttribute()
93 attr->fValue = dupstr(fAlloc, arr.second.c_str(), strlen(arr.second.c_str())); in onAddAttribute()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGXMLDOM.cpp59 attr->fValue = dupstr(fAlloc, (res < 0) ? value : colorBuffer); in setSVGColorAndOpacity()
69 attr->fValue = dupstr(fAlloc, (res < 0) ? value : opacityBuffer); in setSVGColorAndOpacity()
77 attr->fName = dupstr(fAlloc, name); in onAddAttribute()
83 attr->fValue = dupstr(fAlloc, value); in onAddAttribute()
90 attr->fName = dupstr(fAlloc, arr.first.c_str()); in onAddAttribute()
94 attr->fValue = dupstr(fAlloc, arr.second.c_str()); in onAddAttribute()
/third_party/skia/src/xml/
DSkDOMParser.cpp10 char* SkDOMParser::dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen) { in dupstr() function in SkDOMParser
58 attr->fName = dupstr(fAlloc, name, strlen(name)); in onAddAttribute()
59 attr->fValue = dupstr(fAlloc, value, strlen(value)); in onAddAttribute()
97 fElemName = dupstr(fAlloc, elem, elemSize); in startCommon()
DSkDOMParser.h23 static char* dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen);
/third_party/flutter/skia/src/xml/
DSkDOM.cpp180 static char* dupstr(SkArenaAlloc* chunk, const char src[]) { in dupstr() function
238 attr->fName = dupstr(fAlloc, name); in onAddAttribute()
239 attr->fValue = dupstr(fAlloc, value); in onAddAttribute()
278 fElemName = dupstr(fAlloc, elem); in startCommon()