Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.cpp190 SkScalar topOffset, SkScalar bottomOffset, const SkPath& path) { in calculate_path_gap() argument
230 auto addPts = [&expandGap, &pts, topOffset, bottomOffset](int ptCount) { in calculate_path_gap()
232 if (topOffset < pts[i].fY && pts[i].fY < bottomOffset) { in calculate_path_gap()
247 addLine(bottomOffset); in calculate_path_gap()
253 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
257 addQuad(bottomOffset); in calculate_path_gap()
268 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
273 addCubic(bottomOffset); in calculate_path_gap()
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java268 private int bottomOffset; field in SystemBarHelper.WindowInsetsListener
274 bottomOffset = getBottomDistance(view); in onApplyWindowInsets()
280 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets()
/external/skqp/samplecode/
DSampleAAGeometry.cpp1811 SkScalar bottomOffset = this->height() - 10; in draw_legend() local
1813 bottomOffset -= 15; in draw_legend()
1814 …tUtils::DrawString(canvas, kKeyCommandList[index].fDescriptionL, this->width() - 160, bottomOffset, in draw_legend()
1817 this->width() - 20, bottomOffset, in draw_legend()