Searched defs:fJson (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/debugger/
H A DSkJsonWriteBuffer.h22 , fJson(Json::objectValue) {}
51 const Json::Value& getValue() const { return fJson; }
57 Json::Value fJson; member in class:final
/external/skqp/tools/debugger/
H A DSkJsonWriteBuffer.h22 , fJson(Json::objectValue) {}
51 const Json::Value& getValue() const { return fJson; }
57 Json::Value fJson; member in class:final
/external/skia/experimental/skottie/
H A DSkottie.cpp524 const Json::Value& fJson; member in struct:skottie::GeometryEffectRec
555 const Json::Value& fJson; member in struct:skottie::ShapeRec
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));
/external/skqp/experimental/skottie/
H A DSkottie.cpp523 const Json::Value& fJson; member in struct:skottie::GeometryEffectRec
554 const Json::Value& fJson; member in struct:skottie::ShapeRec
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));

Completed in 167 milliseconds