Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkDevice.cpp218 const int triCount = quadCount << 1; in drawAtlas() local
219 const int vertexCount = triCount * 3; in drawAtlas()
/third_party/skia/src/core/
DSkDevice.cpp217 const int triCount = quadCount << 1; in drawAtlas() local
218 const int vertexCount = triCount * 3; in drawAtlas()