OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStrike
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
SkGrFontScaler.cpp
72
fStrike
= strike;
81
SkMask::Format format =
fStrike
->getMaskFormat();
101
fKey = SkNEW_ARGS(SkGrDescKey, (
fStrike
->getDescriptor()));
107
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
116
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
154
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
159
const void* src =
fStrike
->findImage(glyph);
206
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
211
const void* src =
fStrike
->findDistanceField(glyph);
224
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(glyphID)
[
all
...]
GrBitmapTextContext.h
34
GrTextStrike*
fStrike
;
GrDistanceFieldTextContext.h
33
GrTextStrike*
fStrike
;
GrBitmapTextContext.cpp
55
fStrike
= NULL;
108
SkASSERT(NULL !=
fStrike
);
109
switch (
fStrike
->getMaskFormat()) {
167
fStrike
= NULL;
433
if (NULL ==
fStrike
) {
434
fStrike
= fContext->getFontCache()->getStrike(scaler, false);
437
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
460
if (
fStrike
->addGlyphToAtlas(glyph, scaler)) {
465
if (fContext->getFontCache()->freeUnusedPlot(
fStrike
) &&
466
fStrike
->addGlyphToAtlas(glyph, scaler))
[
all
...]
GrDistanceFieldTextContext.cpp
48
fStrike
= NULL;
203
if (NULL ==
fStrike
) {
204
fStrike
= fContext->getFontCache()->getStrike(scaler, true);
207
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
234
if (
fStrike
->addGlyphToAtlas(glyph, scaler)) {
239
if (fContext->getFontCache()->freeUnusedPlot(
fStrike
) &&
240
fStrike
->addGlyphToAtlas(glyph, scaler)) {
255
if (fContext->getFontCache()->freeUnusedPlot(
fStrike
) &&
256
fStrike
->addGlyphToAtlas(glyph, scaler)) {
362
fStrike
= NULL
[
all
...]
/external/skia/src/gpu/
SkGrFontScaler.cpp
72
fStrike
= strike;
81
SkMask::Format format =
fStrike
->getMaskFormat();
101
fKey = SkNEW_ARGS(SkGrDescKey, (
fStrike
->getDescriptor()));
107
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
116
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
154
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
159
const void* src =
fStrike
->findImage(glyph);
206
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
211
const void* src =
fStrike
->findDistanceField(glyph);
224
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(glyphID)
[
all
...]
GrBitmapTextContext.h
34
GrTextStrike*
fStrike
;
GrDistanceFieldTextContext.h
33
GrTextStrike*
fStrike
;
GrBitmapTextContext.cpp
55
fStrike
= NULL;
108
SkASSERT(NULL !=
fStrike
);
109
switch (
fStrike
->getMaskFormat()) {
167
fStrike
= NULL;
433
if (NULL ==
fStrike
) {
434
fStrike
= fContext->getFontCache()->getStrike(scaler, false);
437
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
460
if (
fStrike
->addGlyphToAtlas(glyph, scaler)) {
465
if (fContext->getFontCache()->freeUnusedPlot(
fStrike
) &&
466
fStrike
->addGlyphToAtlas(glyph, scaler))
[
all
...]
GrDistanceFieldTextContext.cpp
48
fStrike
= NULL;
203
if (NULL ==
fStrike
) {
204
fStrike
= fContext->getFontCache()->getStrike(scaler, true);
207
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
234
if (
fStrike
->addGlyphToAtlas(glyph, scaler)) {
239
if (fContext->getFontCache()->freeUnusedPlot(
fStrike
) &&
240
fStrike
->addGlyphToAtlas(glyph, scaler)) {
255
if (fContext->getFontCache()->freeUnusedPlot(
fStrike
) &&
256
fStrike
->addGlyphToAtlas(glyph, scaler)) {
362
fStrike
= NULL
[
all
...]
/external/chromium_org/third_party/skia/include/gpu/
SkGr.h
124
SkGlyphCache*
fStrike
;
/external/skia/include/gpu/
SkGr.h
124
SkGlyphCache*
fStrike
;
Completed in 1637 milliseconds