Home
last modified time | relevance | path

Searched refs:beginObject (Results 1 – 25 of 64) sorted by relevance

123

/third_party/flutter/skia/dm/
DDMJsonWriter.cpp46 writer.beginObject(); // root in DumpJson()
52 writer.beginObject("key"); in DumpJson()
67 writer.beginObject(); in DumpJson()
69 writer.beginObject("key"); in DumpJson()
81 writer.beginObject("options"); in DumpJson()
/third_party/skia/dm/
DDMJsonWriter.cpp46 writer.beginObject(); // root in DumpJson()
52 writer.beginObject("key"); in DumpJson()
67 writer.beginObject(); in DumpJson()
69 writer.beginObject("key"); in DumpJson()
81 writer.beginObject("options"); in DumpJson()
/third_party/flutter/skia/src/gpu/
DGrAuditTrail.cpp154 writer.beginObject(); in toJson()
160 writer.beginObject(); in toJson()
169 writer.beginObject(name); in skrect_to_json()
178 writer.beginObject(); in toJson()
195 writer.beginObject(); in toJson()
/third_party/skia/src/gpu/
DGrAuditTrail.cpp156 writer.beginObject(); in toJson()
162 writer.beginObject(); in toJson()
171 writer.beginObject(name); in skrect_to_json()
180 writer.beginObject(); in toJson()
197 writer.beginObject(); in toJson()
/third_party/skia/tools/
Dget_images_from_skps.cpp188 writer.beginObject(); in main()
190 writer.beginObject("failures"); in main()
202 writer.beginObject("unsupported"); in main()
Dskp_parser.cpp60 writer.beginObject(); // root in main()
/third_party/flutter/skia/tools/
Dget_images_from_skps.cpp188 writer.beginObject(); in main()
190 writer.beginObject("failures"); in main()
202 writer.beginObject("unsupported"); in main()
Dskp_parser.cpp60 writer.beginObject(); // root in main()
/third_party/flutter/skia/tools/trace/
DChromeTracingTracer.cpp209 writer->beginObject(); in trace_event_to_json()
235 writer->beginObject("args"); in trace_event_to_json()
242 writer->beginObject("snapshot"); in trace_event_to_json()
253 writer->beginObject(); in trace_event_to_json()
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp209 writer->beginObject(); in trace_event_to_json()
235 writer->beginObject("args"); in trace_event_to_json()
242 writer->beginObject("snapshot"); in trace_event_to_json()
253 writer->beginObject(); in trace_event_to_json()
/third_party/flutter/skia/tools/debugger/
DDrawCommand.cpp520 writer.beginObject(); in MakeJsonPath()
546 writer.beginObject(); // verb in MakeJsonPath()
655 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_VALUES); in flatten()
847 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_BLUR); in apply_paint_maskfilter()
866 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_MASKFILTER); in apply_paint_maskfilter()
883 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_DASHING); in apply_paint_patheffect()
893 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_PATHEFFECT); in apply_paint_patheffect()
905 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_TYPEFACE); in apply_font_typeface()
923 writer.beginObject(key); in apply_flattenable()
932 writer.beginObject(); in MakeJsonPaint()
[all …]
DJsonWriteBuffer.cpp85 fWriter->beginObject(); in writeFlattenable()
176 fWriter->beginObject(); in writeImage()
/third_party/flutter/skia/src/pdf/
DSkPDFDocumentPriv.h84 SkWStream* stream = this->beginObject(ref); in emitStream()
155 SkWStream* beginObject(SkPDFIndirectReference);
/third_party/skia/bench/
DSkSLBench.cpp510 log->beginObject(name); // test in RunSkSLMemoryBenchmarks()
511 log->beginObject("meta"); // config in RunSkSLMemoryBenchmarks()
DResultsWriter.h45 this->beginObject(id.c_str()); in beginBench()
/third_party/skia/src/pdf/
DSkPDFDocumentPriv.h105 SkWStream* stream = this->beginObject(ref); in emitStream()
182 SkWStream* beginObject(SkPDFIndirectReference);
/third_party/flutter/skia/bench/
DResultsWriter.h44 this->beginObject(id.c_str()); in beginBench()
Dnanobench.cpp1174 log.beginObject(); // root in main()
1189 log.beginObject("key"); in main()
1228 log.beginObject("results"); in main()
1330 log.beginObject(config); in main()
1332 log.beginObject("options"); in main()
1431 log.beginObject("meta"); // config in main()
/third_party/skia/tools/debugger/
DDrawCommand.cpp486 writer.beginObject(); in MakeJsonPath()
512 writer.beginObject(); // verb in MakeJsonPath()
617 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_VALUES); in flatten()
647 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_IMAGE); in flatten()
820 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_BLUR); in apply_paint_maskfilter()
839 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_MASKFILTER); in apply_paint_maskfilter()
856 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_DASHING); in apply_paint_patheffect()
866 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_PATHEFFECT); in apply_paint_patheffect()
878 writer.beginObject(DEBUGCANVAS_ATTRIBUTE_TYPEFACE); in apply_font_typeface()
896 writer.beginObject(key); in apply_flattenable()
[all …]
DJsonWriteBuffer.cpp85 fWriter->beginObject(); in writeFlattenable()
190 fWriter->beginObject(); in writeImage()
/third_party/flutter/skia/modules/particles/include/
DSkParticleSerialization.h51 fWriter.beginObject(name, false); in visit()
70 void enterObject(const char* name) override { fWriter.beginObject(name); } in enterObject()
/third_party/skia/tools/skiaserve/
DRequest.cpp227 writer.beginObject(); // root in getJsonOps()
266 writer.beginObject(); // root in getJsonInfo()
/third_party/flutter/skia/tools/skiaserve/
DRequest.cpp220 writer.beginObject(); // root in getJsonOps()
259 writer.beginObject(); // root in getJsonInfo()
/third_party/flutter/skia/src/utils/
DSkShaperJSONWriter.cpp69 fJSONWriter->beginObject("run", true); in commitRunBuffer()
227 fJSONWriter->beginObject(clusterName.c_str(), true); in displayMToN()
/third_party/skia/src/utils/
DSkShaperJSONWriter.cpp69 fJSONWriter->beginObject("run", true); in commitRunBuffer()
227 fJSONWriter->beginObject(clusterName.c_str(), true); in displayMToN()

123