Home
last modified time | relevance | path

Searched refs:fBlob (Results 1 – 16 of 16) sorted by relevance

/external/skia/gm/
Dtextblobtransforms.cpp52 fBlob.reset(builder.build()); in onOnceBeforeDraw()
69 SkRect bounds = fBlob->bounds(); in onDraw()
81 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
83 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
85 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
87 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
89 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
94 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
98 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
100 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
[all …]
Dtextblobblockreordering.cpp38 fBlob.reset(builder.build()); in onOnceBeforeDraw()
58 SkRect bounds = fBlob->bounds(); in onDraw()
62 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()
80 SkAutoTUnref<const SkTextBlob> fBlob; member in skiagm::TextBlobBlockReordering
Dtextblobrandomfont.cpp83 fBlob.reset(builder.build()); in onOnceBeforeDraw()
112 int stride = SkScalarCeilToInt(fBlob->bounds().height()); in onDraw()
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()
141 SkAutoTUnref<const SkTextBlob> fBlob; member in skiagm::TextBlobRandomFont
Dtextblobcolortrans.cpp51 fBlob.reset(builder.build()); in onOnceBeforeDraw()
69 SkRect bounds = fBlob->bounds(); in onDraw()
84 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
90 SkAutoTUnref<const SkTextBlob> fBlob; member in skiagm::TextBlobColorTrans
Dlcdoverlap.cpp47 fBlob.reset(builder.build()); in onOnceBeforeDraw()
69 canvas->translate(-fBlob->bounds().width() / 2.0f + 0.5f, 0); in drawTestCase()
74 canvas->drawTextBlob(fBlob, 0, 0, textPaint); in drawTestCase()
93 SkAutoTUnref<const SkTextBlob> fBlob; member in skiagm::LcdOverlapGM
Dtextblobmixedsizes.cpp77 fBlob.reset(builder.build()); in onOnceBeforeDraw()
111 SkRect bounds = fBlob->bounds(); in onDraw()
146 canvas->drawTextBlob(fBlob, 0, 0, blurPaint); in onDraw()
148 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
175 SkAutoTUnref<const SkTextBlob> fBlob; member in skiagm::TextBlobMixedSizes
Dmixedtextblobs.cpp97 fBlob.reset(builder.build()); in onOnceBeforeDraw()
123 SkRect bounds = fBlob->bounds(); in onDraw()
141 draw_blob(canvas, fBlob, paint, clipRects[x]); in onDraw()
156 SkAutoTUnref<const SkTextBlob> fBlob; member in skiagm::MixedTextBlobsGM
Dtextblobshader.cpp59 fBlob.reset(builder.build()); in onOnceBeforeDraw()
96 canvas->drawTextBlob(fBlob, in onDraw()
106 SkAutoTUnref<const SkTextBlob> fBlob; member in TextBlobShaderGM
Dtextbloblooper.cpp153 fBlob.reset(builder.build()); in onOnceBeforeDraw()
236 SkRect bounds = fBlob->bounds(); in onDraw()
243 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
250 SkAutoTUnref<const SkTextBlob> fBlob; member in skiagm::TextBlobLooperGM
/external/skia/tests/
DTextBlobCacheTest.cpp32 explicit TextBlobWrapper(const SkTextBlob* blob) : fBlob(blob) {} in TextBlobWrapper()
33 TextBlobWrapper(const TextBlobWrapper& blob) : fBlob(SkRef(blob.fBlob.get())) {} in TextBlobWrapper()
35 SkAutoTUnref<const SkTextBlob> fBlob; member
42 const SkTextBlob* blob = blobs[i].fBlob.get(); in draw()
/external/skia/bench/
DTextBlobBench.cpp50 fBlob.reset(builder.build()); in onDelayedSetup()
62 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
68 SkAutoTUnref<const SkTextBlob> fBlob; member in TextBlobBench
/external/skia/src/gpu/batches/
DGrAtlasTextBatch.h26 Blob* fBlob; member
84 geo.fBlob->computeSubRunBounds(&fBounds, geo.fRun, geo.fSubRun, geo.fViewMatrix, geo.fX, in init()
114 fGeoData[i].fBlob->unref(); in ~GrAtlasTextBatch()
DGrAtlasTextBatch.cpp39 fGeoData[i].fBlob->runCount()); in dumpInfo()
148 Blob* blob = args.fBlob; in onPrepareDraws()
245 that->fGeoData.get()[i].fBlob = (Blob*)0x1; in onCombineIfPossible()
/external/skia/tools/debugger/
DSkDrawCommand.cpp2465 , fBlob(SkRef(blob)) in SkDrawTextBlobCommand()
2473 fInfo.push(SkObjectParser::RectToString(fBlob->bounds(), "Bounds: ")); in SkDrawTextBlobCommand()
2502 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in execute()
2509 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render()
2512 canvas->drawTextBlob(fBlob.get(), fXPos, fYPos, fPaint); in render()
2522 SkTextBlobRunIterator iter(fBlob.get()); in toJSON()
DSkDrawCommand.h519 SkAutoTUnref<const SkTextBlob> fBlob;
/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp288 geometry.fBlob = SkRef(this); in createBatch()