Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp1525 POINTFX const * hintedPoint; in sk_path_from_gdi_paths() local
1533 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1535 SkFixedToScalar(-SkFIXEDToFixed(hintedPoint->y))); in sk_path_from_gdi_paths()
1542 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1544 SkFixedToScalar(-SkFIXEDToFixed(hintedPoint->y))); in sk_path_from_gdi_paths()
1550 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1553 currentPoint.y = hintedPoint->y; in sk_path_from_gdi_paths()
1558 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1561 pnt_c.y = hintedPoint->y; in sk_path_from_gdi_paths()