Home
last modified time | relevance | path

Searched refs:RectF (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp78 …static bool ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX = fa…
79 …static bool ClipSrcRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX = fa…
89 bool validRectangle(const sw::RectF *rect, sw::Surface *surface);
DDevice.cpp882 bool Device::validRectangle(const sw::RectF *rect, sw::Surface *surface) in validRectangle()
903 …bool Device::ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bo… in ClipDstRect()
976 …bool Device::ClipSrcRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bo… in ClipSrcRect()
DContext.cpp4108 sw::RectF sourceScissoredRect(static_cast<float>(sourceRect.x0), static_cast<float>(sourceRect.y0), in blitFramebuffer()
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DTriggerPad.kt22 import android.graphics.RectF
31 private val mDrawRect = RectF()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DDrawManager.java30 import android.graphics.RectF;
155 RectF rect = new RectF(0, 0, 0.2f, 0.2f); in drawRect()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp49 typedef RectT<float> RectF; typedef
DBlitter.cpp1396 RectF sRect = sourceRect; in blitReactor()
/third_party/cef/libcef/browser/osr/
Dosr_accessibility_util.cc54 CefRefPtr<CefDictionaryValue> ToCefValue(const gfx::RectF& bounds) { in ToCefValue()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch20333 +gfx::RectF CefTouchHandleDrawableOSR::GetVisibleBounds() const {
20334 + gfx::RectF bounds = relative_bounds_;
20362 + relative_bounds_ = gfx::RectF(-handle_width / 2.0, 0,
20366 + gfx::RectF(-handle_width / 2.0,
20420 + gfx::RectF GetVisibleBounds() const override;
20442 + gfx::RectF relative_bounds_ = gfx::RectF(0.0F, 0.0F, 24.0F, 24.0F);
20725 + gfx::RectF rect =
20730 + auto client_bounds = gfx::RectF(rwhv_->GetViewBounds());
21036 + const gfx::RectF anchor_rect =
21050 + const gfx::RectF anchor_rect =
[all …]
D0001-cve.patch1155 const gfx::RectF& clip = gfx::RectF(),
1219 + CaptureScreenshot(ScreenshotEncoding::PNG, false, gfx::RectF(), 0, true,