Home
last modified time | relevance | path

Searched refs:getTextBlobIntercepts (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dtexteffects.cpp406 const int interceptCount = paint.getTextBlobIntercepts(blob.get(), bounds, nullptr);
411 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin());
/external/skia/include/core/
DSkPaint.h944 int getTextBlobIntercepts(const SkTextBlob* blob, const SkScalar bounds[2],
/external/skia/src/core/
DSkPaint.cpp1178 int SkPaint::getTextBlobIntercepts(const SkTextBlob* blob, const SkScalar bounds[2], in getTextBlobIntercepts() function in SkPaint