Home
last modified time | relevance | path

Searched refs:hot_spot_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcursor_data.h43 hot_spot_(hot_spot) {} in CursorData()
46 return hot_spot_ == o.hot_spot_ && DataEquivalent(image_, o.image_);
57 const IntPoint& HotSpot() const { return hot_spot_; } in HotSpot()
64 IntPoint hot_spot_; // for CSS3 support variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcursor_data.h43 hot_spot_(hot_spot) {} in CursorData()
46 return hot_spot_ == o.hot_spot_ && DataEquivalent(image_, o.image_);
57 const IntPoint& HotSpot() const { return hot_spot_; } in HotSpot()
64 IntPoint hot_spot_; // for CSS3 support variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_cursor_image_value.cc36 hot_spot_(hot_spot), in CSSCursorImageValue()
46 result.AppendNumber(hot_spot_.X()); in CustomCSSText()
48 result.AppendNumber(hot_spot_.Y()); in CustomCSSText()
55 ? other.hot_spot_specified_ && hot_spot_ == other.hot_spot_ in Equals()
H A Dcss_cursor_image_value.h39 const IntPoint& HotSpot() const { return hot_spot_; } in HotSpot()
50 IntPoint hot_spot_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_cursor_image_value.cc36 hot_spot_(hot_spot), in CSSCursorImageValue()
46 result.AppendNumber(hot_spot_.X()); in CustomCSSText()
48 result.AppendNumber(hot_spot_.Y()); in CustomCSSText()
55 ? other.hot_spot_specified_ && hot_spot_ == other.hot_spot_ in Equals()
H A Dcss_cursor_image_value.h39 const IntPoint& HotSpot() const { return hot_spot_; } in HotSpot()
50 IntPoint hot_spot_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/ico/
H A Dico_image_decoder.cc109 hot_spot = dir_entries_[index].hot_spot_; in HotSpotAtIndex()
310 entry.hot_spot_ = IntPoint(ReadUint16(4), ReadUint16(6)); in ReadDirectoryEntry()
313 entry.hot_spot_ = IntPoint(); in ReadDirectoryEntry()
H A Dico_image_decoder.h78 IntPoint hot_spot_; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/ico/
H A Dico_image_decoder.cc109 hot_spot = dir_entries_[index].hot_spot_; in HotSpotAtIndex()
309 entry.hot_spot_ = IntPoint(ReadUint16(4), ReadUint16(6)); in ReadDirectoryEntry()
312 entry.hot_spot_ = IntPoint(); in ReadDirectoryEntry()
H A Dico_image_decoder.h78 IntPoint hot_spot_; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Ddeferred_image_decoder.h119 IntPoint hot_spot_; variable
H A Ddeferred_image_decoder.cc381 has_hot_spot_ = metadata_decoder_->HotSpot(hot_spot_); in ActivateLazyDecoding()
463 hot_spot = hot_spot_; in HotSpot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Ddeferred_image_decoder.h120 IntPoint hot_spot_; variable
H A Ddeferred_image_decoder.cc386 has_hot_spot_ = metadata_decoder_->HotSpot(hot_spot_); in ActivateLazyDecoding()
469 hot_spot = hot_spot_; in HotSpot()