Home
last modified time | relevance | path

Searched refs:GrTextContext (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextContext.cpp43 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()
DGrTextContext.h28 class GrTextContext {
45 static std::unique_ptr<GrTextContext> Make(const Options& options);
51 GrTextContext*,
74 GrTextContext(const Options& options);
DGrTextBlob.h60 const GrTextContext::Options& options,
/external/skqp/src/gpu/
DGrDrawingManager.h58 GrTextContext* getTextContext();
135 const GrTextContext::Options&, GrSingleOwner*,
160 GrTextContext::Options fOptionsForTextContext;
175 std::unique_ptr<GrTextContext> fTextContext;
DGrDrawingManager.cpp150 const GrTextContext::Options& optionsForTextContext, in GrDrawingManager()
643 GrTextContext* GrDrawingManager::getTextContext() { in getTextContext()
645 fTextContext = GrTextContext::Make(fOptionsForTextContext); in getTextContext()
DGrContext.cpp114 GrTextContext::Options textContextOptions; in initCommon()
DGrRenderTargetContext.cpp251 GrTextContext* atlasTextContext = this->drawingManager()->getTextContext(); in drawGlyphRunList()
/external/skqp/src/core/
DSkGlyphRunPainter.cpp506 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/
DGrContext.h45 class GrTextContext; variable
/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp561 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/
Dgpu.gni409 "$_src/gpu/text/GrTextContext.cpp",
410 "$_src/gpu/text/GrTextContext.h",
/external/skqp/
DAndroid.bp1060 "src/gpu/text/GrTextContext.cpp",