MCPcopy Create free account
hub / github.com/SOUI2/soui / printf

Method printf

third-part/skia/src/core/SkString.cpp:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void SkString::printf(const char format[], ...) {
559 char buffer[kBufferSize];
560 ARGS_TO_BUFFER(format, buffer, kBufferSize);
561
562 this->set(buffer, strlen(buffer));
563}
564
565void SkString::appendf(const char format[], ...) {
566 char buffer[kBufferSize];

Callers 15

willSaveLayerMethod · 0.80
dumpMethod · 0.80
buildNameToFamilyMapFunction · 0.80
dumpMethod · 0.80
nameVariableMethod · 0.80
emitSamplersMethod · 0.80
emitEffectMethod · 0.80
setupPathTexGenMethod · 0.80
emitEffectMethod · 0.80
sampleTextureMethod · 0.80
emitCodeMethod · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected