Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dcompositor_quads.cpp272 static constexpr int kTR = 1; // Top-right point index in points array in clipTile() local
333 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
335 subtiles.push_back({{kTL, kTR, kS0, kS1}}); in clipTile()
348 subtiles.push_back({{kS0, kTR, kS1, kS0}}); // degenerate in clipTile()
356 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
364 subtiles.push_back({{kTL, kTR, kS0, edgeAA[1] ? kS0 : kTL}}); // degenerate in clipTile()
370 s2 = kTR; in clipTile()
372 subtiles.push_back({{edgeAA[2] ? kS0 : kTR, kTR, kBR, kS0}}); // degenerate in clipTile()
373 subtiles.push_back({{kTL, kTR, kS0, kS1}}); in clipTile()
/third_party/flutter/skia/gm/
Dcompositor_quads.cpp271 static constexpr int kTR = 1; // Top-right point index in points array in clipTile() local
332 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
334 subtiles.push_back({{kTL, kTR, kS0, kS1}}); in clipTile()
347 subtiles.push_back({{kS0, kTR, kS1, kS0}}); // degenerate in clipTile()
355 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile()
363 subtiles.push_back({{kTL, kTR, kS0, edgeAA[1] ? kS0 : kTL}}); // degenerate in clipTile()
369 s2 = kTR; in clipTile()
371 subtiles.push_back({{edgeAA[2] ? kS0 : kTR, kTR, kBR, kS0}}); // degenerate in clipTile()
372 subtiles.push_back({{kTL, kTR, kS0, kS1}}); in clipTile()
/third_party/flutter/skia/include/docs/
DSkPDFDocument.h44 kTR, //!< Table row enumerator
/third_party/skia/tests/
DGrClipStackTest.cpp1590 static const SkRect kTR = {kN, 0.f, 3.f * kN, 2.f * kN}; in DEF_TEST() local
1596 SkRect rects[] = { kTL, kTR, kBL, kBR }; in DEF_TEST()