Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrQuadCropTest.cpp22 static const SkRect kDrawRect = SkRect::MakeLTRB(-5.f, -6.f, 10.f, 11.f); variable
29 DrawQuad quad = {GrQuad::MakeFromRect(kDrawRect, viewMatrix), in run_crop_axis_aligned_test()
30 GrQuad::MakeFromRect(kDrawRect, localMatrix ? *localMatrix : SkMatrix::I()), in run_crop_axis_aligned_test()
39 SkRect expectedBounds = viewMatrix.mapRect(kDrawRect); in run_crop_axis_aligned_test()
68 if (drawClip.fLeft > kDrawRect.fLeft) { in run_crop_axis_aligned_test()
75 if (drawClip.fRight < kDrawRect.fRight) { in run_crop_axis_aligned_test()
82 if (drawClip.fTop > kDrawRect.fTop) { in run_crop_axis_aligned_test()
89 if (drawClip.fBottom < kDrawRect.fBottom) { in run_crop_axis_aligned_test()
108 SkRect containsCrop = kDrawRect; // Use kDrawRect as the crop rect for this test in run_crop_fully_covered_test()
119 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad); in run_crop_fully_covered_test()
[all …]
/third_party/skia/src/core/
DSkMiniRecorder.h42 kDrawRect, enumerator
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.cc95 : PipelineCommand(Type::kDrawRect, pipeline), data_(data) {} in DrawRectCommand()
Dcommand.h64 kDrawRect, enumerator
80 bool IsDrawRect() const { return command_type_ == Type::kDrawRect; } in IsDrawRect()