HomeSort by relevance Sort by last modified time
    Searched full:set_scalar (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkRect.cpp 151 static const char* set_scalar(SkString* storage, SkScalar value, SkScalarAsStringType asType) { function
163 line.printf( "SkRect::MakeLTRB(%s, /* %f */\n", set_scalar(&tmp, fLeft, asType), fLeft);
164 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop);
165 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fRight, asType), fRight);
166 line.appendf(" %s /* %f */);", set_scalar(&tmp, fBottom, asType), fBottom);

Completed in 74 milliseconds