Home
last modified time | relevance | path

Searched refs:getIntercepts (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/gm/
Dtexteffects.cpp128 const int interceptCount = blob->getIntercepts(bounds, nullptr, &paint);
133 blob->getIntercepts(bounds, intercepts.begin(), &paint);
210 int count = blob->getIntercepts(yminmax, nullptr); in draw_blob_adorned()
216 blob->getIntercepts(yminmax, intervals.get()); in draw_blob_adorned()
/third_party/flutter/skia/gm/
Dtexteffects.cpp128 const int interceptCount = blob->getIntercepts(bounds, nullptr, &paint);
133 blob->getIntercepts(bounds, intercepts.begin(), &paint);
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/
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/
DTextBlob_getIntercepts.cpp21 int count = blob->getIntercepts(bounds, nullptr);
/third_party/flutter/skia/docs/examples/
DTextBlob_getIntercepts.cpp21 int count = blob->getIntercepts(bounds, nullptr);
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp112 auto count = blob->getIntercepts(bounds, nullptr, &fPaint); in calculateGaps()
115 blob->getIntercepts(bounds, intersections.data(), &fPaint); in calculateGaps()
/third_party/skia/include/core/
DSkFont.h447 std::vector<SkScalar> getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint pos[],
DSkTextBlob.h63 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[],
/third_party/flutter/skia/include/core/
DSkTextBlob.h60 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[],
/third_party/skia/modules/skparagraph/gm/
Dsimple_gm.cpp127 auto sects = info->font.getIntercepts(info->glyphs, info->count, pos.data(), in drawFromVisitor()
/third_party/skia/src/core/
DSkTextBlob.cpp954 int SkTextBlob::getIntercepts(const SkScalar bounds[2], SkScalar intervals[], in getIntercepts() function in SkTextBlob
977 std::vector<SkScalar> SkFont::getIntercepts(const SkGlyphID glyphs[], int count, in getIntercepts() function in SkFont
/third_party/flutter/skia/site/user/api/
DSkTextBlob_Reference.md14 …int <a href='#SkTextBlob_getIntercepts'>getIntercepts</a>(const <a href='undocumented#SkScalar'>Sk…
89 int <a href='#SkTextBlob_getIntercepts'>getIntercepts</a>(const <a href='undocumented#SkScalar'>SkS…
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp910 int SkTextBlob::getIntercepts(const SkScalar bounds[2], SkScalar intervals[], in getIntercepts() function in SkTextBlob
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1283 auto sects = self.getIntercepts(glyphs.data(), SkToInt(glyphs.size()), in EMSCRIPTEN_BINDINGS()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt4023 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[], const SkPaint* paint = nullptr) c…
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt4070 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[], const SkPaint* paint = nullptr) c…