Searched refs:fFlipped (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/gm/ |
D | nested.cpp | 26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM() 34 if (fFlipped) { in onShortName() 113 if (fFlipped) { in onDraw() 138 bool fFlipped; member in skiagm::NestedGM
|
D | cubicpaths.cpp | 76 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 80)); in onDraw() 78 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 100, 80)); in onDraw() 80 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 30)); in onDraw() 82 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 10)); in onDraw() 104 fFlipped = fPath; in onOnceBeforeDraw() 111 fFlipped.transform(matrix); in onOnceBeforeDraw() 115 SkPath fFlipped; member in ClippedCubic2GM
|
/third_party/skia/gm/ |
D | nested.cpp | 26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM() 34 if (fFlipped) { in onShortName() 113 if (fFlipped) { in onDraw() 138 bool fFlipped; member in skiagm::NestedGM
|
D | cubicpaths.cpp | 76 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 80)); in onDraw() 78 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 100, 80)); in onDraw() 80 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 30)); in onDraw() 82 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 10)); in onDraw() 104 fFlipped = fPath; in onOnceBeforeDraw() 111 fFlipped.transform(matrix); in onOnceBeforeDraw() 115 SkPath fFlipped; member in ClippedCubic2GM
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 51 bool fFlipped; member 412 int i = edges.fFlipped ? kFlippedCCW[j] : kCCW[j]; in get_exact_coverage() 414 int ni = edges.fFlipped ? kFlippedCCW[(j + 1) % 4] : kCCW[(j + 1) % 4]; in get_exact_coverage() 416 int ei = edges.fFlipped ? ni : i; in get_exact_coverage()
|