Home | History | Annotate | Download | only in tests

Lines Matching refs:bbh

1046     const SkBBoxHierarchy* pictureBBH = picture->bbh();
1314 explicit SpoonFedBBHFactory(SkBBoxHierarchy* bbh) : fBBH(bbh) {}
1322 // When the canvas clip covers the full picture, we don't need to call the BBH.
1325 CountingBBH bbh(bound);
1326 SpoonFedBBHFactory factory(&bbh);
1338 REPORTER_ASSERT(r, bbh.searchCalls == 0);
1341 REPORTER_ASSERT(r, bbh.searchCalls == 1);