Home
last modified time | relevance | path

Searched defs:bounds (Results 176 - 200 of 547) sorted by relevance

12345678910>>...22

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h520 auto bounds in Dump() local
[all...]
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_director.cpp186 void RSGraphicTestDirector::SetSurfaceBounds(const Vector4f& bounds) in SetSurfaceBounds() argument
193 void RSGraphicTestDirector::SetScreenSurfaceBounds(const Vector4f& bounds) in SetScreenSurfaceBounds() argument
H A Drs_graphic_test.cpp154 void RSGraphicTest::SetSurfaceBounds(const Vector4f& bounds) in SetSurfaceBounds() argument
159 void RSGraphicTest::SetScreenSurfaceBounds(const Vector4f& bounds) in SetScreenSurfaceBounds() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtext_blob.cpp55 int TextBlob::GetIntercepts(const SkScalar bounds[], SkScalar intervals[], const Paint *paint) in GetIntercepts() argument
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h163 virtual void UpdateScreenRotationProperty(ScreenId screenId, const RRectT<float>& bounds, float rotation, in UpdateScreenRotationProperty() argument
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dstate_test.c177 uint64_t bounds[2] = { 10, 0xffffffffull }; in guest_code() local
/test/testfwk/arkxtest/uitest/core/
H A Dui_model.cpp23 void Widget::SetBounds(const Rect &bounds) in SetBounds() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java69 public void notifyClientWindowChange(Rectangle bounds) { in notifyClientWindowChange() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow.cpp204 ABI::Windows::Foundation::Rect bounds; in GetCoreWindowSizeInPixels() local
/third_party/skia/src/core/
H A DSkLineClipper.cpp92 SkRect bounds; in IntersectLine() local
[all...]
H A DSkPathEffect.cpp21 filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, const SkRect* bounds, const SkMatrix& ctm) const filterPath() argument
[all...]
H A DSkClipStackDevice.cpp79 SkRect bounds; in onAsRgnClip() local
116 SkRect bounds; in onGetClipType() local
H A DSkMatrixImageFilter.cpp115 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local
H A DSkRasterClip.cpp53 SkRasterClip::SkRasterClip(const SkIRect& bounds) : fBW(bounds) { in SkRasterClip() argument
67 SkRasterClip::SkRasterClip(const SkPath& path, const SkIRect& bounds, bool doAA) { in SkRasterClip() argument
/third_party/skia/src/effects/imagefilters/
H A DSkOffsetImageFilter.cpp98 SkIRect bounds; in onFilterImage() local
130 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp362 SkRect GrShape::bounds() const { in bounds() function in GrShape
H A DGrStyledShape.h180 SkRect bounds() const { return fShape.bounds(); } in bounds() function in GrStyledShape
/third_party/skia/src/gpu/
H A DGrClip.h162 GetPixelIBounds(const SkRect& bounds, GrAA aa, BoundsType mode = BoundsType::kExterior) GetPixelIBounds() argument
[all...]
H A DGrPixmap.h43 auto bounds = SkIRect::MakeSize(surfaceDims); in clip() local
/third_party/skia/samplecode/
H A DSamplePathClip.cpp134 draw_clipped_line(SkCanvas* canvas, const SkRect& bounds, SkPoint p0, SkPoint p1, const SkPaint& paint) draw_clipped_line() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DRegionOp.cpp62 SkRect bounds = SkRect::Make(region.getBounds()); in RegionOpImpl() local
/third_party/skia/tests/
H A DAnimatedImageTest.cpp77 auto bounds = animatedImage->getBounds(); in DEF_TEST() local
/third_party/skia/src/utils/
H A DSkMultiPictureDocument.cpp169 SkRect bounds = SkRect::MakeSize(fDst[fIndex].fSize); in nextCanvas() local
/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp62 setConicBounds(const SkPoint curve[3], SkScalar curveWeight, double tStart, double tEnd, SkPathOpsBounds* bounds) setConicBounds() argument
72 setCubicBounds(const SkPoint curve[4], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) setCubicBounds() argument
82 setQuadBounds(const SkPoint curve[3], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) setQuadBounds() argument
/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() argument
72 SkRect bounds = outerBounds; in apply_clip() local
140 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip() argument
108 append_clip(const SkClipStack& clipStack, const SkIRect& bounds, SkWStream* wStream) append_clip() argument
[all...]

Completed in 12 milliseconds

12345678910>>...22