Home
last modified time | relevance | path

Searched defs:rect (Results 851 - 875 of 1672) sorted by relevance

1...<<31323334353637383940>>...67

/third_party/skia/experimental/graphite/src/geom/
H A DRect.h139 join(Rect rect) join() argument
140 intersect(Rect rect) intersect() argument
[all...]
/third_party/skia/include/core/
H A DSkRegion.h377 op(const SkIRect& rect, Op op) op() argument
494 const SkIRect& rect() const { return fRect; } rect() function in SkRegion::Iterator
544 const SkIRect& rect() const { return fRect; } rect() function in SkRegion::Cliperator
[all...]
H A DSkRRect.h122 void setRect(const SkRect& rect) { in setRect() argument
176 MakeRectXY(const SkRect& rect, SkScalar xRad, SkScalar yRad) MakeRectXY() argument
260 const SkRect& rect() const { return fRect; } rect() function in SkRRect
491 SkRRect(const SkRect& rect, const SkVector radii[4], int32_t type) SkRRect() argument
[all...]
H A DSkPathBuilder.h185 SkPathBuilder& addRect(const SkRect& rect, SkPathDirection dir = SkPathDirection::kCW) { in addRect() argument
188 SkPathBuilder& addOval(const SkRect& rect, SkPathDirection dir = SkPathDirection::kCW) { in addOval() argument
/third_party/skia/gm/
H A Dconvexpolyclip.cpp58 SkRect rect = SkRect::MakeWH(wScalar, hScalar); in make_img() local
148 SkRect rect = SkRect::MakeLTRB(10.f, 12.f, 80.f, 86.f); variable
273 void setRect(const SkRect& rect) { in setRect() argument
H A Dcubicpaths.cpp193 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); variable
313 SkRect rect variable
[all...]
H A Dbeziereffects.cpp78 BezierTestOp(const SkRect& rect, const SkPMColor4f& color, int32_t classID) in BezierTestOp() argument
130 const SkRect& rect() const { return fRect; } in rect() function in skiagm::BezierTestOp
164 BezierConicTestOp(const SkRect& rect, const SkPMColor4f& color, const SkMatrix& klm) in BezierConicTestOp() argument
189 SkRect rect = this->rect(); variable
154 Make(GrRecordingContext* context, const SkRect& rect, const SkPMColor4f& color, const SkMatrix& klm) Make() argument
363 Make(GrRecordingContext* context, const SkRect& rect, const SkPMColor4f& color, const GrPathUtils::QuadUVMatrix& devToUV) Make() argument
373 BezierQuadTestOp(const SkRect& rect, const SkPMColor4f& color, const GrPathUtils::QuadUVMatrix& devToUV) BezierQuadTestOp() argument
399 SkRect rect = this->rect(); global() variable
[all...]
H A Ddrawbitmaprect.cpp80 SkRect rect = SkRect::MakeWH(wScalar, hScalar); in makebm() local
H A Dpatheffects.cpp160 const SkIRect rect = SkIRect::MakeXYWH(20, 20, 60, 60); variable
/third_party/skia/modules/skparagraph/src/
H A DRunBaseImpl.cpp230 SkRect rect = {0.0, 0.0, 0.0, 0.0}; in getAllGlyphRectInfo() local
319 SkRect rect = getAllGlyphRectInfo(runGlyphIdSpan, startNotWhiteSpaceIndex, startWhiteSpaceWidth, endWhiteSpaceNum, endAdvance); in getImageBounds() local
H A DDecorations.cpp113 SkRect rect = SkRect::MakeXYWH(left, y, width, fThickness); in paint() local
155 void Decorations::calculateGaps(const TextLine::ClipContext& context, const SkRect& rect, in calculateGaps() argument
[all...]
/third_party/skia/modules/pathkit/
H A Dchaining.js
/third_party/skia/modules/skparagraph/include/
H A DDartTypes.h81 SkRect rect; member
/third_party/skia/bench/
H A DDashBench.cpp112 SkRect rect; variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp272 const VkClearRect rect = in testEarlyDestroy() local
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidNativeActivity.cpp94 static void onContentRectChangedCallback (ANativeActivity* activity, const ARect* rect) in onContentRectChangedCallback() argument
203 void NativeActivity::onContentRectChanged (const ARect* rect) in onContentRectChanged() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fColorClearTest.cpp90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) in ClearInfo() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fColorClearTest.cpp90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) in ClearInfo() argument
/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp220 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect() argument
372 SecCompRect rect = other->rect_; in CompareComponentBasicInfo() local
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp140 int32_t DisplayComposerVdiImpl::SetDisplayClientCrop(uint32_t devId, const IRect& rect) in SetDisplayClientCrop() argument
260 int32_t DisplayComposerVdiImpl::SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerRegion() argument
269 int32_t DisplayComposerVdiImpl::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerCrop() argument
H A Dhdi_session.cpp185 static int32_t SetDisplayClientCrop(uint32_t devId, IRect *rect) in SetDisplayClientCrop() argument
192 static int32_t SetDisplayClientDestRect(uint32_t devId, IRect *rect) in SetDisplayClientDestRect() argument
205 static int32_t SetDisplayClientDamage(uint32_t devId, uint32_t num, IRect *rect) in SetDisplayClientDamage() argument
270 static int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerRegion() argument
277 SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) SetLayerCrop() argument
316 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) SetLayerVisibleRegion() argument
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_session.cpp185 static int32_t SetDisplayClientCrop(uint32_t devId, IRect *rect) in SetDisplayClientCrop() argument
192 static int32_t SetDisplayClientDestRect(uint32_t devId, IRect *rect) in SetDisplayClientDestRect() argument
205 static int32_t SetDisplayClientDamage(uint32_t devId, uint32_t num, IRect *rect) in SetDisplayClientDamage() argument
270 static int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerRegion() argument
277 SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) SetLayerCrop() argument
316 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) SetLayerVisibleRegion() argument
[all...]
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp140 int32_t DisplayComposerVdiImpl::SetDisplayClientCrop(uint32_t devId, const IRect& rect) in SetDisplayClientCrop() argument
260 int32_t DisplayComposerVdiImpl::SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerRegion() argument
269 int32_t DisplayComposerVdiImpl::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerCrop() argument
H A Dhdi_session.cpp185 static int32_t SetDisplayClientCrop(uint32_t devId, IRect *rect) in SetDisplayClientCrop() argument
192 static int32_t SetDisplayClientDestRect(uint32_t devId, IRect *rect) in SetDisplayClientDestRect() argument
205 static int32_t SetDisplayClientDamage(uint32_t devId, uint32_t num, IRect *rect) in SetDisplayClientDamage() argument
270 static int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerRegion() argument
277 SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) SetLayerCrop() argument
316 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) SetLayerVisibleRegion() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp157 napi_value JsAutoFillExtensionUtil::WrapRectData(const napi_env env, const AbilityBase::Rect &rect) in WrapRectData() argument
239 UnwrapRectData( const napi_env env, const napi_value value, AbilityBase::Rect &rect) UnwrapRectData() argument
[all...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...67