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/include/gpu/
GrBitmapTextContext.h
28
GrTextStrike*
fStrike
;
GrDistanceFieldTextContext.h
27
GrTextStrike*
fStrike
;
SkGr.h
91
SkGlyphCache*
fStrike
;
/external/skia/include/gpu/
GrBitmapTextContext.h
28
GrTextStrike*
fStrike
;
GrDistanceFieldTextContext.h
27
GrTextStrike*
fStrike
;
SkGr.h
91
SkGlyphCache*
fStrike
;
/external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp
33
fStrike
= NULL;
73
if (NULL !=
fStrike
&& kARGB_GrMaskFormat ==
fStrike
->getMaskFormat()) {
128
if (NULL ==
fStrike
) {
130
fStrike
= fContext->getFontCache()->getStrike(scaler, false);
132
fStrike
= fContext->getFontCache()->getStrike(scaler);
136
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
159
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
164
fContext->getFontCache()->freePlotExceptFor(
fStrike
);
165
if (
fStrike
->getGlyphAtlas(glyph, scaler))
[
all
...]
GrDistanceFieldTextContext.cpp
34
fStrike
= NULL;
125
if (NULL ==
fStrike
) {
126
fStrike
= fContext->getFontCache()->getStrike(scaler, true);
129
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
156
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
161
fContext->getFontCache()->freePlotExceptFor(
fStrike
);
162
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
177
fContext->getFontCache()->purgeExceptFor(
fStrike
);
179
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
SkGrFontScaler.cpp
71
fStrike
= strike;
80
SkMask::Format format =
fStrike
->getMaskFormat();
100
fKey = SkNEW_ARGS(SkGrDescKey, (
fStrike
->getDescriptor()));
107
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
144
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
149
const void* src =
fStrike
->findImage(glyph);
196
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(glyphID);
197
const SkPath* skPath =
fStrike
->findPath(glyph);
/external/skia/src/gpu/
GrBitmapTextContext.cpp
33
fStrike
= NULL;
73
if (NULL !=
fStrike
&& kARGB_GrMaskFormat ==
fStrike
->getMaskFormat()) {
128
if (NULL ==
fStrike
) {
130
fStrike
= fContext->getFontCache()->getStrike(scaler, false);
132
fStrike
= fContext->getFontCache()->getStrike(scaler);
136
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
159
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
164
fContext->getFontCache()->freePlotExceptFor(
fStrike
);
165
if (
fStrike
->getGlyphAtlas(glyph, scaler))
[
all
...]
GrDistanceFieldTextContext.cpp
34
fStrike
= NULL;
125
if (NULL ==
fStrike
) {
126
fStrike
= fContext->getFontCache()->getStrike(scaler, true);
129
GrGlyph* glyph =
fStrike
->getGlyph(packed, scaler);
156
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
161
fContext->getFontCache()->freePlotExceptFor(
fStrike
);
162
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
177
fContext->getFontCache()->purgeExceptFor(
fStrike
);
179
if (
fStrike
->getGlyphAtlas(glyph, scaler)) {
SkGrFontScaler.cpp
71
fStrike
= strike;
80
SkMask::Format format =
fStrike
->getMaskFormat();
100
fKey = SkNEW_ARGS(SkGrDescKey, (
fStrike
->getDescriptor()));
107
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
144
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
149
const void* src =
fStrike
->findImage(glyph);
196
const SkGlyph& glyph =
fStrike
->getGlyphIDMetrics(glyphID);
197
const SkPath* skPath =
fStrike
->findPath(glyph);
Completed in 52 milliseconds