Home
last modified time | relevance | path

Searched refs:getIntercepts (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/gm/
H A Dtexteffects.cpp128 const int interceptCount = blob->getIntercepts(bounds, nullptr, &paint); in DEF_SIMPLE_GM()
133 blob->getIntercepts(bounds, intercepts.begin(), &paint); in DEF_SIMPLE_GM()
210 int count = blob->getIntercepts(yminmax, nullptr); in draw_blob_adorned()
216 blob->getIntercepts(yminmax, intervals.get()); in draw_blob_adorned()
/third_party/skia/tests/
H A DTextBlobTest.cpp498 REPORTER_ASSERT(reporter, blobZeroX->getIntercepts(bounds, nullptr) == 0); in DEF_TEST()
500 REPORTER_ASSERT(reporter, blobLowX->getIntercepts(bounds, nullptr) == 2); in DEF_TEST()
502 REPORTER_ASSERT(reporter, blobZeroY->getIntercepts(bounds, nullptr) == 2); in DEF_TEST()
504 REPORTER_ASSERT(reporter, blobHighY->getIntercepts(bounds, nullptr) == 0); in DEF_TEST()
/third_party/skia/docs/examples/
H A DTextBlob_getIntercepts.cpp21 int count = blob->getIntercepts(bounds, nullptr); in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkFont.h447 std::vector<SkScalar> getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint pos[],
H A DSkTextBlob.h63 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[],
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp128 auto sects = info->font.getIntercepts(info->glyphs, info->count, pos.data(), in drawFromVisitor()
/third_party/skia/src/core/
H A DSkTextBlob.cpp925 int SkTextBlob::getIntercepts(const SkScalar bounds[2], SkScalar intervals[], in getIntercepts() function in SkTextBlob
948 std::vector<SkScalar> SkFont::getIntercepts(const SkGlyphID glyphs[], int count, in getIntercepts() function in SkFont
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp1283 auto sects = self.getIntercepts(glyphs.data(), SkToInt(glyphs.size()), in EMSCRIPTEN_BINDINGS()

Completed in 10 milliseconds