Searched refs:strY (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkRRect.cpp | 556 SkString strX, strY; in dump() local 558 SkAppendScalar(&strY, fRadii[i].y(), asType); in dump() 559 line.appendf(" { %s, %s },", strX.c_str(), strY.c_str()); in dump()
|
/external/skia/src/core/ |
D | SkRRect.cpp | 626 SkString strX, strY; in dumpToString() local 628 SkAppendScalar(&strY, fRadii[i].y(), asType); in dumpToString() 629 line.appendf(" { %s, %s },", strX.c_str(), strY.c_str()); in dumpToString()
|