Searched defs:GrTextContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextContext.h24 class GrTextContext { class
26 virtual ~GrTextContext() {}
37 GrTextContext(GrContext*, const SkDeviceProperties&);
H A DGrTextContext.cpp8 #include "GrTextContext.h"
15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : function in class:GrTextContext
19 void GrTextContext::init(const GrPaint& grPaint, const SkPaint& skPaint) {
39 void GrTextContext::MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
64 GrFontScaler* GrTextContext::GetGrFontScaler(SkGlyphCache* cache) {
/external/skia/src/gpu/
H A DGrTextContext.h24 class GrTextContext { class
26 virtual ~GrTextContext() {}
37 GrTextContext(GrContext*, const SkDeviceProperties&);
H A DGrTextContext.cpp8 #include "GrTextContext.h"
15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : function in class:GrTextContext
19 void GrTextContext::init(const GrPaint& grPaint, const SkPaint& skPaint) {
39 void GrTextContext::MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
64 GrFontScaler* GrTextContext::GetGrFontScaler(SkGlyphCache* cache) {

Completed in 86 milliseconds