Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkString.cpp165 static const uint16_t gTens[] = { 1000, 100, 10, 1 }; in SkStrAppendFixed() local
166 const uint16_t* tens = gTens; in SkStrAppendFixed()