Home
last modified time | relevance | path

Searched refs:target_offset_ (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_convolve_matrix.cc48 target_offset_(target_offset), in FEConvolveMatrix()
57 result.MoveBy(FloatPoint(-target_offset_)); in MapEffect()
77 if (target_offset_ == target_offset) in SetTargetOffset()
79 target_offset_ = target_offset; in SetTargetOffset()
119 if (target_offset_.X() < 0 || target_offset_.X() >= kernel_size_.Width()) in ParametersValid()
121 if (target_offset_.Y() < 0 || target_offset_.Y() >= kernel_size_.Height()) in ParametersValid()
140 SkIPoint target = SkIPoint::Make(target_offset_.X(), target_offset_.Y()); in CreateImageFilter()
180 << "target=\"" << target_offset_ << "\" " in ExternalRepresentation()
H A Dfe_convolve_matrix.h72 IntPoint target_offset_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_convolve_matrix.cc48 target_offset_(target_offset), in FEConvolveMatrix()
57 result.MoveBy(FloatPoint(-target_offset_)); in MapEffect()
77 if (target_offset_ == target_offset) in SetTargetOffset()
79 target_offset_ = target_offset; in SetTargetOffset()
119 if (target_offset_.X() < 0 || target_offset_.X() >= kernel_size_.Width()) in ParametersValid()
121 if (target_offset_.Y() < 0 || target_offset_.Y() >= kernel_size_.Height()) in ParametersValid()
140 SkIPoint target = SkIPoint::Make(target_offset_.X(), target_offset_.Y()); in CreateImageFilter()
180 << "target=\"" << target_offset_ << "\" " in ExternalRepresentation()
H A Dfe_convolve_matrix.h72 IntPoint target_offset_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscroll_animator.cc69 ? target_offset_ in DesiredTargetOffset()
159 target_offset_ = target_offset; in WillAnimateToOffset()
166 if ((target_offset - target_offset_).IsZero()) in WillAnimateToOffset()
169 target_offset_ = target_offset; in WillAnimateToOffset()
203 target_offset_ = target_offset; in WillAnimateToOffset()
222 target_offset_ += ScrollOffset(adjustment); in AdjustAnimationAndSetScrollOffset()
299 CompositorOffsetFromBlinkOffset(target_offset_), scroll_type); in CreateAnimationCurve()
342 CompositorOffsetFromBlinkOffset(target_offset_)); in UpdateCompositorAnimations()
403 ScrollToOffsetWithoutAnimation(target_offset_); in RegisterAndScheduleAnimation()
H A Dprogrammatic_scroll_animator.cc63 target_offset_ = offset; in AnimateToOffset()
69 CompositorOffsetFromBlinkOffset(target_offset_), in AnimateToOffset()
160 NotifyOffsetChanged(target_offset_); in UpdateCompositorAnimations()
182 NotifyOffsetChanged(target_offset_); in LayerForCompositedScrollingDidChange()
H A Dprogrammatic_scroll_animator.h64 ScrollOffset target_offset_; variable
H A Dscroll_animator.h157 ScrollOffset target_offset_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscroll_animator.cc69 ? target_offset_ in DesiredTargetOffset()
159 target_offset_ = target_offset; in WillAnimateToOffset()
166 if ((target_offset - target_offset_).IsZero()) in WillAnimateToOffset()
169 target_offset_ = target_offset; in WillAnimateToOffset()
203 target_offset_ = target_offset; in WillAnimateToOffset()
222 target_offset_ += ScrollOffset(adjustment); in AdjustAnimationAndSetScrollOffset()
299 CompositorOffsetFromBlinkOffset(target_offset_), scroll_type); in CreateAnimationCurve()
342 CompositorOffsetFromBlinkOffset(target_offset_)); in UpdateCompositorAnimations()
403 ScrollToOffsetWithoutAnimation(target_offset_); in RegisterAndScheduleAnimation()
H A Dprogrammatic_scroll_animator.cc63 target_offset_ = offset; in AnimateToOffset()
69 CompositorOffsetFromBlinkOffset(target_offset_), in AnimateToOffset()
160 NotifyOffsetChanged(target_offset_); in UpdateCompositorAnimations()
182 NotifyOffsetChanged(target_offset_); in LayerForCompositedScrollingDidChange()
H A Dprogrammatic_scroll_animator.h63 ScrollOffset target_offset_; variable
H A Dscroll_animator.h157 ScrollOffset target_offset_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dbytecode-analysis.h54 int target_offset() const { return target_offset_; } in target_offset()
55 bool is_leaf() const { return target_offset_ == final_target_offset_; } in is_leaf()
61 int target_offset_; variable
H A Dbytecode-analysis.cc67 target_offset_(target_offset), in ResumeJumpTarget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dbytecode-analysis.h54 int target_offset() const { return target_offset_; } in target_offset()
55 bool is_leaf() const { return target_offset_ == final_target_offset_; } in is_leaf()
61 int target_offset_; variable
H A Dbytecode-analysis.cc68 target_offset_(target_offset), in ResumeJumpTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dbytecode-analysis.h54 int target_offset() const { return target_offset_; } in target_offset()
55 bool is_leaf() const { return target_offset_ == final_target_offset_; } in is_leaf()
61 int target_offset_; variable
H A Dbytecode-analysis.cc68 target_offset_(target_offset), in ResumeJumpTarget()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dbytecode-analysis.h54 int target_offset() const { return target_offset_; } in target_offset()
55 bool is_leaf() const { return target_offset_ == final_target_offset_; } in is_leaf()
61 int target_offset_; variable
H A Dbytecode-analysis.cc68 target_offset_(target_offset), in ResumeJumpTarget()