Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_edit_embeddertest.cpp469 FPDF_PAGEOBJECT black_path = FPDFPageObj_CreateNewPath(400, 100); in TEST_F() local
470 EXPECT_TRUE(FPDFPageObj_SetFillColor(black_path, 0, 0, 0, 200)); in TEST_F()
471 EXPECT_TRUE(FPDFPath_SetDrawMode(black_path, FPDF_FILLMODE_ALTERNATE, 0)); in TEST_F()
472 EXPECT_TRUE(FPDFPath_LineTo(black_path, 400, 200)); in TEST_F()
473 EXPECT_TRUE(FPDFPath_LineTo(black_path, 300, 100)); in TEST_F()
474 EXPECT_TRUE(FPDFPath_Close(black_path)); in TEST_F()
478 ASSERT_EQ(3, FPDFPath_CountSegments(black_path)); in TEST_F()
480 segment = FPDFPath_GetPathSegment(black_path, 0); in TEST_F()
486 segment = FPDFPath_GetPathSegment(black_path, 1); in TEST_F()
492 segment = FPDFPath_GetPathSegment(black_path, 2); in TEST_F()
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py294 black = ctx.format_options.black_path
326 [ctx.format_options.black_path, *_black_config_args(), build],
356 [ctx.format_options.black_path, *_black_config_args(), path],
Dpresubmit.py220 black_path: Optional[str] = 'black' variable in FormatOptions
231 black_path=fmt.get('black_path', 'black'),
/external/pigweed/seed/
D0101-pigweed.json.rst185 "black_path": "pyink"
/external/pigweed/pw_presubmit/
Ddocs.rst202 * ``black_path``: If ``python_formatter`` is ``black``, use this as the
217 "black_path": "black"