| /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
|
| H A D | roundrects.cpp | 194 SkRect rect = SkRect::MakeLTRB(-20, -60, 20, 60); variable 213 SkRect rect = SkRect::MakeLTRB(-80, -30, 80, 30); variable 233 SkRect rect = SkRect::MakeLTRB(0, -60, 1, 60); variable 251 SkRect rect = SkRect::MakeLTRB(-80, -1, 80, 0); variable [all...] |
| H A D | colorfilters.cpp | 122 const auto rect = SkRect::MakeWH(kWheelSize, kWheelSize); variable
|
| H A D | emptypath.cpp | 74 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); variable
|
| H A D | hardstop_gradients.cpp | 72 SkRect rect = SkRect::MakeXYWH(SkIntToScalar(cellCol * CELL_WIDTH + PAD_WIDTH), in shade_rect() local
|
| H A D | localmatrixshader.cpp | 87 auto rect = SkRect::Make(image->bounds()); in DEF_SIMPLE_GM() local
|
| H A D | pictureimagegenerator.cpp | 129 const SkRect rect = SkRect::MakeWH(kPictureWidth, kPictureHeight); variable
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphPainterImpl.cpp | 61 void CanvasParagraphPainter::drawRect(const SkRect& rect, const SkPaintOrID& paint) { in drawRect() argument 73 void CanvasParagraphPainter::drawFilledRect(const SkRect& rect, const DecorationStyle& decorStyle) { in drawFilledRect() argument 89 void CanvasParagraphPainter::clipRect(const SkRect& rect) { in clipRect() argument
|
| /third_party/skia/modules/sksg/tests/ |
| H A D | SGTest.cpp | 223 auto rect = sksg::Rect::Make(SkRect::MakeWH(100, 100)); in inval_test2() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/include/adapt/ |
| H A D | hi_comm_vo_adapt.h | 37 hi_rect rect; /* rectangle of video output channel */ member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
| H A D | hifb_blit.c | 242 static hi_void drv_blit_init(hi_tde_surface *surface, hi_tde_rect *rect,
in drv_blit_init() argument 535 static hi_void drv_rotate_init(hi_tde_surface *surface, hi_tde_rect *rect, HIFB_BUFFER_S *src_img,
in drv_rotate_init() argument [all...] |
| /device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
| H A D | hdi_layer.cpp | 89 int32_t HdiLayer::SetLayerSize(IRect *rect)
in SetLayerSize() argument 98 int32_t HdiLayer::SetLayerCrop(IRect *rect)
in SetLayerCrop() argument 143 SetLayerVisibleRegion(uint32_t num, IRect *rect) SetLayerVisibleRegion() argument [all...] |
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| H A D | hdi_layer.cpp | 91 int32_t HdiLayer::SetLayerSize(IRect *rect) in SetLayerSize() argument 100 int32_t HdiLayer::SetLayerCrop(IRect *rect) in SetLayerCrop() argument 146 SetLayerVisibleRegion(uint32_t num, IRect *rect) SetLayerVisibleRegion() argument [all...] |