Searched refs:bbhType (Results 1 – 3 of 3) sorted by relevance
337 sk_tools::PictureRenderer::BBoxHierarchyType bbhType local342 bbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;344 bbhType = sk_tools::PictureRenderer::kRTree_BBoxHierarchyType;349 if (FLAGS_pipe && sk_tools::PictureRenderer::kNone_BBoxHierarchyType != bbhType) {354 renderer->setBBoxHierarchyType(bbhType);
233 void setBBoxHierarchyType(BBoxHierarchyType bbhType) { in setBBoxHierarchyType() argument234 fBBoxHierarchyType = bbhType; in setBBoxHierarchyType()
234 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) { in set() argument237 renderer->setBBoxHierarchyType(bbhType); in set()