HomeSort by relevance Sort by last modified time
    Searched refs:bbhType (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
PictureRenderingFlags.cpp 21 DEFINE_string(bbh, "none", "bbhType [width height]: Set the bounding box hierarchy type to "
301 sk_tools::PictureRenderer::BBoxHierarchyType bbhType
306 bbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
308 bbhType = sk_tools::PictureRenderer::kRTree_BBoxHierarchyType;
314 bbhType = sk_tools::PictureRenderer::kTileGrid_BBoxHierarchyType;
324 error.printf("%s is not a valid value for --bbhType\n", type);
327 if (FLAGS_pipe && sk_tools::PictureRenderer::kNone_BBoxHierarchyType != bbhType) {
332 renderer->setBBoxHierarchyType(bbhType);
PictureRenderer.h 176 void setBBoxHierarchyType(BBoxHierarchyType bbhType) {
177 fBBoxHierarchyType = bbhType;
render_pictures_main.cpp 226 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) {
229 renderer->setBBoxHierarchyType(bbhType);
  /external/skia/gm/
gmmain.cpp 141 enum BbhType {
    [all...]

Completed in 4576 milliseconds