OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GridConfig
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
bench_pictures_cfg_helper.py
59
return
GridConfig
(viewport_x, viewport_y, mode='simple',
85
def
GridConfig
(tile_x, tile_y, mode, **kwargs):
103
return
GridConfig
(tile_x=tile_x, tile_y=tile_y, mode='record', **kwargs)
107
return
GridConfig
(tile_x, tile_y, mode='playbackCreation')
111
return
GridConfig
(tile_x, tile_y,
/external/skia/tools/
bench_pictures_cfg_helper.py
59
return
GridConfig
(viewport_x, viewport_y, mode='simple',
85
def
GridConfig
(tile_x, tile_y, mode, **kwargs):
103
return
GridConfig
(tile_x=tile_x, tile_y=tile_y, mode='record', **kwargs)
107
return
GridConfig
(tile_x, tile_y, mode='playbackCreation')
111
return
GridConfig
(tile_x, tile_y,
Completed in 273 milliseconds