HomeSort by relevance Sort by last modified time
    Searched defs:appendS32 (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkString.h 172 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); }
  /external/skia/legacy/include/core/
SkString.h 121 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); }

Completed in 569 milliseconds