/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 170 const VkClearRect rect = in commandClearDepthAttachment() local 193 const VkClearRect rect = in commandClearStencilAttachment() local
|
/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 551 static bool easy_rect_join(const SkRect& rect, const SkPaint& paint, const SkMatrix& matrix, in easy_rect_join() argument 562 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect, in ComputeRectType() argument
|
H A D | SkPictureRecord.cpp | 312 void SkPictureRecord::onClipRect(const SkRect& rect, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipRect() argument 317 size_t SkPictureRecord::recordClipRect(const SkRect& rect, SkClipOp op, bool doAA) { in recordClipRect() argument 481 void SkPictureRecord::onDrawRect(const SkRect& rect, cons argument 732 onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) onDrawAnnotation() argument 744 onDrawEdgeAAQuad(const SkRect& rect, const SkPoint clip[4], SkCanvas::QuadAAFlags aa, const SkColor4f& color, SkBlendMode mode) onDrawEdgeAAQuad() argument 890 addRect(const SkRect& rect) addRect() argument 894 addRectPtr(const SkRect* rect) addRectPtr() argument 900 addIRect(const SkIRect& rect) addIRect() argument 904 addIRectPtr(const SkIRect* rect) addIRectPtr() argument [all...] |
H A D | SkBitmapDevice.cpp | 647 void SkBitmapDevice::onClipRect(const SkRect& rect, SkClipOp op, bool aa) { in onClipRect() argument 675 void SkBitmapDevice::onReplaceClip(const SkIRect& rect) { in onReplaceClip() argument
|
H A D | SkPathBuilder.cpp | 615 RectPointIterator(const SkRect& rect, SkPathDirection dir, unsigned startIndex) in RectPointIterator() argument 664 addRect(const SkRect& rect, SkPathDirection dir, unsigned index) addRect() argument [all...] |
H A D | SkTextBlob.cpp | 263 static SkRect map_quad_to_rect(const SkRSXform& xform, const SkRect& rect) { in map_quad_to_rect() argument
|
H A D | SkRecorder.cpp | 169 void SkRecorder::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect() argument 287 void SkRecorder::onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) { in onDrawAnnotation() argument 291 void SkRecorder::onDrawEdgeAAQuad(const SkRect& rect, const SkPoint clip[4], in onDrawEdgeAAQuad() argument 360 void SkRecorder::onClipRect(const SkRect& rect, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipRect() argument [all...] |
H A D | SkDevice.cpp | 522 bool rect = current.fIsRect; in writableClip() local 529 void SkNoPixelsDevice::onClipRect(const SkRect& rect, SkClipOp op, bool aa) { in onClipRect() argument 557 void SkNoPixelsDevice::onReplaceClip(const SkIRect& rect) { in onReplaceClip() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 64 void init_nonaa_stroke_rect_strip(SkPoint verts[10], const SkRect& rect, SkScalar width) { in init_nonaa_stroke_rect_strip() argument 105 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) Make() argument 127 NonAAStrokeRectOp(GrProcessorSet* processorSet, const SkPMColor4f& color, Helper::InputFlags inputFlags, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) NonAAStrokeRectOp() argument 296 compute_aa_rects(const GrCaps& caps, SkRect* devOutside, SkRect* devOutsideAssist, SkRect* devInside, bool* isDegenerate, const SkMatrix& viewMatrix, const SkRect& rect, SkScalar strokeWidth, bool miterStroke, SkVector* devHalfStrokeSize) compute_aa_rects() argument 438 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke) Make() argument 938 Make(GrRecordingContext* context, GrPaint&& paint, GrAAType aaType, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke) Make() argument 994 SkRect rect = GrTest::TestRect(random); GR_DRAW_OP_TEST_DEFINE() local 1013 SkRect rect = GR_DRAW_OP_TEST_DEFINE() local [all...] |
H A D | FillRRectOp.cpp | 286 auto rect = skvx::bit_pun<grvx::float4>(fHeadInstance->fRRect.rect()); clipToShape() local [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 1530 replaceClip(const SkIRect& rect) replaceClip() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | GrGpu.h | 303 writePixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType srcColorType, const void* buffer, size_t rowBytes, bool prepForTexSampling = false) writePixels() argument [all...] |
H A D | GrGpu.cpp | 442 readPixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType dstColorType, void* buffer, size_t rowBytes) readPixels() argument 477 writePixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount, bool prepForTexSampling) writePixels() argument 547 transferPixelsTo(GrTexture* texture, SkIRect rect, GrColorType textureColorType, GrColorType bufferColorType, sk_sp<GrGpuBuffer> transferBuffer, size_t offset, size_t rowBytes) transferPixelsTo() argument 597 transferPixelsFrom(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType bufferColorType, sk_sp<GrGpuBuffer> transferBuffer, size_t offset) transferPixelsFrom() argument [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.cpp | 459 clearRenderTargetView(const GrD3DRenderTarget* renderTarget, std::array<float, 4> color, const D3D12_RECT* rect) clearRenderTargetView() argument 473 clearDepthStencilView(const GrD3DAttachment* stencil, uint8_t stencilClearValue, const D3D12_RECT* rect) clearDepthStencilView() argument
|
/third_party/skia/samplecode/ |
H A D | SampleQuadStroker.cpp | 465 void draw_fill(SkCanvas* canvas, const SkRect& rect, SkScalar width) { in draw_fill() argument
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMorphologyImageFilter.cpp | 444 apply_morphology( GrRecordingContext* rContext, SkSpecialImage* input, const SkIRect& rect, MorphType morphType, SkISize radius, const SkImageFilter_Base::Context& ctx) apply_morphology() argument
|
/third_party/skia/src/c/ |
H A D | sk_surface.cpp | 85 static sk_rect_t ToRect(const SkRect& rect) { in ToRect() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 947 void Transfer(void *buffer, const void *input, const Rectangle &rect) in Transfer() argument 1308 Rectangle rect; loadImageData() local 1639 Rectangle rect; loadStencilData() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 131 RECT rect; in DebuggerWaitDialogProc() local 136 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc() local
|
/third_party/skia/tests/ |
H A D | GrClipStackTest.cpp | 113 ElementsBuilder& rect(const SkRect& rect) { in rect() argument 116 ElementsBuilder& rect(const SkRect& rect, GrAA aa, SkClipOp op) { in rect() argument 119 rect(const SkRect& rect, const SkMatrix& m, GrAA aa, SkClipOp op) rect() argument 797 SkRect rect = {0.f, 2.f, 10.f, 15.4f}; DEF_TEST() local 1178 SkRect rect = {0.f, 0.f, 10.f, 10.f}; DEF_TEST() local 1217 SkRect rect = {0.f, 0.f, 10.f, 10.f}; DEF_TEST() local 1822 SkRect rect = {10.f, 10.f, 40.f, 40.f}; DEF_TEST() local 1847 cs.clipRect(SkMatrix::I(), rect, GrAA::kYes, SkClipOp::kIntersect); DEF_TEST() local 2023 SkRect rect = {4.f, 8.f, 20.f, 20.f}; DEF_TEST() local 2033 SkRect rect = {14.f, 8.f, 30.f, 22.34f}; DEF_TEST() local 2043 SkRect rect = {15.f, 15.f, 45.f, 45.f}; DEF_TEST() local [all...] |
H A D | RoundRectTest.cpp | 149 test_9patch_rrect(skiatest::Reporter* reporter, const SkRect& rect, SkScalar l, SkScalar t, SkScalar r, SkScalar b, bool checkRadii) test_9patch_rrect() argument 190 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); test_round_rect_basic() local 295 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); test_round_rect_rects() local 325 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); test_round_rect_ovals() local 337 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); test_round_rect_general() local 357 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); test_round_rect_iffy_parameters() local [all...] |
H A D | SerializationTest.cpp | 588 SkRect rect = SkRect::MakeXYWH(1, 2, 20, 30); in DEF_TEST() local
|
H A D | WritePixelsTest.cpp | 386 const SkIRect& rect = testRects[r]; in test_write_pixels() local [all...] |
H A D | MatrixTest.cpp | 1020 SkRect rect = { 0, 0, 1e20f, 1e20f }; in DEF_TEST() local 1034 SkRect rect = SkRect::MakeLTRB(0, 0, 319, 620); in DEF_TEST() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 1266 VkRect2D rect; in RecordRenderPass() local
|