Searched refs:kLaneWidth (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/cc/trees/ |
D | layer_tree_host_pixeltest_blending.cc | 29 const int kLaneWidth = 15; in RunBlendingWithRootPixelTestType() local 30 const int kLaneHeight = kBlendModesCount * kLaneWidth; in RunBlendingWithRootPixelTestType() 31 const int kRootSize = (kBlendModesCount + 2) * kLaneWidth; in RunBlendingWithRootPixelTestType() 39 (i + 1) * kLaneWidth, kLaneWidth, kLaneWidth, kLaneHeight); in RunBlendingWithRootPixelTestType() 52 const int kLaneWidth = 15; in RunBlendingWithTransparentPixelTestType() local 53 const int kLaneHeight = kBlendModesCount * kLaneWidth; in RunBlendingWithTransparentPixelTestType() 54 const int kRootSize = (kBlendModesCount + 2) * kLaneWidth; in RunBlendingWithTransparentPixelTestType() 60 gfx::Rect(0, kLaneWidth * 2, kRootSize, kLaneWidth), kCSSOrange); in RunBlendingWithTransparentPixelTestType() 68 (i + 1) * kLaneWidth, -kLaneWidth, kLaneWidth, kLaneHeight); in RunBlendingWithTransparentPixelTestType() 86 const int kLaneWidth = 15; in TEST_F() local [all …]
|