HomeSort by relevance Sort by last modified time
    Searched defs:drawTextBlob (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrPathRenderingDrawContext.cpp 58 void GrPathRenderingDrawContext::drawTextBlob(const GrClip& clip, const SkPaint& skPaint,
65 GR_AUDIT_TRAIL_AUTO_FRAME(this->auditTrail(), "GrPathRenderingDrawContext::drawTextBlob");
71 fStencilAndCoverTextContext->drawTextBlob(this->drawingManager()->getContext(), this, clip,
GrDrawContext.cpp 147 void GrDrawContext::drawTextBlob(const GrClip& clip, const SkPaint& skPaint,
154 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrDrawContext::drawTextBlob");
160 fAtlasTextContext->drawTextBlob(fContext, this, clip, skPaint, viewMatrix, fSurfaceProps, blob,
SkGpuDevice.cpp     [all...]
  /external/skia/src/core/
SkMiniRecorder.cpp 98 bool SkMiniRecorder::drawTextBlob(const SkTextBlob* b, SkScalar x, SkScalar y, const SkPaint& p) {
99 TRY_TO_STORE(DrawTextBlob, p, b, x, y);
115 CASE(DrawTextBlob);
136 CASE(DrawTextBlob);
SkDevice.cpp 102 void SkBaseDevice::drawTextBlob(const SkDraw& draw, const SkTextBlob* blob, SkScalar x, SkScalar y,
SkCanvas.cpp     [all...]
  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 69 void GrAtlasTextContext::drawTextBlob(GrContext* context, GrDrawContext* dc,
GrStencilAndCoverTextContext.cpp 195 void GrStencilAndCoverTextContext::drawTextBlob(GrContext* context, GrDrawContext* dc,
207 fFallbackTextContext->drawTextBlob(context, dc, clip, skPaint, viewMatrix, props, skBlob,
624 fallbackTextContext->drawTextBlob(ctx, dc, pipelineBuilder->clip(), fallbackSkPaint,

Completed in 263 milliseconds