Home
last modified time | relevance | path

Searched refs:emptyID (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGrStyledShapeTest.cpp246 uint32_t emptyID = SkPath().getGenerationID(); in check_original_path_ids() local
251 REPORTER_ASSERT(r, baseIsNonVolatilePath == (baseID != emptyID)); in check_original_path_ids()
254 REPORTER_ASSERT(r, peIsPath || (peID == emptyID)); in check_original_path_ids()
255 REPORTER_ASSERT(r, peStrokeIsPath || (peStrokeID == emptyID)); in check_original_path_ids()
256 REPORTER_ASSERT(r, fullIsPath || (fullID == emptyID)); in check_original_path_ids()

Completed in 4 milliseconds