Home
last modified time | relevance | path

Searched defs:rect (Results 576 - 600 of 1673) sorted by relevance

1...<<21222324252627282930>>...67

/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp137 RECT rect; in onInitializeContext() local
/third_party/skia/tools/viewer/
H A DStatsLayer.cpp94 SkRect rect = SkRect::MakeXYWH(SkIntToScalar(canvasSize.fWidth-kDisplayWidth-kDisplayPadding), in onPaint() local
[all...]
/third_party/skia/experimental/graphite/src/geom/
H A DShape.h41 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 DIntersectionTree.cpp46 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 Dlinepaths.cpp96 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); in draw() local
H A Dskbug_257.cpp101 SkRect rect = SkRect::MakeLTRB(8, 8 + translate, size - 8, in DEF_SIMPLE_GM() local
H A Dxfermodes3.cpp206 SkRect rect = { SkIntToScalar(kSize) / 8, SkIntToScalar(kSize) / 8, variable
H A Darithmode.cpp110 const SkRect rect = SkRect::MakeWH(WW, HH); variable
211 const SkRect rect = SkRect::MakeWH(W, H); variable
H A Danimatedimageblurs.cpp61 SkRect rect = SkRect::MakeLTRB(fNodes[i].pos().fX - fNodes[i].size()-0.5f, variable
H A Dimagealphathreshold.cpp180 SkRect rect = SkRect::MakeWH(WIDTH, HEIGHT); in make_img() local
H A Dmodecolorfilters.cpp149 SkRect rect = SkRect::MakeXYWH(x * kRectWidth, y * kRectHeight, variable
H A Dquadpaths.cpp103 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); variable
233 SkRect rect variable
[all...]
H A Danalytic_gradients.cpp126 const SkRect rect = SkRect::MakeWH(SkIntToScalar(RECT_WIDTH), SkIntToScalar(RECT_HEIGHT)); in shade_rect() local
H A Droundrects.cpp194 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 Dcolorfilters.cpp122 const auto rect = SkRect::MakeWH(kWheelSize, kWheelSize); variable
H A Demptypath.cpp74 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); variable
H A Dhardstop_gradients.cpp72 SkRect rect = SkRect::MakeXYWH(SkIntToScalar(cellCol * CELL_WIDTH + PAD_WIDTH), in shade_rect() local
H A Dlocalmatrixshader.cpp87 auto rect = SkRect::Make(image->bounds()); in DEF_SIMPLE_GM() local
H A Dpictureimagegenerator.cpp129 const SkRect rect = SkRect::MakeWH(kPictureWidth, kPictureHeight); variable
/third_party/skia/modules/skparagraph/src/
H A DParagraphPainterImpl.cpp61 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 DSGTest.cpp223 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 Dhi_comm_vo_adapt.h37 hi_rect rect; /* rectangle of video output channel */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_blit.c242 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 Dhdi_layer.cpp89 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 Dhdi_layer.cpp91 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...]

Completed in 12 milliseconds

1...<<21222324252627282930>>...67