Searched refs:SkGLTextCache (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gl/ |
D | SkGLTextCache.cpp | 8 SkGLTextCache::Strike::Strike(Strike* next, int width, int height) { in Strike() 36 SkGLTextCache::Strike::~Strike() { in ~Strike() 42 SkGLTextCache::Strike* 43 SkGLTextCache::Strike::findGlyph(const SkGlyph& glyph, int* offset) { in findGlyph() 71 SkGLTextCache::Strike* 72 SkGLTextCache::Strike::addGlyphAndBind(const SkGlyph& glyph, in addGlyphAndBind() 129 SkGLTextCache::SkGLTextCache() { in SkGLTextCache() function in SkGLTextCache 133 SkGLTextCache::~SkGLTextCache() { in ~SkGLTextCache() 137 void SkGLTextCache::deleteAllStrikes(bool texturesAreValid) { in deleteAllStrikes() 152 SkGLTextCache::Strike* SkGLTextCache::findGlyph(const SkGlyph& glyph, in findGlyph() [all …]
|
D | SkGLTextCache.h | 8 class SkGLTextCache { 10 SkGLTextCache(); 11 ~SkGLTextCache(); 56 friend class SkGLTextCache; variable
|
D | SkGLCanvas.cpp | 146 SkGLTextCache* textCache = static_cast<SkGLTextCache*>(auxData); in deleteCachesProc()
|
D | SkGLDevice.cpp | 589 SkDELETE((SkGLTextCache*)data); in GlyphCacheAuxProc() 619 SkGLTextCache* textCache = NULL; in SkGL_Draw1Glyph() 622 textCache = (SkGLTextCache*)auxData; in SkGL_Draw1Glyph() 626 textCache = SkNEW(SkGLTextCache); in SkGL_Draw1Glyph() 631 SkGLTextCache::Strike* strike = textCache->findGlyph(glyph, &offset); in SkGL_Draw1Glyph()
|
/external/skia/xcode/GL.xcodeproj/ |
D | project.pbxproj | 19 …CFF0EDCA0BD00F77EA2 /* SkGLTextCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DCF20E… 20 …DD000EDCA0BD00F77EA2 /* SkGLTextCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DCF30ED… 35 …SkGLTextCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… 36 …SkGLTextCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h… 75 00B7DCF20EDCA0BD00F77EA2 /* SkGLTextCache.cpp */, 76 00B7DCF30EDCA0BD00F77EA2 /* SkGLTextCache.h */, 109 00B7DD000EDCA0BD00F77EA2 /* SkGLTextCache.h in Headers */, 161 00B7DCFF0EDCA0BD00F77EA2 /* SkGLTextCache.cpp in Sources */,
|
/external/skia/xcode/skia2.xcodeproj/ |
D | project.pbxproj | 119 …3C50EE9CDFA0008420F /* SkGLTextCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00BE42EC0E… 120 …43C60EE9CDFA0008420F /* SkGLTextCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 00BE42ED0EE… 433 …SkGLTextCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… 434 …SkGLTextCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h… 732 00BE42EC0EE9CDFA0008420F /* SkGLTextCache.cpp */, 733 00BE42ED0EE9CDFA0008420F /* SkGLTextCache.h */, 930 00BE43C60EE9CDFA0008420F /* SkGLTextCache.h in Headers */, 1166 00BE43C50EE9CDFA0008420F /* SkGLTextCache.cpp in Sources */,
|
/external/skia/ |
D | Android.mk | 251 src/gl/SkGLTextCache.cpp \
|