/external/skia/src/gpu/ |
D | GrDrawContext.cpp | 53 GrDrawContext::GrDrawContext(GrContext* context, in GrDrawContext() function in GrDrawContext 73 void GrDrawContext::validate() const { in validate() 83 GrDrawContext::~GrDrawContext() { in ~GrDrawContext() 88 GrDrawTarget* GrDrawContext::getDrawTarget() { in getDrawTarget() 99 bool GrDrawContext::copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in copySurface() 108 void GrDrawContext::drawText(const GrClip& clip, const GrPaint& grPaint, in drawText() 126 void GrDrawContext::drawPosText(const GrClip& clip, const GrPaint& grPaint, in drawPosText() 147 void GrDrawContext::drawTextBlob(const GrClip& clip, const SkPaint& skPaint, in drawTextBlob() 164 void GrDrawContext::discard() { in discard() 174 void GrDrawContext::clear(const SkIRect* rect, in clear() [all …]
|
D | GrBlurUtils.h | 13 class GrDrawContext; variable 33 GrDrawContext* drawContext, 47 GrDrawContext*,
|
D | GrBlurUtils.cpp | 28 static bool draw_mask(GrDrawContext* drawContext, in draw_mask() 49 static bool sw_draw_with_mask_filter(GrDrawContext* drawContext, in sw_draw_with_mask_filter() 127 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(mask->asRenderTarget())); in create_mask_GPU() 150 GrDrawContext* drawContext, in draw_path_with_mask_filter() 252 GrDrawContext* drawContext, in drawPathWithMaskFilter() 279 GrDrawContext* drawContext, in drawPathWithMaskFilter()
|
D | GrPathRenderingDrawContext.h | 15 class GrPathRenderingDrawContext : public GrDrawContext { 39 typedef GrDrawContext INHERITED;
|
D | GrDrawingManager.h | 18 class GrDrawContext; variable 34 GrDrawContext* drawContext(GrRenderTarget* rt, const SkSurfaceProps*);
|
D | GrDrawingManager.cpp | 162 GrDrawContext* GrDrawingManager::drawContext(GrRenderTarget* rt, in drawContext() 183 return new GrDrawContext(fContext, this, rt, surfaceProps, fContext->getAuditTrail(), in drawContext()
|
D | GrTextureToYUVPlanes.cpp | 22 static bool convert_texture(GrTexture* src, GrDrawContext* dst, int dstW, int dstH, in convert_texture() 120 SkAutoTUnref<GrDrawContext> dc(context->drawContext(yuvTex->asRenderTarget())); in GrTextureToYUVPlanes() 131 SkAutoTUnref<GrDrawContext> dc(context->drawContext(yTex->asRenderTarget())); in GrTextureToYUVPlanes()
|
D | GrContext.cpp | 338 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(renderTarget)); in writeSurfacePixels() 456 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(temp->asRenderTarget())); in readSurfacePixels() 541 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(dst->asRenderTarget())); in copySurface() 580 GrDrawContext* GrContext::drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps) { in drawContext()
|
D | GrRenderTarget.cpp | 33 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(this)); in discard()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.h | 21 class GrDrawContext; variable 36 void drawText(GrContext*, GrDrawContext*, const GrClip&, const GrPaint&, const SkPaint&, 40 void drawPosText(GrContext*, GrDrawContext*, const GrClip&, const GrPaint&, 45 void drawTextBlob(GrContext*, GrDrawContext*, const GrClip&, const SkPaint&,
|
D | GrStencilAndCoverTextContext.h | 33 void drawText(GrContext*, GrDrawContext* dc, 38 void drawPosText(GrContext*, GrDrawContext*, 44 void drawTextBlob(GrContext*, GrDrawContext*, const GrClip&, const SkPaint&, 60 void uncachedDrawTextBlob(GrContext*, GrDrawContext* dc, 81 void draw(GrContext*, GrDrawContext*, GrPipelineBuilder*, GrColor, const SkMatrix&,
|
D | GrTextUtils.h | 19 class GrDrawContext; variable 71 static void DrawTextAsPath(GrContext*, GrDrawContext*, const GrClip& clip, 77 GrDrawContext* dc,
|
D | GrAtlasTextBlob.h | 181 GrDrawContext* dc, 195 GrDrawContext* dc, 291 inline void flushRun(GrDrawContext* dc, GrPipelineBuilder* pipelineBuilder, 297 void flushBigGlyphs(GrContext* context, GrDrawContext* dc, 303 GrDrawContext* dc,
|
D | GrAtlasTextBlob.cpp | 300 void GrAtlasTextBlob::flushRun(GrDrawContext* dc, GrPipelineBuilder* pipelineBuilder, in flushRun() 342 void GrAtlasTextBlob::flushBigGlyphs(GrContext* context, GrDrawContext* dc, in flushBigGlyphs() 363 void GrAtlasTextBlob::flushRunAsPaths(GrContext* context, GrDrawContext* dc, in flushRunAsPaths() 403 GrDrawContext* dc, in flushCached() 436 GrDrawContext* dc, in flushThrowaway()
|
D | GrStencilAndCoverTextContext.cpp | 75 void GrStencilAndCoverTextContext::drawText(GrContext* context, GrDrawContext* dc, in drawText() 102 void GrStencilAndCoverTextContext::drawPosText(GrContext* context, GrDrawContext* dc, in drawPosText() 137 GrDrawContext* dc, in uncachedDrawTextBlob() 195 void GrStencilAndCoverTextContext::drawTextBlob(GrContext* context, GrDrawContext* dc, in drawTextBlob() 568 GrDrawContext* dc, in draw()
|
D | GrAtlasTextContext.cpp | 69 void GrAtlasTextContext::drawTextBlob(GrContext* context, GrDrawContext* dc, in drawTextBlob() 303 GrDrawContext* dc, in drawText() 330 GrDrawContext* dc, in drawPosText()
|
/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 48 static void convolve_gaussian_1d(GrDrawContext* drawContext, in convolve_gaussian_1d() 67 static void convolve_gaussian_2d(GrDrawContext* drawContext, in convolve_gaussian_2d() 97 static void convolve_gaussian(GrDrawContext* drawContext, in convolve_gaussian() 226 SkAutoTUnref<GrDrawContext> srcDrawContext; in GaussianBlur() 255 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur() 277 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur() 311 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur() 344 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur() 384 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur()
|
D | SkMorphologyImageFilter.cpp | 451 void apply_morphology_rect(GrDrawContext* drawContext, in apply_morphology_rect() 471 void apply_morphology_rect_no_bounds(GrDrawContext* drawContext, in apply_morphology_rect_no_bounds() 489 void apply_morphology_pass(GrDrawContext* drawContext, in apply_morphology_pass() 561 SkAutoTUnref<GrDrawContext> dstDrawContext( in apply_morphology() 585 SkAutoTUnref<GrDrawContext> dstDrawContext( in apply_morphology()
|
/external/skia/include/core/ |
D | SkMaskFilter.h | 19 class GrDrawContext; variable 115 GrDrawContext* drawContext, 126 GrDrawContext* drawContext,
|
/external/skia/include/gpu/ |
D | GrDrawContext.h | 46 class SK_API GrDrawContext : public SkRefCnt { 48 ~GrDrawContext() override; 269 GrDrawContext(GrContext*, GrDrawingManager*, GrRenderTarget*,
|
D | GrContext.h | 28 class GrDrawContext; variable 184 GrDrawContext* drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps = NULL);
|
/external/skia/tests/ |
D | ClearTest.cpp | 18 static bool check_rect(GrDrawContext* dc, const SkIRect& rect, uint32_t expectedValue, in check_rect() 42 static bool reset_dc(SkAutoTUnref<GrDrawContext>* dc, SkAutoTUnref<GrSurface>* rtKeepAlive, in reset_dc() 73 SkAutoTUnref<GrDrawContext> drawContext; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/effects/ |
D | GrConfigConversionEffect.cpp | 227 SkAutoTUnref<GrDrawContext> readDrawContext( in TestForPreservingPMConversions() 245 SkAutoTUnref<GrDrawContext> tempDrawContext( in TestForPreservingPMConversions()
|
/external/skia/gm/ |
D | beziereffects.cpp | 133 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() 276 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() 515 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw()
|
D | texdata.cpp | 25 SkAutoTUnref<GrDrawContext> drawContext(ctx ? ctx->drawContext(target) : nullptr);
|