Home
last modified time | relevance | path

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

/external/skia/gm/
Dcompositor_quads.cpp274 static constexpr int kBR = 2; // Bottom-right point index in points array in clipTile() local
334 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
337 subtiles.push_back({{kS1, kS0, kBR, kBL}}); in clipTile()
351 subtiles.push_back({{kS0, kS1, kBR, kBL}}); in clipTile()
354 s2 = kBR; in clipTile()
356 subtiles.push_back({{kS1, edgeAA[3] ? kS1 : kBR, kBR, kBL}}); // degenerate in clipTile()
357 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
364 subtiles.push_back({{kS0, kS0, kBR, kS1}}); // degenerate in clipTile()
373 subtiles.push_back({{edgeAA[2] ? kS0 : kTR, kTR, kBR, kS0}}); // degenerate in clipTile()
/external/skia/tests/
DGrClipStackTest.cpp1514 static const SkRect kBR = {kN, kN, 3.f * kN, 3.f * kN}; in DEF_TEST() local
1518 SkRect rects[] = { kTL, kTR, kBL, kBR }; in DEF_TEST()