OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawTextBlob
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkLiteDL.cpp
59
M(
DrawTextBlob
) \
373
struct
DrawTextBlob
final : Op {
374
static const auto kType = Type::
DrawTextBlob
;
375
DrawTextBlob
(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint)
381
c->
drawTextBlob
(blob.get(), x,y, paint);
609
void SkLiteDL::
drawTextBlob
(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) {
610
this->push<
DrawTextBlob
>(0, blob, x,y, paint);
/external/skqp/src/core/
SkLiteDL.cpp
59
M(
DrawTextBlob
) \
367
struct
DrawTextBlob
final : Op {
368
static const auto kType = Type::
DrawTextBlob
;
369
DrawTextBlob
(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint)
375
c->
drawTextBlob
(blob.get(), x,y, paint);
600
void SkLiteDL::
drawTextBlob
(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) {
601
this->push<
DrawTextBlob
>(0, blob, x,y, paint);
Completed in 1505 milliseconds