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

  /external/skia/src/core/
SkRecords.h 74 M(DrawPosTextH) \
293 RECORD(DrawPosTextH, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 57 M(DrawText) M(DrawPosText) M(DrawPosTextH) \
358 struct DrawPosTextH final : Op {
359 static const auto kType = Type::DrawPosTextH;
360 DrawPosTextH(size_t bytes, SkScalar y, const SkPaint& paint, int n)
369 c->drawPosTextH(text, bytes, xs, y, paint);
631 void SkLiteDL::drawPosTextH(const void* text, size_t bytes,
634 void* pod = this->push<DrawPosTextH>(n*sizeof(SkScalar)+bytes, bytes, y, paint, n);
SkRecordDraw.cpp 117 DRAW(DrawPosTextH, drawPosTextH(r.text, r.byteLength, r.xpos, r.y, r.paint));
480 Bounds bounds(const DrawPosTextH& op) const {
SkRecorder.cpp 268 APPEND(DrawPosTextH,
  /external/skia/tools/debugger/
SkDrawCommand.cpp 236 case kDrawPosTextH_OpType: return "DrawPosTextH";
294 INSTALL_FACTORY(DrawPosTextH);
    [all...]

Completed in 194 milliseconds