OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVerticesPerGlyph
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/batches/
GrAtlasTextBatch.h
20
static const int
kVerticesPerGlyph
= GrAtlasTextBlob::
kVerticesPerGlyph
;
GrAtlasTextBatch.cpp
125
glyphCount *
kVerticesPerGlyph
,
164
rect.growToInclude(vertex, vertexStride,
kVerticesPerGlyph
* subRunGlyphCount);
187
kVerticesPerGlyph
, kIndicesPerGlyph, flushInfo->fGlyphsToFlush,
190
flushInfo->fVertexOffset +=
kVerticesPerGlyph
* flushInfo->fGlyphsToFlush;
/external/skia/src/gpu/text/
GrAtlasTextBlob.h
242
static const int
kVerticesPerGlyph
= 4;
403
fVertexEndIndex += vertexStride *
kVerticesPerGlyph
;
GrAtlasTextBlob_regenInBatch.cpp
216
vertex += vertexStride * glyphIdx * GrAtlasTextBatch::
kVerticesPerGlyph
;
GrAtlasTextBlob.cpp
23
size_t verticesCount = glyphCount *
kVerticesPerGlyph
* kMaxVASize;
Completed in 87 milliseconds