HomeSort by relevance Sort by last modified time
    Searched refs:fBlob (Results 1 - 9 of 9) sorted by null

  /external/skia/gm/
textblobtransforms.cpp 52 fBlob.reset(builder.build());
69 SkRect bounds = fBlob->bounds();
81 canvas->drawTextBlob(fBlob, 0, 0, paint);
83 canvas->drawTextBlob(fBlob, 0, 0, paint);
85 canvas->drawTextBlob(fBlob, 0, 0, paint);
87 canvas->drawTextBlob(fBlob, 0, 0, paint);
89 canvas->drawTextBlob(fBlob, 0, 0, paint);
94 canvas->drawTextBlob(fBlob, 0, 0, paint);
98 canvas->drawTextBlob(fBlob, 0, 0, paint);
100 canvas->drawTextBlob(fBlob, 0, 0, paint)
    [all...]
textblobcolortrans.cpp 51 fBlob.reset(builder.build());
69 SkRect bounds = fBlob->bounds();
83 canvas->drawTextBlob(fBlob, 0, 0, paint);
89 SkAutoTUnref<const SkTextBlob> fBlob;
textblobshader.cpp 57 fBlob.reset(builder.build());
94 canvas->drawTextBlob(fBlob,
104 SkAutoTUnref<const SkTextBlob> fBlob;
mixedtextblobs.cpp 99 fBlob.reset(builder.build());
123 SkRect bounds = fBlob->bounds();
141 draw_blob(canvas, fBlob, paint, clipRects[x]);
156 SkAutoTUnref<const SkTextBlob> fBlob;
textbloblooper.cpp 152 fBlob.reset(builder.build());
235 SkRect bounds = fBlob->bounds();
242 canvas->drawTextBlob(fBlob, 0, 0, paint);
249 SkAutoTUnref<const SkTextBlob> fBlob;
  /external/skia/bench/
TextBlobBench.cpp 45 fBlob.reset(builder.build());
58 canvas->drawTextBlob(fBlob, 0, 0, paint);
64 SkAutoTUnref<const SkTextBlob> fBlob;
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 609 , fBlob(blob)
619 fInfo.push(SkObjectParser::RectToString(fBlob->bounds(), "Bounds: "));
624 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint);
631 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos);
634 canvas->drawTextBlob(fBlob.get(), fXPos, fYPos, fPaint);
SkDrawCommand.h 457 SkAutoTUnref<const SkTextBlob> fBlob;
  /external/skia/src/gpu/
GrAtlasTextContext.cpp     [all...]

Completed in 2655 milliseconds