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

/external/skqp/src/gpu/text/
H A DGrAtlasTextContext.h28 class GrAtlasTextContext { class
45 static std::unique_ptr<GrAtlasTextContext> Make(const Options& options);
62 GrAtlasTextContext(const Options& options);
H A DGrAtlasTextContext.cpp7 #include "GrAtlasTextContext.h"
37 GrAtlasTextContext::GrAtlasTextContext(const Options& options) function in class:GrAtlasTextContext
48 std::unique_ptr<GrAtlasTextContext> GrAtlasTextContext::Make(const Options& options) {
49 return std::unique_ptr<GrAtlasTextContext>(new GrAtlasTextContext(options));
52 bool GrAtlasTextContext::canDraw(const GrAtlasGlyphCache* fontCache,
61 SkColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) {
82 SkScalerContextFlags GrAtlasTextContext
[all...]
/external/skia/src/gpu/text/
H A DGrAtlasTextContext.h28 class GrAtlasTextContext { class
45 static std::unique_ptr<GrAtlasTextContext> Make(const Options& options);
59 GrAtlasTextContext(const Options& options);
H A DGrAtlasTextContext.cpp7 #include "GrAtlasTextContext.h"
40 GrAtlasTextContext::GrAtlasTextContext(const Options& options) function in class:GrAtlasTextContext
51 std::unique_ptr<GrAtlasTextContext> GrAtlasTextContext::Make(const Options& options) {
52 return std::unique_ptr<GrAtlasTextContext>(new GrAtlasTextContext(options));
55 SkColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) {
76 SkScalerContextFlags GrAtlasTextContext::ComputeScalerContextFlags(
90 bool GrAtlasTextContext
[all...]

Completed in 134 milliseconds