Searched refs:fJson (Results 1 – 2 of 2) sorted by relevance
22 , fJson(Json::objectValue) {} in SkJsonWriteBuffer()53 const Json::Value& getValue() const { return fJson; } in getValue()59 Json::Value fJson; variable
14 SkString fullName = SkStringPrintf("%02d_%s", fJson.size(), type); in append()15 fJson[fullName.c_str()] = value; in append()