Searched refs:RectF (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.hpp | 78 …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);
|
D | Device.cpp | 882 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()
|
D | Context.cpp | 4108 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/ |
D | TriggerPad.kt | 22 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/ |
D | DrawManager.java | 30 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/ |
D | Surface.hpp | 49 typedef RectT<float> RectF; typedef
|
D | Blitter.cpp | 1396 RectF sRect = sourceRect; in blitReactor()
|
/third_party/cef/libcef/browser/osr/ |
D | osr_accessibility_util.cc | 54 CefRefPtr<CefDictionaryValue> ToCefValue(const gfx::RectF& bounds) { in ToCefValue()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 20333 +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 …]
|
D | 0001-cve.patch | 1155 const gfx::RectF& clip = gfx::RectF(), 1219 + CaptureScreenshot(ScreenshotEncoding::PNG, false, gfx::RectF(), 0, true,
|