Home | History | Annotate | Download | only in json

Lines Matching refs:Value

176     static Json::Value MakeMatrix(const SkMatrix& matrix);
178 static Json::Value MakeIRect(const SkIRect& irect);
262 Json::Value makePoint(const SkPoint& point);
264 Json::Value makePoint(SkScalar x, SkScalar y);
266 Json::Value makeRect(const SkRect& rect);
268 Json::Value makeRRect(const SkRRect& rrect);
270 Json::Value makePath(const SkPath& path);
272 Json::Value makeRegion(const SkRegion& region);
274 Json::Value makePaint(const SkPaint& paint);
276 Json::Value makeRegionOp(SkRegion::Op op);
278 Json::Value makeEdgeStyle(SkCanvas::ClipEdgeStyle edgeStyle);
280 Json::Value makePointMode(SkCanvas::PointMode mode);
285 Json::Value fRoot;
286 Json::Value fCommands;