OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subRun
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/text/
GrAtlasTextBlob.cpp
84
Run::SubRunInfo*
subRun
= &run.fSubRunInfo.back();
85
if (run.fInitialized &&
subRun
->maskFormat() != format) {
86
subRun
= &run.push_back();
87
subRun
->setStrike(strike);
89
subRun
->setStrike(strike);
96
subRun
->setMaskFormat(format);
98
subRun
->joinGlyphBounds(positions);
99
subRun
->setColor(color);
101
intptr_t vertex = reinterpret_cast<intptr_t>(this->fVertices +
subRun
->vertexEndIndex());
150
subRun
->appendVertices(vertexStride)
[
all
...]
GrAtlasTextBlob.h
122
// sets the last
subrun
of runIndex to use distance field text
125
Run::SubRunInfo&
subRun
= run.fSubRunInfo.back();
126
subRun
.setUseLCDText(hasLCD);
127
subRun
.setDrawAsDistanceFields();
144
// Push back a new
subrun
to fill and set the override descriptor
213
const Run::SubRunInfo&
subRun
= run.fSubRunInfo[subRunIndex];
214
*outBounds =
subRun
.vertexBounds();
215
if (
subRun
.drawAsDistanceFields()) {
259
GrBlobRegenHelper *helper, int run, int
subRun
, SkGlyphCache** cache,
276
GrDrawBatch* test_createBatch(int glyphCount, int run, int
subRun
,
[
all
...]
Completed in 61 milliseconds