Home
last modified time | relevance | path

Searched refs:GrAtlasTextContext (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/
DGrAtlasTextContext.cpp96 GrAtlasTextContext::GrAtlasTextContext(GrContext* context, in GrAtlasTextContext() function in GrAtlasTextContext
116 void GrAtlasTextContext::DistanceAdjustTable::buildDistanceAdjustTable(float gamma) { in buildDistanceAdjustTable()
198 GrAtlasTextContext* GrAtlasTextContext::Create(GrContext* context, in Create()
202 return SkNEW_ARGS(GrAtlasTextContext, (context, gpuDevice, props, enableDistanceFields)); in Create()
205 bool GrAtlasTextContext::canDraw(const GrRenderTarget*, in canDraw()
214 GrColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) { in ComputeCanonicalColor()
238 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob) { in HasLCD()
248 bool GrAtlasTextContext::MustRegenerateBlob(SkScalar* outTransX, SkScalar* outTransY, in MustRegenerateBlob()
339 inline SkGlyphCache* GrAtlasTextContext::setupCache(BitmapTextBlob::Run* run, in setupCache()
348 void GrAtlasTextContext::drawTextBlob(GrRenderTarget* rt, const GrClip& clip, in drawTextBlob()
[all …]
DGrAtlasTextContext.h34 class GrAtlasTextContext : public GrTextContext {
36 static GrAtlasTextContext* Create(GrContext*, SkGpuDevice*, const SkDeviceProperties&,
40 GrAtlasTextContext(GrContext*, SkGpuDevice*, const SkDeviceProperties&,
42 ~GrAtlasTextContext() override {} in ~GrAtlasTextContext()
DGrTextBlobCache.cpp16 GrAtlasTextContext::BitmapTextBlob* GrTextBlobCache::createBlob(int glyphCount, int runCount, in createBlob()
DGrTextBlobCache.h17 typedef GrAtlasTextContext::BitmapTextBlob BitmapTextBlob;
DSkGpuDevice.h225 friend class GrAtlasTextContext; variable
DGrStencilAndCoverTextContext.cpp38 textContext->fFallbackTextContext = GrAtlasTextContext::Create(context, gpuDevice, props, in Create()
DGrContext.cpp229 return GrAtlasTextContext::Create(this, gpuDevice, leakyProperties, enableDistanceFieldFonts); in createTextContext()
/external/skia/include/core/
DSkTextBlob.h95 friend class GrAtlasTextContext; variable
DSkPaint.h1133 friend class GrAtlasTextContext; variable
/external/skia/gyp/
Dgpu.gypi69 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
70 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
/external/skia/
DAndroid.mk437 src/gpu/GrAtlasTextContext.cpp \