OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBigGlyphs
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/text/
GrAtlasTextBlob.cpp
165
fBigGlyphs
.push_back(GrAtlasTextBlob::BigGlyph(*glyph->fPath, x, y, scale, applyVM));
347
for (int i = 0; i <
fBigGlyphs
.count(); i++) {
348
GrAtlasTextBlob::BigGlyph& bigGlyph =
fBigGlyphs
[i];
481
SkASSERT_RELEASE(l.
fBigGlyphs
.count() == r.
fBigGlyphs
.count());
482
for (int i = 0; i < l.
fBigGlyphs
.count(); i++) {
483
const BigGlyph& lBigGlyph = l.
fBigGlyphs
[i];
484
const BigGlyph& rBigGlyph = r.
fBigGlyphs
[i];
GrAtlasTextBlob.h
538
SkTArray<BigGlyph>
fBigGlyphs
;
Completed in 60 milliseconds