HomeSort by relevance Sort by last modified time
    Searched defs:GrAtlasTextContext (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrAtlasTextContext.h 34 class GrAtlasTextContext : public GrTextContext {
36 static GrAtlasTextContext* Create(GrContext*, SkGpuDevice*, const SkDeviceProperties&,
40 GrAtlasTextContext(GrContext*, SkGpuDevice*, const SkDeviceProperties&,
42 ~GrAtlasTextContext() override {}
85 * Finally, for runs where the entire thing is too large for the GrAtlasTextContext to
363 // Because the GrAtlasTextContext can go out of scope before the final flush, this needs to be
GrAtlasTextContext.cpp 7 #include "GrAtlasTextContext.h"
96 GrAtlasTextContext::GrAtlasTextContext(GrContext* context,
116 void GrAtlasTextContext::DistanceAdjustTable::buildDistanceAdjustTable(float gamma) {
198 GrAtlasTextContext* GrAtlasTextContext::Create(GrContext* context,
202 return SkNEW_ARGS(GrAtlasTextContext, (context, gpuDevice, props, enableDistanceFields));
205 bool GrAtlasTextContext::canDraw(const GrRenderTarget*,
214 GrColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) {
238 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob)
    [all...]

Completed in 139 milliseconds