HomeSort by relevance Sort by last modified time
    Searched refs:CachedGlyphInfo (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/hwui/font/
Font.h 42 struct CachedGlyphInfo;
106 typedef void (Font::*RenderGlyph)(CachedGlyphInfo*, int, int, uint8_t*,
126 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching);
128 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching);
130 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
133 void drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
136 void drawCachedGlyphTransformed(CachedGlyphInfo* glyph, int x, int y,
139 void drawCachedGlyphBitmap(CachedGlyphInfo* glyph, int x, int y,
142 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
145 CachedGlyphInfo* getCachedGlyph(const SkPaint* paint, glyph_t textUnit
    [all...]
FontCacheHistoryTracker.h 26 struct CachedGlyphInfo;
32 void glyphRendered(CachedGlyphInfo*, int penX, int penY);
CachedGlyphInfo.h 25 struct CachedGlyphInfo {
Font.cpp 128 CachedGlyphInfo* cachedGlyph = mCachedGlyphs.valueAt(i);
135 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y,
157 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
176 void Font::drawCachedGlyphTransformed(CachedGlyphInfo* glyph, int x, int y,
206 void Font::drawCachedGlyphBitmap(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap,
237 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
277 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) {
278 CachedGlyphInfo* cachedGlyph = mCachedGlyphs.valueFor(textUnit);
334 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph);
404 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph)
    [all...]
FontCacheHistoryTracker.cpp 19 #include "CachedGlyphInfo.h"
63 void FontCacheHistoryTracker::glyphRendered(CachedGlyphInfo* glyphInfo, int penX, int penY) {
  /frameworks/rs/
rsFont.h 91 struct CachedGlyphInfo
127 DefaultKeyedVector<uint32_t, CachedGlyphInfo* > mCachedGlyphs;
128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);
130 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
131 void updateGlyphCache(CachedGlyphInfo *glyph);
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
133 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y);
134 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y,
rsFont.cpp 92 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) {
112 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y,
138 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) {
198 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar);
224 Font::CachedGlyphInfo* Font::getCachedUTFChar(int32_t utfChar) {
226 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar);
238 void Font::updateGlyphCache(CachedGlyphInfo *glyph) {
283 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) {
284 CachedGlyphInfo *newGlyph = new CachedGlyphInfo();
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.h 21 #include "font/CachedGlyphInfo.h"
138 void cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph,
FontRenderer.cpp 208 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph,

Completed in 329 milliseconds