OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTestFont
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/fonts/
SkTestScalerContext.h
62
SkSafeUnref(
fTestFont
);
86
return (int)
fTestFont
->fCharCodesCount;
106
SkTestFont*
fTestFont
;
SkTestScalerContext.cpp
119
,
fTestFont
(testFont) {
123
glyph->fAdvanceX =
fTestFont
->fWidths[glyph->getGlyphID()];
128
*metrics =
fTestFont
->fMetrics;
132
glyph->fAdvanceX =
fTestFont
->fWidths[glyph->getGlyphID()];
137
*path = *
fTestFont
->fPaths[glyph.getGlyphID()];
150
info->fFontName.set(
fTestFont
->fName);
156
desc->setFamilyName(
fTestFont
->fName);
165
glyphs[index] =
fTestFont
->codeToIndex(ch);
171
*familyName =
fTestFont
->fName;
175
SkString familyName(
fTestFont
->fName)
[
all
...]
Completed in 3403 milliseconds