Home | History | Annotate | Download | only in utils

Lines Matching refs:blob

331 void SkLua::pushTextBlob(const SkTextBlob* blob, const char key[]) {
332 push_ref(fL, const_cast<SkTextBlob*>(blob));
609 const SkTextBlob* blob = get_ref<SkTextBlob>(L, 2);
613 get_ref<SkCanvas>(L, 1)->drawTextBlob(blob, x, y, paint);
2028 SkAutoTUnref<SkTextBlob> blob(box.snapshotTextBlob(&newBottom));
2029 push_ref<SkTextBlob>(L, blob);