Home
last modified time | relevance | path

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

/external/skia/gm/
Dtexteffects.cpp301 int count = paint.getPosTextIntercepts(test, len, pos, bounds, nullptr); in find_intercepts()
305 paint.getPosTextIntercepts(test, len, pos, bounds, intersections->begin()); in find_intercepts()
/external/skia/include/core/
DSkPaint.h941 int getPosTextIntercepts(const void* text, size_t length, const SkPoint pos[],
/external/skia/src/core/
DSkPaint.cpp1204 int SkPaint::getPosTextIntercepts(const void* textData, size_t length, const SkPoint pos[], in getPosTextIntercepts() function in SkPaint