Home
last modified time | relevance | path

Searched refs:RectF (Results 1 – 6 of 6) 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/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp49 typedef RectT<float> RectF; typedef
DBlitter.cpp1396 RectF sRect = sourceRect; in blitReactor()