HomeSort by relevance Sort by last modified time
    Searched refs:fJson (Results 1 - 6 of 6) sorted by null

  /external/skia/tools/debugger/
SkJsonWriteBuffer.h 22 , fJson(Json::objectValue) {}
51 const Json::Value& getValue() const { return fJson; }
57 Json::Value fJson;
SkJsonWriteBuffer.cpp 14 SkString fullName = SkStringPrintf("%02d_%s", fJson.size(), type);
15 fJson[fullName.c_str()] = value;
  /external/skqp/tools/debugger/
SkJsonWriteBuffer.h 22 , fJson(Json::objectValue) {}
51 const Json::Value& getValue() const { return fJson; }
57 Json::Value fJson;
SkJsonWriteBuffer.cpp 14 SkString fullName = SkStringPrintf("%02d_%s", fJson.size(), type);
15 fJson[fullName.c_str()] = value;
  /external/skia/experimental/skottie/
Skottie.cpp 524 const Json::Value& fJson;
555 const Json::Value& fJson;
604 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson,
613 geos = gGeometryEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson,
618 SkASSERT(shapeCtx->fGeometryEffectStack->back().fJson == rec->fJson);
628 if (auto subgroup = AttachShape(rec->fJson["it"], &groupShapeCtx)) {
636 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, shapeCtx->fCtx);
645 drawGeos = it->fAttach(it->fJson, shapeCtx->fCtx, std::move(drawGeos));
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 523 const Json::Value& fJson;
554 const Json::Value& fJson;
603 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson,
612 geos = gGeometryEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson,
617 SkASSERT(shapeCtx->fGeometryEffectStack->back().fJson == rec->fJson);
627 if (auto subgroup = AttachShape(rec->fJson["it"], &groupShapeCtx)) {
635 auto paint = gPaintAttachers[rec->fInfo.fAttacherIndex](rec->fJson, shapeCtx->fCtx);
644 drawGeos = it->fAttach(it->fJson, shapeCtx->fCtx, std::move(drawGeos));
    [all...]

Completed in 180 milliseconds