Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp18 GrAtlasTextContext::GrAtlasTextContext() in GrAtlasTextContext() function in GrAtlasTextContext
23 GrAtlasTextContext* GrAtlasTextContext::Create() { in Create()
24 return new GrAtlasTextContext(); in Create()
27 bool GrAtlasTextContext::canDraw(const SkPaint& skPaint, in canDraw()
35 GrColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) { in ComputeCanonicalColor()
59 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob) { in HasLCD()
69 void GrAtlasTextContext::drawTextBlob(GrContext* context, GrDrawContext* dc, in drawTextBlob()
162 void GrAtlasTextContext::RegenerateTextBlob(GrAtlasTextBlob* cacheBlob, in RegenerateTextBlob()
252 GrAtlasTextContext::CreateDrawTextBlob(GrTextBlobCache* blobCache, in CreateDrawTextBlob()
278 GrAtlasTextContext::CreateDrawPosTextBlob(GrTextBlobCache* blobCache, GrBatchFontCache* fontCache, in CreateDrawPosTextBlob()
[all …]
DGrAtlasTextContext.h30 class GrAtlasTextContext {
32 static GrAtlasTextContext* Create();
51 GrAtlasTextContext();
DGrStencilAndCoverTextContext.h20 class GrAtlasTextContext; variable
84 GrAtlasTextContext* fallbackTextContext, const SkPaint& originalSkPaint) const;
150 GrAtlasTextContext* fFallbackTextContext;
DGrStencilAndCoverTextContext.cpp48 textContext->fFallbackTextContext = GrAtlasTextContext::Create(); in Create()
575 GrAtlasTextContext* fallbackTextContext, in draw()
/external/skia/include/gpu/
DGrDrawContext.h17 class GrAtlasTextContext; variable
302 SkAutoTDelete<GrAtlasTextContext> fAtlasTextContext;
/external/skia/src/gpu/
DGrDrawContext.cpp119 fAtlasTextContext.reset(GrAtlasTextContext::Create()); in drawText()
138 fAtlasTextContext.reset(GrAtlasTextContext::Create()); in drawPosText()
157 fAtlasTextContext.reset(GrAtlasTextContext::Create()); in drawTextBlob()
DSkGpuDevice.h265 friend class GrAtlasTextContext; variable
/external/skia/include/core/
DSkPaint.h1141 friend class GrAtlasTextContext; variable
/external/skia/gyp/
Dgpu.gypi299 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp',
300 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h',
/external/skia/
DAndroid.mk487 src/gpu/text/GrAtlasTextContext.cpp \