Home
last modified time | relevance | path

Searched refs:strY (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkRRect.cpp580 SkString strX, strY; in dump() local
582 SkAppendScalar(&strY, fRadii[i].y(), asType); in dump()
583 line.appendf(" { %s, %s },", strX.c_str(), strY.c_str()); in dump()
/third_party/skia/src/core/
DSkRRect.cpp626 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()