Home
last modified time | relevance | path

Searched refs:orig_desc (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.cpp349 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() argument
351 SkASSERT(orig_desc.fVAlign == Shaper::VAlign::kVisualResizeToFit); in ShapeToFit()
355 if (box.isEmpty() || orig_desc.fTextSize <= 0) { in ShapeToFit()
359 auto desc = orig_desc; in ShapeToFit()
374 desc.fTextSize = try_scale * orig_desc.fTextSize; in ShapeToFit()
375 desc.fLineHeight = try_scale * orig_desc.fLineHeight; in ShapeToFit()
376 desc.fAscent = try_scale * orig_desc.fAscent; in ShapeToFit()
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp388 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() argument
392 if (box.isEmpty() || orig_desc.fTextSize <= 0) { in ShapeToFit()
396 auto desc = orig_desc; in ShapeToFit()
413 desc.fTextSize = try_scale * orig_desc.fTextSize; in ShapeToFit()
414 desc.fLineHeight = try_scale * orig_desc.fLineHeight; in ShapeToFit()
415 desc.fLineShift = try_scale * orig_desc.fLineShift; in ShapeToFit()
416 desc.fAscent = try_scale * orig_desc.fAscent; in ShapeToFit()
/third_party/ltp/scripts/
Dcheckpatch.pl3201 my $orig_desc = "commit description";
3211 $orig_desc = $1;
3214 $orig_desc = substr($orig_desc, 1, -1);
3215 if ($orig_desc =~ /^".*"$/) {
3216 $orig_desc = substr($orig_desc, 1, -1);
3240 $id, $orig_desc);
3243 ($short || $long || $space || $case || ($orig_desc ne $description) || !$has_quotes) &&