Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dcompositor_quads.cpp273 static constexpr int kBL = 3; // Bottom-left point index in points array in clipTile() local
331 subtiles.push_back({{kTL, kS0, kS1, kBL}}); in clipTile()
335 subtiles.push_back({{kS1, kS0, kBR, kBL}}); in clipTile()
346 s2 = kBL; in clipTile()
348 subtiles.push_back({{kTL, kS0, edgeAA[0] ? kS0 : kBL, kBL}}); // degenerate in clipTile()
349 subtiles.push_back({{kS0, kS1, kBR, kBL}}); in clipTile()
354 subtiles.push_back({{kS1, edgeAA[3] ? kS1 : kBR, kBR, kBL}}); // degenerate in clipTile()
364 subtiles.push_back({{kTL, kS0, kS1, kBL}}); in clipTile()
370 subtiles.push_back({{kS1, kS0, kS0, kBL}}); // degenerate in clipTile()
/third_party/skia/gm/
Dcompositor_quads.cpp274 static constexpr int kBL = 3; // Bottom-left point index in points array in clipTile() local
332 subtiles.push_back({{kTL, kS0, kS1, kBL}}); in clipTile()
336 subtiles.push_back({{kS1, kS0, kBR, kBL}}); in clipTile()
347 s2 = kBL; in clipTile()
349 subtiles.push_back({{kTL, kS0, edgeAA[0] ? kS0 : kBL, kBL}}); // degenerate in clipTile()
350 subtiles.push_back({{kS0, kS1, kBR, kBL}}); in clipTile()
355 subtiles.push_back({{kS1, edgeAA[3] ? kS1 : kBR, kBR, kBL}}); // degenerate in clipTile()
365 subtiles.push_back({{kTL, kS0, kS1, kBL}}); in clipTile()
371 subtiles.push_back({{kS1, kS0, kS0, kBL}}); // degenerate in clipTile()
/third_party/flutter/skia/tests/
DResourceAllocatorTest.cpp159 const GrSurfaceOrigin kBL = kBottomLeft_GrSurfaceOrigin; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
209 … { { 64, kRT, kRGBA, kA, 1, kTL, kNotB }, { 64, kRT, kRGBA, kA, 1, kBL, kNotB }, kShare }, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DGrClipStackTest.cpp1591 static const SkRect kBL = {0.f, kN, 2.f * kN, 3.f * kN}; in DEF_TEST() local
1596 SkRect rects[] = { kTL, kTR, kBL, kBR }; in DEF_TEST()