Searched refs:getTextBlobIntercepts (Results 1 – 3 of 3) sorted by relevance
406 const int interceptCount = paint.getTextBlobIntercepts(blob.get(), bounds, nullptr);411 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin());
944 int getTextBlobIntercepts(const SkTextBlob* blob, const SkScalar bounds[2],
1178 int SkPaint::getTextBlobIntercepts(const SkTextBlob* blob, const SkScalar bounds[2], in getTextBlobIntercepts() function in SkPaint