Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c190 uint32_t *lines, *line_top, *line_current, *line_tmp; in CoOccurrenceBuild() local
199 line_top = &lines[0]; in CoOccurrenceBuild()
217 if (y > 0 && prev_idx != line_top[x]) { in CoOccurrenceBuild()
218 const uint32_t top_idx = line_top[x]; in CoOccurrenceBuild()
223 line_tmp = line_top; in CoOccurrenceBuild()
224 line_top = line_current; in CoOccurrenceBuild()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp1458 const auto line_top = std::min(run1_ascent, run2_ascent); in UNIX_ONLY_TEST() local
1462 const auto glyphs_top = metricsAscent - line_top; in UNIX_ONLY_TEST()
1463 const auto glyphs_bottom = metricsDescent - line_top; in UNIX_ONLY_TEST()
1475 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(lineBoxes[0].rect.height(), line_bottom - line_top, EPSILON2)); in UNIX_ONLY_TEST()

Completed in 20 milliseconds