Home | History | Annotate | Download | only in utils

Lines Matching refs:blob

355 void SkLua::pushTextBlob(const SkTextBlob* blob, const char key[]) {
356 push_ref(fL, const_cast<SkTextBlob*>(blob));
566 const SkTextBlob* blob = get_ref<SkTextBlob>(L, 2);
570 get_ref<SkCanvas>(L, 1)->drawTextBlob(blob, x, y, paint);