Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp1522 POINTFX const * hintedPoint; in sk_path_from_gdi_paths() local
1530 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1532 SkFixedToScalar(-SkFIXEDToFixed(hintedPoint->y))); in sk_path_from_gdi_paths()
1539 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1541 SkFixedToScalar(-SkFIXEDToFixed(hintedPoint->y))); in sk_path_from_gdi_paths()
1547 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1550 currentPoint.y = hintedPoint->y; in sk_path_from_gdi_paths()
1555 move_next_expected_hinted_point(hintedYs, hintedPoint); in sk_path_from_gdi_paths()
1558 pnt_c.y = hintedPoint->y; in sk_path_from_gdi_paths()