OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrFontCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.cpp
32
GrFontCache
::
GrFontCache
(GrGpu* gpu) : fGpu(gpu) {
41
GrFontCache
::~
GrFontCache
() {
70
GrFontCache
::kA8_AtlasType,
71
GrFontCache
::k565_AtlasType,
72
GrFontCache
::k8888_AtlasType,
73
GrFontCache
::k8888_AtlasType
77
SkASSERT(sAtlasIndices[format] <
GrFontCache
::kAtlasCount);
81
GrTextStrike*
GrFontCache
::generateStrike(GrFontScaler* scaler)
[
all
...]
GrTextStrike.h
21
class
GrFontCache
;
31
GrTextStrike(
GrFontCache
*, const GrFontDescKey* fontScalerKey, GrMaskFormat, GrAtlas*);
35
GrFontCache
* getFontCache() const { return fFontCache; }
69
GrFontCache
* fFontCache;
78
friend class
GrFontCache
;
81
class
GrFontCache
{
83
GrFontCache
(GrGpu*);
84
~
GrFontCache
();
/external/skia/src/gpu/
GrTextStrike.cpp
32
GrFontCache
::
GrFontCache
(GrGpu* gpu) : fGpu(gpu) {
41
GrFontCache
::~
GrFontCache
() {
66
GrFontCache
::kA8_AtlasType,
67
GrFontCache
::k565_AtlasType,
68
GrFontCache
::k8888_AtlasType,
69
GrFontCache
::k8888_AtlasType
73
SkASSERT(sAtlasIndices[format] <
GrFontCache
::kAtlasCount);
77
GrTextStrike*
GrFontCache
::generateStrike(GrFontScaler* scaler
[
all
...]
GrTextStrike.h
21
class
GrFontCache
;
31
GrTextStrike(
GrFontCache
*, const GrKey* fontScalerKey, GrMaskFormat, GrAtlasMgr*);
35
GrFontCache
* getFontCache() const { return fFontCache; }
61
GrFontCache
* fFontCache;
70
friend class
GrFontCache
;
73
class
GrFontCache
{
75
GrFontCache
(GrGpu*);
76
~
GrFontCache
();
Completed in 42 milliseconds