Home
last modified time | relevance | path

Searched refs:shaped (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/FileAPI/support/
H A Dsend-file-form-helper.js278 `Unexpected multipart-shaped form data received:\n${
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1140 auto shaped = [&](sk_sp<SkTypeface> typeface, bool fallback) -> std::unique_ptr<Run> { local
1142 auto shaped = [&](std::shared_ptr<RSTypeface> typeface, bool fallback) -> std::unique_ptr<Run> {
1182 auto ellipsisRun = shaped(typeface, false);
1199 auto ellipsisRun = shaped(typeface, true);
1208 auto ellipsisRun = shaped(run.fFont.refTypeface(), false);
1210 auto ellipsisRun = shaped(const_cast<RSFont&>(run.fFont).GetTypeface(), false);

Completed in 4 milliseconds