Lines Matching refs:cubics
95 #define SKDEBUGCANVAS_ATTRIBUTE_CUBICS "cubics"
2607 SkDrawPatchCommand::SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4],
2611 memcpy(fCubics, cubics, sizeof(fCubics));
2638 Json::Value cubics = Json::Value(Json::arrayValue);
2640 cubics.append(make_json_point(fCubics[i]));
2642 result[SKDEBUGCANVAS_ATTRIBUTE_CUBICS] = cubics;
2668 SkPoint cubics[12];
2670 cubics[i] = get_json_point(jsonCubics[i]);
2703 return new SkDrawPatchCommand(cubics, colorsPtr, texCoordsPtr, xfermode, paint);