Searched refs:layerWidth (Results 1 – 3 of 3) sorted by relevance
18 int layerWidth = 100; in test_basic() local23 SkCanvas* canvas = rec.beginRecording(layerWidth, layerHeight); in test_basic()29 SkIRect dirtyRectFull = SkIRect::MakeLTRB(0, 0, layerWidth, layerHeight); in test_basic()33 canvas = rec2.beginRecording(layerWidth, layerHeight); in test_basic()56 REPORTER_ASSERT(reporter, image->width() == layerWidth); in test_basic()68 REPORTER_ASSERT(reporter, image->width() == layerWidth); in test_basic()
82 int layerWidth; member95 int layerWidth; member
145 return SkIRect::MakeWH(summary.layerWidth, summary.layerHeight); in getBoundsForFrame()589 .field("layerWidth", &DebugLayerManager::LayerSummary::layerWidth) in EMSCRIPTEN_BINDINGS()