Searched refs:getIntercepts (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/gm/ |
H A D | texteffects.cpp | 128 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 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/ |
H A D | TextBlob_getIntercepts.cpp | 21 int count = blob->getIntercepts(bounds, nullptr); in REG_FIDDLE()
|
/third_party/skia/include/core/ |
H A D | SkFont.h | 447 std::vector<SkScalar> getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint pos[],
|
H A D | SkTextBlob.h | 63 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[],
|
/third_party/skia/modules/skparagraph/gm/ |
H A D | simple_gm.cpp | 128 auto sects = info->font.getIntercepts(info->glyphs, info->count, pos.data(), in drawFromVisitor()
|
/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 925 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 D | canvaskit_bindings.cpp | 1283 auto sects = self.getIntercepts(glyphs.data(), SkToInt(glyphs.size()), in EMSCRIPTEN_BINDINGS()
|
Completed in 9 milliseconds