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

  /external/skqp/src/gpu/
GrPathRenderingRenderTargetContext.cpp 58 void GrPathRenderingRenderTargetContext::drawTextBlob(const GrClip& clip, const SkPaint& skPaint,
68 "GrPathRenderingRenderTargetContext::drawTextBlob");
75 fStencilAndCoverTextContext->drawTextBlob(this->drawingManager()->getContext(), this, clip,
GrRenderTargetContext.cpp 248 void GrRenderTargetContext::drawTextBlob(const GrClip& clip, const SkPaint& paint,
255 GR_CREATE_TRACE_MARKER_CONTEXT("GrRenderTargetContext", "drawTextBlob", fContext);
258 atlasTextContext->drawTextBlob(fContext, fTextTarget.get(), clip, paint, viewMatrix,
    [all...]
SkGpuDevice.cpp     [all...]
  /external/skia/src/core/
SkMiniRecorder.cpp 42 static SkRect bounds(const DrawTextBlob& op) {
91 bool SkMiniRecorder::drawTextBlob(const SkTextBlob* b, SkScalar x, SkScalar y, const SkPaint& p) {
92 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y);
112 CASE(DrawTextBlob);
132 CASE(DrawTextBlob);
SkDevice.cpp 140 void SkBaseDevice::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
SkCanvas.cpp     [all...]
  /external/skqp/src/core/
SkMiniRecorder.cpp 42 static SkRect bounds(const DrawTextBlob& op) {
91 bool SkMiniRecorder::drawTextBlob(const SkTextBlob* b, SkScalar x, SkScalar y, const SkPaint& p) {
92 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y);
112 CASE(DrawTextBlob);
132 CASE(DrawTextBlob);
SkDevice.cpp 139 void SkBaseDevice::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
SkCanvas.cpp     [all...]
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 151 void GrStencilAndCoverTextContext::drawTextBlob(GrContext* context, GrRenderTargetContext* rtc,
163 fFallbackTextContext->drawTextBlob(context, rtc->textTarget(), clip, skPaint, viewMatrix,
600 fallbackTextContext->drawTextBlob(ctx, renderTargetContext->textTarget(), clip,
GrAtlasTextContext.cpp 106 void GrAtlasTextContext::drawTextBlob(GrContext* context, GrTextUtils::Target* target,
    [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skqp/include/core/
SkCanvas.h     [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 250 void GrRenderTargetContext::drawTextBlob(const GrClip& clip, const SkPaint& paint,
257 GR_CREATE_TRACE_MARKER_CONTEXT("GrRenderTargetContext", "drawTextBlob", fContext);
260 atlasTextContext->drawTextBlob(fContext, fTextTarget.get(), clip, paint, viewMatrix,
    [all...]
SkGpuDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 723 milliseconds