/third_party/skia/gm/ |
D | texteffects.cpp | 128 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/ |
D | texteffects.cpp | 128 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/ |
D | TextBlobTest.cpp | 498 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/ |
D | TextBlob_getIntercepts.cpp | 21 int count = blob->getIntercepts(bounds, nullptr);
|
/third_party/flutter/skia/docs/examples/ |
D | TextBlob_getIntercepts.cpp | 21 int count = blob->getIntercepts(bounds, nullptr);
|
/third_party/skia/modules/skparagraph/src/ |
D | Decorations.cpp | 112 auto count = blob->getIntercepts(bounds, nullptr, &fPaint); in calculateGaps() 115 blob->getIntercepts(bounds, intersections.data(), &fPaint); in calculateGaps()
|
/third_party/skia/include/core/ |
D | SkFont.h | 447 std::vector<SkScalar> getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint pos[],
|
D | SkTextBlob.h | 63 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[],
|
/third_party/flutter/skia/include/core/ |
D | SkTextBlob.h | 60 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[],
|
/third_party/skia/modules/skparagraph/gm/ |
D | simple_gm.cpp | 127 auto sects = info->font.getIntercepts(info->glyphs, info->count, pos.data(), in drawFromVisitor()
|
/third_party/skia/src/core/ |
D | SkTextBlob.cpp | 954 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/ |
D | SkTextBlob_Reference.md | 14 …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/ |
D | SkTextBlob.cpp | 910 int SkTextBlob::getIntercepts(const SkScalar bounds[2], SkScalar intervals[], in getIntercepts() function in SkTextBlob
|
/third_party/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 1283 auto sects = self.getIntercepts(glyphs.data(), SkToInt(glyphs.size()), in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 4023 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[], const SkPaint* paint = nullptr) c…
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 4070 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[], const SkPaint* paint = nullptr) c…
|