Searched refs:GrTextContext (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrTextContext.cpp | 43 GrTextContext::GrTextContext(const Options& options) in GrTextContext() function in GrTextContext 48 std::unique_ptr<GrTextContext> GrTextContext::Make(const Options& options) { in Make() 49 return std::unique_ptr<GrTextContext>(new GrTextContext(options)); in Make() 52 SkColor GrTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) { in ComputeCanonicalColor() 73 SkScalerContextFlags GrTextContext::ComputeScalerContextFlags( in ComputeScalerContextFlags() 85 void GrTextContext::SanitizeOptions(Options* options) { in SanitizeOptions() 94 bool GrTextContext::CanDrawAsDistanceFields(const SkPaint& paint, const SkFont& font, in CanDrawAsDistanceFields() 132 void GrTextContext::InitDistanceFieldPaint(const SkScalar textSize, in InitDistanceFieldPaint() 210 static std::unique_ptr<GrTextContext> gTextContext; in GR_DRAW_OP_TEST_DEFINE() 215 gTextContext = GrTextContext::Make(GrTextContext::Options()); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrTextContext.h | 28 class GrTextContext { 45 static std::unique_ptr<GrTextContext> Make(const Options& options); 51 GrTextContext*, 74 GrTextContext(const Options& options);
|
D | GrTextBlob.h | 60 const GrTextContext::Options& options,
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.h | 58 GrTextContext* getTextContext(); 135 const GrTextContext::Options&, GrSingleOwner*, 160 GrTextContext::Options fOptionsForTextContext; 175 std::unique_ptr<GrTextContext> fTextContext;
|
D | GrDrawingManager.cpp | 150 const GrTextContext::Options& optionsForTextContext, in GrDrawingManager() 643 GrTextContext* GrDrawingManager::getTextContext() { in getTextContext() 645 fTextContext = GrTextContext::Make(fOptionsForTextContext); in getTextContext()
|
D | GrContext.cpp | 114 GrTextContext::Options textContextOptions; in initCommon()
|
D | GrRenderTargetContext.cpp | 251 GrTextContext* atlasTextContext = this->drawingManager()->getTextContext(); in drawGlyphRunList()
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 506 void GrTextContext::drawGlyphRunList( in drawGlyphRunList() 688 const GrTextContext::Options& options, in generateFromGlyphRunList() 744 if (GrTextContext::CanDrawAsDistanceFields(runPaint, runFont, viewMatrix, props, in generateFromGlyphRunList() 754 GrTextContext::InitDistanceFieldPaint(runFont.getSize(), in generateFromGlyphRunList() 876 std::unique_ptr<GrDrawOp> GrTextContext::createOp_TestingOnly(GrContext* context, in createOp_TestingOnly() 877 GrTextContext* textContext, in createOp_TestingOnly() 1048 GrTextContext::Options options; in maybeProcessGlyphRunForDFT() 1051 GrTextContext::SanitizeOptions(&options); in maybeProcessGlyphRunForDFT() 1052 if (!GrTextContext::CanDrawAsDistanceFields(runPaint, runFont, in maybeProcessGlyphRunForDFT() 1063 GrTextContext::InitDistanceFieldPaint(runFont.getSize(), in maybeProcessGlyphRunForDFT()
|
/external/skqp/include/gpu/ |
D | GrContext.h | 45 class GrTextContext; variable
|
/external/skqp/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 561 GrTextContext::Options options; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 562 GrTextContext::SanitizeOptions(&options); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 563 REPORTER_ASSERT(reporter, GrTextContext::CanDrawAsDistanceFields( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/gn/ |
D | gpu.gni | 409 "$_src/gpu/text/GrTextContext.cpp", 410 "$_src/gpu/text/GrTextContext.h",
|
/external/skqp/ |
D | Android.bp | 1060 "src/gpu/text/GrTextContext.cpp",
|