Lines Matching refs:cmds
49 JSArray cmds = emscripten::val::array();
77 cmds.call<void>("push", cmd);
79 return cmds;
93 const auto* cmds = reinterpret_cast<const float*>(cptr);
105 switch (sk_float_floor2int(cmds[i++])) {
108 x1 = cmds[i++], y1 = cmds[i++];
113 x1 = cmds[i++], y1 = cmds[i++];
118 x1 = cmds[i++], y1 = cmds[i++];
119 x2 = cmds[i++], y2 = cmds[i++];
124 x1 = cmds[i++], y1 = cmds[i++];
125 x2 = cmds[i++], y2 = cmds[i++];
126 x3 = cmds[i++]; // weight
131 x1 = cmds[i++], y1 = cmds[i++];
132 x2 = cmds[i++], y2 = cmds[i++];
133 x3 = cmds[i++], y3 = cmds[i++];
140 SkDebugf(" path: UNKNOWN command %f, aborting dump...\n", cmds[i-1]);