Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: include/gpu/GrContext.h

Issue 1506203002: Move texture drawing utility method to SkGpuDevice (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | samplecode/SampleAnimatedText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 70e7b9f2441ce424aeb9cbf8ee904f5af47a1cc1..bae81c0b817df01208defeefc697dcedc4d174fd 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -355,8 +355,7 @@ public:
void dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const;
robertphillips 2015/12/08 19:49:32 update comment ?
/** Draw font cache texture to render target */
- void drawFontCache(const SkRect& rect, GrMaskFormat format, const SkPaint& paint,
- GrRenderTarget* target);
+ GrTexture* getFontAtlasTexture(GrMaskFormat format);
private:
GrGpu* fGpu;
« no previous file with comments | « no previous file | samplecode/SampleAnimatedText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698