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

  /external/skia/tools/
PictureRenderingFlags.cpp 20 DEFINE_string(bbh, "none", "bbhType [width height]: Set the bounding box hierarchy type to "
300 sk_tools::PictureRenderer::BBoxHierarchyType bbhType
305 bbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
307 bbhType = sk_tools::PictureRenderer::kRTree_BBoxHierarchyType;
313 bbhType = sk_tools::PictureRenderer::kTileGrid_BBoxHierarchyType;
323 error.printf("%s is not a valid value for --bbhType\n", type);
326 if (FLAGS_pipe && sk_tools::PictureRenderer::kNone_BBoxHierarchyType != bbhType) {
331 renderer->setBBoxHierarchyType(bbhType);
PictureRenderer.h 201 void setBBoxHierarchyType(BBoxHierarchyType bbhType) {
202 fBBoxHierarchyType = bbhType;
render_pictures_main.cpp 231 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) {
234 renderer->setBBoxHierarchyType(bbhType);
  /external/skia/gm/
gmmain.cpp 136 enum BbhType {
    [all...]

Completed in 52 milliseconds