Searched refs:ydivs (Results 1 – 2 of 2) sorted by relevance
459 std::unique_ptr<int[]> ydivs; in GR_DRAW_OP_TEST_DEFINE() local496 ydivs.reset(new int[lattice.fYCount]); in GR_DRAW_OP_TEST_DEFINE()498 init_random_divs(ydivs.get(), lattice.fYCount, subset.fTop, subset.fBottom, random); in GR_DRAW_OP_TEST_DEFINE()500 lattice.fYDivs = ydivs.get(); in GR_DRAW_OP_TEST_DEFINE()
1851 const int ydivs[] = {center.fTop, center.fBottom}; in drawImageNine() local1855 lat.fYDivs = ydivs; in drawImageNine()