Home
last modified time | relevance | path

Searched defs:appendS32 (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkJSONWriter.h198 void appendS32(int32_t value) { this->beginValue(); this->appendf("%d", value); } in appendS32() function
/third_party/skia/src/utils/
DSkJSONWriter.h198 void appendS32(int32_t value) { this->beginValue(); this->appendf("%d", value); } in appendS32() function
/third_party/skia/include/core/
DSkString.h206 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); } in appendS32() function
/third_party/flutter/skia/include/core/
DSkString.h205 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); } in appendS32() function