| /third_party/skia/src/gpu/ |
| H A D | GrPixmap.h | 44 auto rect = SkIRect::MakePtSize(*surfacePt, this->dimensions()); in clip() local
|
| H A D | SurfaceContext.h | 181 auto rect = SkIRect::MakeSize(src->dimensions()); in testCopy() local
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkMSAALoadManager.cpp | 116 loadMSAAFromResolve(GrVkGpu* gpu, GrVkCommandBuffer* commandBuffer, const GrVkRenderPass& renderPass, GrAttachment* dst, GrVkImage* src, const SkIRect& rect) loadMSAAFromResolve() argument
|
| /third_party/skia/src/core/ |
| H A D | SkClipStackDevice.cpp | 30 void SkClipStackDevice::onClipRect(const SkRect& rect, SkClipOp op, bool aa) { in onClipRect() argument 55 void SkClipStackDevice::onReplaceClip(const SkIRect& rect) { in onReplaceClip() argument
|
| H A D | SkRasterClip.cpp | 95 bool SkRasterClip::setRect(const SkIRect& rect) { in setRect() argument 107 bool SkRasterClip::op(const SkIRect& rect, SkClipOp op) { in op() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | AtlasRenderTask.cpp | 150 void AtlasRenderTask::stencilAtlasRect(GrRecordingContext* rContext, const SkRect& rect, in stencilAtlasRect() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkFramebuffer.cpp | 137 void Framebuffer::clearAttachment(const RenderPass *renderPass, uint32_t subpassIndex, const VkClearAttachment &attachment, const VkClearRect &rect) in clearAttachment() argument
|
| /third_party/skia/tests/ |
| H A D | AnimatedImageTest.cpp | 167 auto rect = info.bounds(); in DEF_TEST() local
|
| H A D | BlendTest.cpp | 91 SkRect rect; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() member
|
| H A D | GrQuadBufferTest.cpp | 55 SkRect rect = SkRect::MakeXYWH(seed, 2.f * seed, 2.f * seed, seed); in generate_quads() local
|
| H A D | RectangleTextureTest.cpp | 66 SkIRect rect = SkIRect::MakeWH(w, h/2); in test_clear() local
|
| H A D | TextureOpTest.cpp | 52 static GrOp::Owner create_op(GrDirectContext* dContext, SkRect rect, in create_op() argument
|
| /third_party/skia/tools/sk_app/win/ |
| H A D | ANGLEWindowContext_win.cpp | 137 RECT rect; in onInitializeContext() local
|
| /third_party/skia/tools/viewer/ |
| H A D | StatsLayer.cpp | 94 SkRect rect = SkRect::MakeXYWH(SkIntToScalar(canvasSize.fWidth-kDisplayWidth-kDisplayPadding), in onPaint() local [all...] |
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Shape.h | 41 explicit Shape(const Rect& rect) { this->setRect(rect); } in Shape() argument 42 explicit Shape(const SkRect& rect) { this->setRect(rect); } in Shape() argument 107 const Rect& rect() const { SkASSERT(this->isRect()); return fRect; } in rect() function in skgpu::Shape 127 void setRect(const SkRect& rect) { this->setRect(Rect(rect)); } in setRect() argument 128 setRect(const Rect& rect) setRect() argument [all...] |
| H A D | IntersectionTree.cpp | 46 GetLoVal(const Rect& rect) GetLoVal() argument 49 GetHiVal(const Rect& rect) GetHiVal() argument 118 appendToList(Rect rect) appendToList() argument 176 Rect rect = this->loadRect(i); global() local [all...] |
| /third_party/skia/gm/ |
| H A D | linepaths.cpp | 96 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); in draw() local
|
| H A D | skbug_257.cpp | 101 SkRect rect = SkRect::MakeLTRB(8, 8 + translate, size - 8, in DEF_SIMPLE_GM() local
|
| H A D | xfermodes3.cpp | 206 SkRect rect = { SkIntToScalar(kSize) / 8, SkIntToScalar(kSize) / 8, variable
|
| H A D | arithmode.cpp | 110 const SkRect rect = SkRect::MakeWH(WW, HH); variable 211 const SkRect rect = SkRect::MakeWH(W, H); variable
|
| H A D | animatedimageblurs.cpp | 61 SkRect rect = SkRect::MakeLTRB(fNodes[i].pos().fX - fNodes[i].size()-0.5f, variable
|
| H A D | imagealphathreshold.cpp | 180 SkRect rect = SkRect::MakeWH(WIDTH, HEIGHT); in make_img() local
|
| H A D | modecolorfilters.cpp | 149 SkRect rect = SkRect::MakeXYWH(x * kRectWidth, y * kRectHeight, variable
|
| H A D | quadpaths.cpp | 103 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); variable 233 SkRect rect variable [all...] |
| H A D | analytic_gradients.cpp | 126 const SkRect rect = SkRect::MakeWH(SkIntToScalar(RECT_WIDTH), SkIntToScalar(RECT_HEIGHT)); in shade_rect() local
|