Lines Matching refs:errorMsg
133 SkString* errorMsg) { in draw_zero_length_capped_paths() argument
138 *errorMsg = "Not supported in DDL mode"; in draw_zero_length_capped_paths()
194 DEF_SIMPLE_GM_BG_CAN_FAIL(zero_length_paths_aa, canvas, errorMsg, in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
196 return draw_zero_length_capped_paths(canvas, true, errorMsg); in DEF_SIMPLE_GM_BG_CAN_FAIL()
199 DEF_SIMPLE_GM_BG_CAN_FAIL(zero_length_paths_bw, canvas, errorMsg, in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
201 return draw_zero_length_capped_paths(canvas, false, errorMsg); in DEF_SIMPLE_GM_BG_CAN_FAIL()
205 SkString* errorMsg) { in draw_zero_length_capped_paths_dbl_contour() argument
210 *errorMsg = "Not supported in DDL mode"; in draw_zero_length_capped_paths_dbl_contour()
275 DEF_SIMPLE_GM_BG_CAN_FAIL(zero_length_paths_dbl_aa, canvas, errorMsg, in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
277 return draw_zero_length_capped_paths_dbl_contour(canvas, true, errorMsg); in DEF_SIMPLE_GM_BG_CAN_FAIL()
280 DEF_SIMPLE_GM_BG_CAN_FAIL(zero_length_paths_dbl_bw, canvas, errorMsg, in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
282 return draw_zero_length_capped_paths_dbl_contour(canvas, false, errorMsg); in DEF_SIMPLE_GM_BG_CAN_FAIL()