Home
last modified time | relevance | path

Searched refs:kBR (Results 1 – 1 of 1) sorted by relevance

/external/skia/gm/
Dcompositor_quads.cpp278 static constexpr int kBR = 2; // Bottom-right point index in points array in clipTile() local
338 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
341 subtiles.push_back({{kS1, kS0, kBR, kBL}}); in clipTile()
355 subtiles.push_back({{kS0, kS1, kBR, kBL}}); in clipTile()
358 s2 = kBR; in clipTile()
360 subtiles.push_back({{kS1, edgeAA[3] ? kS1 : kBR, kBR, kBL}}); // degenerate in clipTile()
361 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
368 subtiles.push_back({{kS0, kS0, kBR, kS1}}); // degenerate in clipTile()
377 subtiles.push_back({{edgeAA[2] ? kS0 : kTR, kTR, kBR, kS0}}); // degenerate in clipTile()