Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp372 JSObject jrun = emscripten::val::object(); in GetShapedLines() local
374 jrun.set("flags", info->flags); in GetShapedLines()
378 jrun.set("typeface", emscripten::val::null()); in GetShapedLines()
379 jrun.set("size", info->font.getSize()); in GetShapedLines()
381 jrun.set("scaleX", info->font.getScaleX()); in GetShapedLines()
384 jrun.set("glyphs", MakeTypedArray(N, info->glyphs, "Uint16Array")); in GetShapedLines()
385 jrun.set("offsets", MakeTypedArray(N1, info->utf8Starts, "Uint32Array")); in GetShapedLines()
393 jrun.set("positions", MakeTypedArray(N1*2, (const float*)positions.get(), "Float32Array")); in GetShapedLines()
395 jruns.call<void>("push", jrun); in GetShapedLines()