Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkPathPriv.h13 #define SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE 0 macro
15 #if SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE
DSkPath.cpp2735 #if SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE in directionChange()
/external/skqp/gm/
Dconvex_all_line_paths.cpp59 #if SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE == 0
63 #if SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE == 0
/external/skqp/tests/
DPathTest.cpp1352 #if SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE in test_path_crbug389050()