Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrAtlasTextOp.h29 static const int kIndicesPerGlyph = 6; variable
DGrAtlasTextOp.cpp450 mesh->setIndexedPatterned(flushInfo->fIndexBuffer, kIndicesPerGlyph, kVerticesPerGlyph, in flush()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.h36 static const int kIndicesPerGlyph = 6; variable
DAtlasTextOp.cpp380 mesh->setIndexedPatterned(flushInfo->fIndexBuffer, kIndicesPerGlyph, flushInfo->fGlyphsToFlush, in createDrawForGeneratedGlyphs()