/external/skia/gm/ |
D | textblobtransforms.cpp | 82 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 84 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 86 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 88 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 90 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 95 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 99 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 101 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 105 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 111 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() [all …]
|
D | textblobblockreordering.cpp | 63 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw() 73 canvas->drawTextBlob(fBlob, 0, 0, srcInPaint); in onDraw() 76 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
|
D | largeglyphblur.cpp | 37 canvas->drawTextBlob(blob, 10, 200, blurPaint); 38 canvas->drawTextBlob(blob, 10, 200, paint);
|
D | textblobuseaftergpufree.cpp | 58 canvas->drawTextBlob(blob, 10, 50, paint); in onDraw() 62 canvas->drawTextBlob(blob, 10, 150, paint); in onDraw()
|
D | textblobrandomfont.cpp | 117 canvas->drawTextBlob(fBlob, 10.0f, SkIntToScalar(yOffset), paint); in onDraw() 121 c->drawTextBlob(fBlob, 10, SkIntToScalar(yOffset), paint); in onDraw() 127 canvas->drawTextBlob(fBlob, 10, SkIntToScalar(yOffset), paint); in onDraw()
|
D | textblobgeometrychange.cpp | 59 canvas->drawTextBlob(blob, 10, 50, paint); in onDraw() 64 c->drawTextBlob(blob, 10, 150, paint); in onDraw()
|
D | clip_error.cpp | 25 canvas->drawTextBlob(blob, 0, 256, blurPaint); in draw_text() 26 canvas->drawTextBlob(blob, 0, 477, paint); in draw_text()
|
D | mixedtextblobs.cpp | 30 canvas->drawTextBlob(blob, 0, 0, paint); in draw_blob() 33 canvas->drawTextBlob(blob, 0, 0, paint); in draw_blob()
|
D | textblobmixedsizes.cpp | 154 canvas->drawTextBlob(fBlob, 0, 0, blurPaint); in onDraw() 156 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
|
D | textblobcolortrans.cpp | 85 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
|
D | lcdoverlap.cpp | 73 canvas->drawTextBlob(fBlob, 0, 0, textPaint); in drawTestCase()
|
D | textblobshader.cpp | 97 canvas->drawTextBlob(fBlob, in onDraw()
|
D | textblob.cpp | 102 canvas->drawTextBlob(blob, offset.x(), offset.y(), p); in onDraw()
|
/external/skia/src/gpu/ |
D | GrPathRenderingRenderTargetContext.cpp | 58 void GrPathRenderingRenderTargetContext::drawTextBlob(const GrClip& clip, const SkPaint& skPaint, in drawTextBlob() function in GrPathRenderingRenderTargetContext 75 fStencilAndCoverTextContext->drawTextBlob(this->drawingManager()->getContext(), this, clip, in drawTextBlob()
|
D | GrPathRenderingRenderTargetContext.h | 20 void drawTextBlob(const GrClip&, const SkPaint&,
|
/external/skia/include/private/ |
D | SkMiniRecorder.h | 25 bool drawTextBlob(const SkTextBlob*, SkScalar x, SkScalar y, const SkPaint&);
|
/external/skia/bench/ |
D | TextBlobBench.cpp | 59 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.h | 44 void drawTextBlob(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
|
D | GrStencilAndCoverTextContext.h | 41 void drawTextBlob(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
|
D | GrStencilAndCoverTextContext.cpp | 167 void GrStencilAndCoverTextContext::drawTextBlob(GrContext* context, GrRenderTargetContext* rtc, in drawTextBlob() function in GrStencilAndCoverTextContext 179 fFallbackTextContext->drawTextBlob(context, rtc, clip, skPaint, viewMatrix, props, skBlob, in drawTextBlob() 624 fallbackTextContext->drawTextBlob(ctx, renderTargetContext, clip, fallbackSkPaint, in draw()
|
/external/skia/src/core/ |
D | SkLiteDL.h | 65 void drawTextBlob (const SkTextBlob*, SkScalar,SkScalar, const SkPaint&);
|
D | SkMiniRecorder.cpp | 81 bool SkMiniRecorder::drawTextBlob(const SkTextBlob* b, SkScalar x, SkScalar y, const SkPaint& p) { in drawTextBlob() function in SkMiniRecorder
|
/external/skia/tests/ |
D | TextBlobCacheTest.cpp | 38 canvas->drawTextBlob(blob, 0, SkIntToScalar(yOffset), paint); in draw()
|
/external/skia/include/core/ |
D | SkCanvas.h | 1072 void drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint); 1073 void drawTextBlob(const sk_sp<SkTextBlob>& blob, SkScalar x, SkScalar y, const SkPaint& paint) { in drawTextBlob() function 1074 this->drawTextBlob(blob.get(), x, y, paint); in drawTextBlob()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.h | 112 void drawTextBlob(const SkTextBlob*, SkScalar x, SkScalar y,
|