Home
last modified time | relevance | path

Searched refs:beginArray (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/tools/debugger/
DJsonWriteBuffer.cpp19 fWriter->beginArray(); in writePad32()
30 fWriter->beginArray(); in writeByteArray()
51 fWriter->beginArray(); in writeScalarArray()
65 fWriter->beginArray(); in writeIntArray()
102 fWriter->beginArray(); in writeColorArray()
116 fWriter->beginArray(); in writeColor4fArray()
135 fWriter->beginArray(); in writePointArray()
144 fWriter->beginArray(); in write()
146 fWriter->beginArray(nullptr, false); in write()
DDrawCommand.cpp394 writer.beginArray(nullptr, false); in MakeJsonColor()
403 writer.beginArray(nullptr, false); in MakeJsonColor4f()
412 writer.beginArray(nullptr, false); in MakeJsonPoint()
419 writer.beginArray(nullptr, false); in MakeJsonPoint()
426 writer.beginArray(nullptr, false); in MakeJsonPoint3()
434 writer.beginArray(nullptr, false); in MakeJsonRect()
443 writer.beginArray(nullptr, false); in MakeJsonIRect()
452 writer.beginArray(nullptr, false); in make_json_rrect()
462 writer.beginArray(); in MakeJsonMatrix()
464 writer.beginArray(nullptr, false); in MakeJsonMatrix()
[all …]
DDebugCanvas.cpp319 writer.beginArray(SKDEBUGCANVAS_ATTRIBUTE_COMMANDS); in toJSON()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataJsonFromXml.java180 jsArrayBuilder.beginArray(); in writeCountryCodeToRegionCodeMap()
190 jsArrayBuilder.beginArray(); in toJsArray()
201 jsArrayBuilder.beginArray(); in toJsArray()
239 jsArrayBuilder.beginArray(); in toJsArray()
270 jsArrayBuilder.beginArray(); in toJsArray()
281 jsArrayBuilder.beginArray(); in toJsArray()
295 jsArrayBuilder.beginArray(); in toJsArray()
371 jsArrayBuilder.beginArray(); in toJsArray()
382 jsArrayBuilder.beginArray(); in toJsArray()
DJSArrayBuilder.java47 public JSArrayBuilder beginArray() { in beginArray() method in JSArrayBuilder
/third_party/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp96 fJSONWriter->beginArray("glyphs", false); in commitRunBuffer()
102 fJSONWriter->beginArray("clusters", false); in commitRunBuffer()
119 fJSONWriter->beginArray("horizontal positions", false); in commitRunBuffer()
126 fJSONWriter->beginArray("advances", false); in commitRunBuffer()
237 fJSONWriter->beginArray("glyphsIDs", false); in displayMToN()
/third_party/skia/src/utils/
DSkShaperJSONWriter.cpp89 fJSONWriter->beginArray("glyphs", false); in commitRunBuffer()
95 fJSONWriter->beginArray("clusters", false); in commitRunBuffer()
112 fJSONWriter->beginArray("horizontal positions", false); in commitRunBuffer()
119 fJSONWriter->beginArray("advances", false); in commitRunBuffer()
230 fJSONWriter->beginArray("glyphsIDs", false); in displayMToN()
DSkJSONWriter.h138 void beginArray(const char* name = nullptr, bool multiline = true) {
/third_party/skia/modules/particles/include/
DSkParticleSerialization.h36 fWriter.beginArray(name); in visit()
55 fWriter.beginArray(name); in enterArray()
/third_party/skia/src/gpu/
DGrAuditTrail.cpp144 writer.beginArray(name); in JsonifyTArray()
187 writer.beginArray("Stack"); in toJson()
/third_party/skia/src/gpu/gl/
DGrGLExtensions.cpp160 writer->beginArray(); in dumpJSON()
DGrGLCaps.cpp1160 writer->beginArray("Stencil Formats"); in onDumpJSON()
1244 writer->beginArray("formats"); in onDumpJSON()
1257 writer->beginArray("surface color types"); in onDumpJSON()
1264 writer->beginArray("data color types"); in onDumpJSON()
/third_party/skia/dm/
DDMJsonWriter.cpp65 writer.beginArray("results"); in DumpJson()
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp284 writer.beginArray(); in flush()
/third_party/skia/bench/
Dnanobench.cpp1389 log.beginArray("samples"); in main()
/third_party/skia/tools/viewer/
DViewer.cpp2879 writer.beginArray(kOptions); in WriteStateObject()
2899 writer.beginArray(); in updateUIState()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm1251 writer->beginArray("Sample Counts");