Searched refs:SKJSONCANVAS_ATTRIBUTE_POSITIONS (Results 1 – 3 of 3) sorted by relevance
103 #define SKJSONCANVAS_ATTRIBUTE_POSITIONS "positions" macro
766 if (run.isMember(SKJSONCANVAS_ATTRIBUTE_POSITIONS)) { in processTextBlob()767 Json::Value positions = run[SKJSONCANVAS_ATTRIBUTE_POSITIONS]; in processTextBlob()
819 run[SKJSONCANVAS_ATTRIBUTE_POSITIONS] = jsonPositions; in onDrawTextBlob()