OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrBatchTextStrike
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/text/
GrBatchFontCache.cpp
72
SkTDynamicHash<
GrBatchTextStrike
, GrFontDescKey>::Iter iter(&fCache);
84
SkTDynamicHash<
GrBatchTextStrike
, GrFontDescKey>::Iter iter(&fCache);
100
SkTDynamicHash<
GrBatchTextStrike
, GrFontDescKey>::Iter iter(&fontCache->fCache);
102
GrBatchTextStrike
* strike = &*iter;
156
GrBatchTextStrike
::
GrBatchTextStrike
(GrBatchFontCache* cache, const GrFontDescKey* key)
165
GrBatchTextStrike
::~
GrBatchTextStrike
() {
173
GrGlyph*
GrBatchTextStrike
::generateGlyph(const SkGlyph& skGlyph, GrGlyph::PackedID packed,
193
void
GrBatchTextStrike
::removeID(GrBatchAtlas::AtlasID id)
[
all
...]
GrBatchFontCache.h
22
* The
GrBatchTextStrike
manages a pool of CPU backing memory for GrGlyphs. This backing memory
25
class
GrBatchTextStrike
: public SkNVRefCnt<
GrBatchTextStrike
> {
27
GrBatchTextStrike
(GrBatchFontCache*, const GrFontDescKey* fontScalerKey);
28
~
GrBatchTextStrike
();
78
static const GrFontDescKey& GetKey(const
GrBatchTextStrike
& ts) {
113
// Therefore, the caller must check
GrBatchTextStrike
::isAbandoned() if there are other
115
inline
GrBatchTextStrike
* getStrike(GrFontScaler* scaler) {
116
GrBatchTextStrike
* strike = fCache.find(*(scaler->getKey()));
159
bool addToAtlas(
GrBatchTextStrike
* strike, GrBatchAtlas::AtlasID* id
[
all
...]
Completed in 810 milliseconds